OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 29 milliseconds