HomeSort by relevance Sort by last modified time
    Searched refs:mAppBridge (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 90 protected MyAppBridge mAppBridge;
357 mAppBridge.switchWithCaptureAnimation(1);
379 if (mAppBridge != null) {
382 mAppBridge = new MyAppBridge();
383 data.putParcelable(PhotoPage.KEY_APP_BRIDGE, mAppBridge);
390 mCameraScreenNail = mAppBridge.getCameraScreenNail();
413 if (mAppBridge == null) {
414 mAppBridge = new MyAppBridge();
416 data.putParcelable(PhotoPage.KEY_APP_BRIDGE, mAppBridge);
420 mCameraScreenNail = mAppBridge.getCameraScreenNail()
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 157 private AppBridge mAppBridge;
284 if (mAppBridge != null) {
285 mAppBridge.onFullScreenChanged(message.arg1 == 1);
320 if (mAppBridge != null) mPhotoView.setFilmMode(false);
325 if (mAppBridge == null && mMediaSet.getTotalMediaItemCount() > 1) {
397 mAppBridge = (AppBridge) data.getParcelable(KEY_APP_BRIDGE);
398 if (mAppBridge != null) {
401 mAppBridge.setServer(this);
411 mScreenNailItem.setScreenNail(mAppBridge.attachScreenNail());
470 mAppBridge == null ? -1 : 0
    [all...]

Completed in 66 milliseconds