org.cyberlab.local.activity
Class CustomCameraActivity

java.lang.Object
  extended by Activity
      extended by org.cyberlab.local.activity.CustomCameraActivity

public class CustomCameraActivity
extends Activity


Field Summary
(package private)  int cameraCurrentlyLocked
           
(package private)  int defaultCameraId
           
(package private)  Camera mCamera
           
(package private)  int numberOfCameras
           
 
Constructor Summary
CustomCameraActivity()
           
 
Method Summary
protected  void onCreate(Bundle savedInstanceState)
           
 boolean onCreateOptionsMenu(Menu menu)
           
 boolean onOptionsItemSelected(MenuItem item)
           
protected  void onPause()
           
protected  void onResume()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mCamera

Camera mCamera

numberOfCameras

int numberOfCameras

cameraCurrentlyLocked

int cameraCurrentlyLocked

defaultCameraId

int defaultCameraId
Constructor Detail

CustomCameraActivity

public CustomCameraActivity()
Method Detail

onCreate

protected void onCreate(Bundle savedInstanceState)

onResume

protected void onResume()

onPause

protected void onPause()

onCreateOptionsMenu

public boolean onCreateOptionsMenu(Menu menu)

onOptionsItemSelected

public boolean onOptionsItemSelected(MenuItem item)