OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGallery
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java
71
private Gallery
mGallery
;
81
mGallery
= (Gallery) mActivity.findViewById(R.id.gallery_test);
118
WidgetTestUtils.runOnMainAndLayoutSync(mActivityRule,
mGallery
, () -> {
119
mGallery
.setSpacing(spacing);
120
mGallery
.requestLayout();
123
View v0 =
mGallery
.getChildAt(0);
124
View v1 =
mGallery
.getChildAt(1);
139
View v0 =
mGallery
.getChildAt(0);
140
View v1 =
mGallery
.getChildAt(1);
142
mGallery
.setUnselectedAlpha(alpha)
[
all
...]
/development/samples/Home/src/com/example/android/home/
Wallpaper.java
57
private Gallery
mGallery
;
67
mGallery
= (Gallery) findViewById(R.id.gallery);
68
mGallery
.setAdapter(new ImageAdapter(this));
69
mGallery
.setOnItemSelectedListener(this);
70
mGallery
.setOnItemClickListener(this);
112
selectWallpaper(
mGallery
.getSelectedItemPosition());
Completed in 73 milliseconds