Searched refs:mAppBridge (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DActivityBase.java90 protected MyAppBridge mAppBridge; field in class:ActivityBase
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
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java157 private AppBridge mAppBridge; field in class:PhotoPage
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
[all...]

Completed in 229 milliseconds