Searched defs:onFullScreenChanged (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAppBridge.java49 public abstract void onFullScreenChanged(boolean full); method in class:AppBridge
H A DPhotoPage.java308 mAppBridge.onFullScreenChanged(message.arg1 == 1);
1181 public void onFullScreenChanged(boolean full) { method in class:PhotoPage
/packages/apps/Camera/src/com/android/camera/
H A DCameraModule.java29 public void onFullScreenChanged(boolean full); method in interface:CameraModule
H A DCameraActivity.java295 protected void onFullScreenChanged(boolean full) { method in class:CameraActivity
301 super.onFullScreenChanged(full);
302 mCurrentModule.onFullScreenChanged(full);
H A DActivityBase.java465 protected void onFullScreenChanged(boolean full) { method in class:ActivityBase
587 public void onFullScreenChanged(boolean full) { method in class:ActivityBase.MyAppBridge
588 ActivityBase.this.onFullScreenChanged(full);
H A DPanoramaModule.java1197 public void onFullScreenChanged(boolean full) { method in class:PanoramaModule
H A DPhotoModule.java574 onFullScreenChanged(mActivity.isInCameraApp());
1333 public void onFullScreenChanged(boolean full) { method in class:PhotoModule
1382 // destroyed, and there is no onFullScreenChanged.
1871 onFullScreenChanged(mActivity.isInCameraApp());
H A DVideoModule.java2199 onFullScreenChanged(mActivity.isInCameraApp());
2509 public void onFullScreenChanged(boolean full) { method in class:VideoModule
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java119 public void onFullScreenChanged(boolean full); method in interface:PhotoView.Listener
1413 mListener.onFullScreenChanged(full);

Completed in 183 milliseconds