Searched refs: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);
1185 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.java256 protected void onFullScreenChanged(boolean full) { method in class:CameraActivity
262 super.onFullScreenChanged(full);
263 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 DPhotoModule.java1335 public void onFullScreenChanged(boolean full) { method in class:PhotoModule
1384 // destroyed, and there is no onFullScreenChanged.
1884 onFullScreenChanged(mActivity.isInCameraApp());
H A DVideoModule.java2232 onFullScreenChanged(mActivity.isInCameraApp());
2542 public void onFullScreenChanged(boolean full) { method in class:VideoModule
H A DPanoramaModule.java1197 public void onFullScreenChanged(boolean full) { method in class:PanoramaModule
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java119 public void onFullScreenChanged(boolean full); method in interface:PhotoView.Listener
1411 mListener.onFullScreenChanged(full);

Completed in 316 milliseconds