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

  /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());
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 63 private Gallery mGallery;
79 mGallery = (Gallery) mActivity.findViewById(R.id.gallery_test);
160 mGallery.setSpacing(spacing);
161 mGallery.requestLayout();
166 View v0 = mGallery.getChildAt(0);
167 View v1 = mGallery.getChildAt(1);
229 mGallery = new Gallery(mContext, attrs);
231 layoutParams = mGallery.generateLayoutParams(attrs);
308 mGallery = new Gallery(mContext);
310 assertTrue(mGallery.dispatchKeyEvent(validKeyEvent))
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 47 private Gallery mGallery;
66 mGallery = (Gallery) findViewById(R.id.gallery);
67 mGallery.setAdapter(new ImageAdapter(this));
68 mGallery.setOnItemSelectedListener(this);
69 mGallery.setCallbackDuringFling(false);
197 selectWallpaper(mGallery.getSelectedItemPosition());

Completed in 90 milliseconds