HomeSort by relevance Sort by last modified time
    Searched refs:GridView (Results 26 - 50 of 95) sorted by null

12 3 4

  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
FragmentTransitionFragment.java 29 import android.widget.GridView;
48 // Inflate the layout with a GridView in it.
54 GridView grid = (GridView) view.findViewById(R.id.grid);
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
FragmentTransitionFragment.java 29 import android.widget.GridView;
48 // Inflate the layout with a GridView in it.
54 GridView grid = (GridView) view.findViewById(R.id.grid);
  /development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
FragmentTransitionFragment.java 29 import android.widget.GridView;
48 // Inflate the layout with a GridView in it.
54 GridView grid = (GridView) view.findViewById(R.id.grid);
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 29 import android.widget.GridView;
48 GridView mGrid;
62 * view hierarchy <em>must</em> have a GridView whose id is
116 * @param g The GridView where the click happened
117 * @param v The view that was clicked within the GridView
121 public void onGridItemClick(GridView g, View v, int position, long id) {
170 public GridView getGridView() {
266 * Get the ListAdapter associated with this activity's GridView.
280 if (root instanceof GridView) {
281 mGrid = (GridView) root
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridDelete.java 17 package android.widget.gridview;
23 import android.widget.GridView;
57 GridView g = getGridView();
GridThrasher.java 17 package android.widget.gridview;
30 import android.widget.GridView;
120 GridView g = (GridView) findViewById(R.id.grid);
GridScrollListenerTest.java 17 package android.widget.gridview;
26 import android.widget.GridView;
28 import android.widget.gridview.GridScrollListener;
33 private GridView mGridView;
GridSetSelectionBaseTest.java 17 package android.widget.gridview;
24 import android.widget.GridView;
28 private GridView mGridView;
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchSetSelectionTest.java 17 package android.widget.gridview.touch;
24 import android.widget.GridView;
26 import android.widget.gridview.GridSimple;
33 private GridView mGridView;
GridTouchStackFromBottomManyTest.java 17 package android.widget.gridview.touch;
22 import android.widget.gridview.GridStackFromBottomMany;
24 import android.widget.GridView;
30 private GridView mGridView;
GridTouchStackFromBottomTest.java 17 package android.widget.gridview.touch;
19 import android.widget.gridview.GridStackFromBottom;
24 import android.widget.GridView;
29 private GridView mGridView;
  /frameworks/base/core/tests/coretests/src/android/util/
GridScenario.java 27 import android.widget.GridView;
36 * Utility base class for creating various GridView scenarios. Configurable by the number
42 private GridView mGridView;
62 public GridView getGridView() {
99 private int mNumColumns = GridView.AUTO_FIT;
100 private int mStretchMode = GridView.STRETCH_COLUMN_WIDTH;
243 mGridView = new GridView(this);
248 if (mNumColumns >= GridView.AUTO_FIT) {
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 46 import android.widget.GridView;
52 * Test {@link GridView}.
55 private GridView mGridView;
63 private GridView findGridViewById(int id) {
64 return (GridView) mActivity.findViewById(id);
82 new GridView(mActivity);
84 new GridView(mActivity, null);
86 new GridView(mActivity, null, com.android.internal.R.attr.gridViewStyle);
90 new GridView(mActivity, attrs);
91 new GridView(mActivity, attrs, 0)
    [all...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java 32 import android.widget.GridView;
42 private GridView mGridView;
55 // Setup the GridView and set the adapter
56 mGridView = (GridView) findViewById(R.id.grid);
63 * Called when an item in the {@link android.widget.GridView} is clicked. Here will launch the
  /developers/build/prebuilts/gradle/DoneBar/Application/src/main/java/com/example/android/donebar/
MainActivity.java 28 import android.widget.GridView;
36 private GridView mGridView;
50 // Prepare the GridView
51 mGridView = (GridView) findViewById(android.R.id.list);
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
MainActivity.java 28 import android.widget.GridView;
36 private GridView mGridView;
48 // Prepare the GridView
49 mGridView = (GridView) findViewById(android.R.id.list);
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
MainActivity.java 32 import android.widget.GridView;
42 private GridView mGridView;
55 // Setup the GridView and set the adapter
56 mGridView = (GridView) findViewById(R.id.grid);
63 * Called when an item in the {@link android.widget.GridView} is clicked. Here will launch the
  /development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
MainActivity.java 32 import android.widget.GridView;
42 private GridView mGridView;
55 // Setup the GridView and set the adapter
56 mGridView = (GridView) findViewById(R.id.grid);
63 * Called when an item in the {@link android.widget.GridView} is clicked. Here will launch the
  /development/samples/browseable/DoneBar/src/com.example.android.donebar/
MainActivity.java 31 import android.widget.GridView;
39 private GridView mGridView;
53 // Prepare the GridView
54 mGridView = (GridView) findViewById(android.R.id.list);
  /development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
MainActivity.java 28 import android.widget.GridView;
36 private GridView mGridView;
48 // Prepare the GridView
49 mGridView = (GridView) findViewById(android.R.id.list);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListInHorizontal.java 23 import android.widget.GridView;
ListInVertical.java 23 import android.widget.GridView;
  /packages/apps/Camera/src/com/android/camera/ui/
EffectSettingPopup.java 25 import android.widget.GridView;
46 private GridView mSillyFacesGrid;
47 private GridView mBackgroundGrid;
72 mSillyFacesGrid = (GridView) findViewById(R.id.effect_silly_faces);
73 mBackgroundGrid = (GridView) findViewById(R.id.effect_background);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
EffectSettingPopup.java 28 import android.widget.GridView;
44 private GridView mSillyFacesGrid;
45 private GridView mBackgroundGrid;
70 mSillyFacesGrid = (GridView) findViewById(R.id.effect_silly_faces);
71 mBackgroundGrid = (GridView) findViewById(R.id.effect_background);
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
SwipeRefreshMultipleViewsFragment.java 33 import android.widget.GridView;
40 * SwipeRefreshLayout contains a scrollable {@link android.widget.GridView}, along with a
46 * <p>In this sample app, the refresh updates the GridView with a random set of new items.
61 * The {@link android.widget.GridView} that displays the content that should be refreshed.
63 private GridView mGridView;
66 * The {@link android.widget.ListAdapter} used to populate the {@link android.widget.GridView}
72 * The {@link View} which is displayed when the GridView is empty.
90 // Retrieve the SwipeRefreshLayout and GridView instances
100 // Retrieve the GridView
101 mGridView = (GridView) view.findViewById(android.R.id.list)
    [all...]

Completed in 940 milliseconds

12 3 4