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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 358 RelativeLayout galleryRoot = (RelativeLayout) ((Activity) mActivity)
360 if (galleryRoot == null) return false;
375 galleryRoot.addView(mCameraButton, lp);
381 RelativeLayout galleryRoot = (RelativeLayout) ((Activity) mActivity)
383 if (galleryRoot == null) return;
384 galleryRoot.removeView(mCameraButton);
PhotoPage.java 545 RelativeLayout galleryRoot = (RelativeLayout) ((Activity) mActivity)
547 if (galleryRoot != null) {
549 mBottomControls = new PhotoPageBottomControls(this, mActivity, galleryRoot);
    [all...]

Completed in 379 milliseconds