Searched refs:onFullScreenChanged (Results 1 – 9 of 9) sorted by relevance
255 protected void onFullScreenChanged(boolean full) { in onFullScreenChanged() method in CameraActivity261 super.onFullScreenChanged(full); in onFullScreenChanged()262 mCurrentModule.onFullScreenChanged(full); in onFullScreenChanged()
466 protected void onFullScreenChanged(boolean full) { in onFullScreenChanged() method in ActivityBase588 public void onFullScreenChanged(boolean full) { in onFullScreenChanged() method in ActivityBase.MyAppBridge589 ActivityBase.this.onFullScreenChanged(full); in onFullScreenChanged()
29 public void onFullScreenChanged(boolean full); in onFullScreenChanged() method
602 onFullScreenChanged(mActivity.isInCameraApp()); in initializeAfterCameraOpen()1181 public void onFullScreenChanged(boolean full) { in onFullScreenChanged() method in PhotoModule1743 onFullScreenChanged(mActivity.isInCameraApp()); in onConfigurationChanged()
2211 onFullScreenChanged(mActivity.isInCameraApp()); in onConfigurationChanged()2521 public void onFullScreenChanged(boolean full) { in onFullScreenChanged() method in VideoModule
1251 public void onFullScreenChanged(boolean full) { in onFullScreenChanged() method in PanoramaModule
49 public abstract void onFullScreenChanged(boolean full); in onFullScreenChanged() method in AppBridge
285 mAppBridge.onFullScreenChanged(message.arg1 == 1); in onCreate()1186 public void onFullScreenChanged(boolean full) { in onFullScreenChanged() method in PhotoPage
125 public void onFullScreenChanged(boolean full); in onFullScreenChanged() method1438 mListener.onFullScreenChanged(full);