Searched defs:onOrientationChanged (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DOrientationManager.java18 public void onOrientationChanged(int orientation); method in interface:OrientationManager.OnOrientationChangeListener
H A DOrientationManagerImpl.java71 mListener.onOrientationChanged(orientation);
191 public void onOrientationChanged(int orientation) { method in class:OrientationManagerImpl.MyOrientationEventListener
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DOrientationManager.java121 public void onOrientationChanged(int orientation) { method in class:OrientationManager.MyOrientationEventListener
/packages/apps/Camera2/src/com/android/camera/module/
H A DModuleController.java97 public void onOrientationChanged(int orientation); method in interface:ModuleController
/packages/apps/Camera/src/com/android/camera/
H A DCameraModule.java71 public void onOrientationChanged(int orientation); method in interface:CameraModule
H A DCameraActivity.java125 public void onOrientationChanged(int orientation) { method in class:CameraActivity.MyOrientationEventListener
131 mCurrentModule.onOrientationChanged(orientation);
159 mCurrentModule.onOrientationChanged(mLastRawOrientation);
H A DPanoramaModule.java208 public void onOrientationChanged(int orientation) { method in class:PanoramaModule.PanoOrientationEventListener
1051 public void onOrientationChanged(int orientation) { method in class:PanoramaModule
H A DPhotoModule.java1294 public void onOrientationChanged(int orientation) { method in class:PhotoModule
H A DVideoModule.java552 public void onOrientationChanged(int orientation) { method in class:VideoModule
/packages/apps/Camera2/src/com/android/camera/widget/
H A DVideoRecordingHints.java206 public void onOrientationChanged(int orientation) { method in class:VideoRecordingHints
/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java272 public void onOrientationChanged(int orientation) { method in class:VideoUI
273 mVideoHints.onOrientationChanged(orientation);
H A DCaptureModule.java613 public void onOrientationChanged(int orientation) { method in class:CaptureModule
H A DVideoModule.java493 public void onOrientationChanged(int orientation) { method in class:VideoModule
505 mUI.onOrientationChanged(orientation);
H A DCameraActivity.java2131 mCurrentModule.onOrientationChanged(mLastRawOrientation);
2407 public void onOrientationChanged(int orientation) { method in class:CameraActivity
2416 mCurrentModule.onOrientationChanged(orientation);
H A DPhotoModule.java1354 public void onOrientationChanged(int orientation) { method in class:PhotoModule
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java212 public void onOrientationChanged(int orientation) { method in class:PanoramaActivity.PanoOrientationEventListener
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java1293 public void onOrientationChanged(int orientation) { method in class:Camera.MyOrientationEventListener
H A DVideoCamera.java547 public void onOrientationChanged(int orientation) { method in class:VideoCamera.MyOrientationEventListener

Completed in 1926 milliseconds