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.java285 mAppBridge.onFullScreenChanged(message.arg1 == 1);
1186 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.java255 protected void onFullScreenChanged(boolean full) { method in class:CameraActivity
261 super.onFullScreenChanged(full);
262 mCurrentModule.onFullScreenChanged(full);
H A DActivityBase.java466 protected void onFullScreenChanged(boolean full) { method in class:ActivityBase
588 public void onFullScreenChanged(boolean full) { method in class:ActivityBase.MyAppBridge
589 ActivityBase.this.onFullScreenChanged(full);
H A DPhotoModule.java602 onFullScreenChanged(mActivity.isInCameraApp());
1181 public void onFullScreenChanged(boolean full) { method in class:PhotoModule
1231 // destroyed, and there is no onFullScreenChanged.
1743 onFullScreenChanged(mActivity.isInCameraApp());
H A DVideoModule.java2211 onFullScreenChanged(mActivity.isInCameraApp());
2521 public void onFullScreenChanged(boolean full) { method in class:VideoModule
H A DPanoramaModule.java1251 public void onFullScreenChanged(boolean full) { method in class:PanoramaModule
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java125 public void onFullScreenChanged(boolean full); method in interface:PhotoView.Listener
1438 mListener.onFullScreenChanged(full);

Completed in 144 milliseconds