Searched refs:galleryRoot (Results 1 – 2 of 2) sorted by relevance
358 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()
545 RelativeLayout galleryRoot = (RelativeLayout) ((Activity) mActivity) in onCreate() local547 if (galleryRoot != null) { in onCreate()549 mBottomControls = new PhotoPageBottomControls(this, mActivity, galleryRoot); in onCreate()