Home
last modified time | relevance | path

Searched refs:galleryRoot (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumSetPage.java358 RelativeLayout galleryRoot = (RelativeLayout) ((Activity) mActivity) in setupCameraButton()
360 if (galleryRoot == null) return false; in setupCameraButton()
375 galleryRoot.addView(mCameraButton, lp); in setupCameraButton()
381 RelativeLayout galleryRoot = (RelativeLayout) ((Activity) mActivity) in cleanupCameraButton()
383 if (galleryRoot == null) return; in cleanupCameraButton()
384 galleryRoot.removeView(mCameraButton); in cleanupCameraButton()
DPhotoPage.java545 RelativeLayout galleryRoot = (RelativeLayout) ((Activity) mActivity) in onCreate() local
547 if (galleryRoot != null) { in onCreate()
549 mBottomControls = new PhotoPageBottomControls(this, mActivity, galleryRoot); in onCreate()