- onActivityResult(int, int, Intent) - Method in class com.dff.cordova.plugin.camera.activities.CameraActivity
-
- onCreate(Bundle) - Method in class com.dff.cordova.plugin.camera.activities.CameraActivity
-
Iinitialize used components on create the activity.
- onCreate(Bundle) - Method in class com.dff.cordova.plugin.camera.activities.PreviewActivity
-
on creating the activity, initialize all components needed to preview the taken image.
- onDraw(Canvas) - Method in class com.dff.cordova.plugin.camera.views.DrawingView
-
Draw a rectangle with specific values.
- onMeasure(int, int) - Method in class com.dff.cordova.plugin.camera.views.PreviewSurfaceView
-
- onOrientationChanged(int) - Method in class com.dff.cordova.plugin.camera.views.CameraPreview
-
Change the orientation of the picture that will be shot by the camera
- onPause() - Method in class com.dff.cordova.plugin.camera.activities.CameraActivity
-
Release the camera when leaving the activity.
- onRequestPermissionResult(int, String[], int[]) - Method in class com.dff.cordova.plugin.camera.CameraPlugin
-
- onResume() - Method in class com.dff.cordova.plugin.camera.activities.CameraActivity
-
recall the the orientation event listener after resuming the activity.
- onStart() - Method in class com.dff.cordova.plugin.camera.CameraPlugin
-
- onTouchEvent(MotionEvent) - Method in class com.dff.cordova.plugin.camera.views.PreviewSurfaceView
-
Handle the touch event to draw a rect focus.