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

  /external/replicaisland/src/com/replica/replicaisland/
TiledBackgroundVertexGrid.java 20 private TiledVertexGrid mGrid;
29 mGrid = null;
33 mGrid = grid;
38 if (mGrid != null) {
39 mGrid.draw(x, y, getScrollOriginX(), getScrollOriginY());
  /packages/apps/Gallery2/src/com/android/photos/
MultiSelectGridFragment.java 43 mGrid.focusableViewAvailable(mGrid);
48 GridView mGrid;
77 if (mGrid != null) {
78 mGrid.setMultiChoiceModeListener(mHost.getMultiChoiceManager());
103 mGrid = null;
130 if (mGrid != null) {
131 mGrid.setAdapter(adapter);
148 mGrid.setSelection(position);
156 return mGrid.getSelectedItemPosition()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 56 private final GridModel mGrid;
69 mGrid = GridModel.get(mRule.getRulesEngine(), layout, view);
83 Rect bounds = mGrid.layout.getBounds();
115 int row = (mGrid.getViewCount() == 0) ? 0 : mGrid.getClosestRow(y1);
116 int rowY = mGrid.getRowY(row);
143 columnMatches.add(new GridMatch(SegmentType.LEFT, 0, x1, mGrid.getColumn(x1),
147 rowMatches.add(new GridMatch(SegmentType.TOP, 0, y1, mGrid.getRow(y1),
161 columnDescription = mColumnMatch.getDisplayName(mGrid.layout);
165 rowDescription = mRowMatch.getDisplayName(mGrid.layout)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid3.java 43 GridView mGrid;
52 mGrid = (GridView) findViewById(R.id.myGrid);
53 mGrid.setAdapter(new AppsAdapter());
54 mGrid.setChoiceMode(GridView.CHOICE_MODE_MULTIPLE_MODAL);
55 mGrid.setMultiChoiceModeListener(new MultiChoiceModeListener());
152 int selectCount = mGrid.getCheckedItemCount();
Grid1.java 38 GridView mGrid;
47 mGrid = (GridView) findViewById(R.id.myGrid);
48 mGrid.setAdapter(new AppsAdapter());
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 37 private ScriptField_BallGrid mGrid;
113 mGrid = ScriptField_BallGrid.create2D(mRS, (width + 99) / 100, (height + 99) / 100);
126 mScript.set_gGrid(mGrid.getAllocation());
136 mPhysicsScript.set_gGrid(mGrid.getAllocation());
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 78 GridView mGrid;
96 mGrid = (GridView) view.findViewById(R.id.grid);
113 View item = inflater.inflate(R.layout.snapshot_item, mGrid, false);
117 mGrid.setColumnWidth(width);
118 mGrid.setOnItemClickListener(this);
119 mGrid.setOnCreateContextMenuListener(this);
137 mGrid.setAdapter(mAdapter);
147 mGrid.setVisibility(empty ? View.GONE : View.VISIBLE);
BrowserBookmarksPage.java 93 BookmarkExpandableView mGrid;
135 mGrid.addAccount(accountName, adapter, expand);
351 mState = mGrid.saveGroupState();
393 mGrid = (BookmarkExpandableView) mRoot.findViewById(R.id.grid);
394 mGrid.setOnChildClickListener(this);
395 mGrid.setColumnWidthFromLayout(R.layout.bookmark_thumbnail);
396 mGrid.setBreadcrumbController(this);
409 mGrid.setBreadcrumbController(null);
410 mGrid.clearAccounts();
420 return mGrid.getChildAdapter(groupPosition)
    [all...]
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 228 private Grid mGrid;
233 mGrid.draw(gl);
249 mGrid = new Grid(2, 2);
255 mGrid.set(i,j, x, y, z);
258 mGrid.createBufferObjects(gl);
  /development/samples/Home/src/com/example/android/home/
Home.java 106 private GridView mGrid;
190 outState.putBoolean(KEY_SAVE_GRID_OPENED, mGrid.getVisibility() == View.VISIBLE);
213 if (mGrid == null) {
214 mGrid = (GridView) findViewById(R.id.all_apps);
216 mGrid.setAdapter(new ApplicationsAdapter(this, mApplications));
217 mGrid.setSelection(0);
232 mGrid.setOnItemClickListener(new ApplicationLauncher());
534 // comment the line mGrid.startAnimation() below
535 // mGrid.setLayoutAnimationListener(new ShowGrid());
536 // mGrid.setLayoutAnimation(mShowLayoutAnimation)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java 49 private boolean mGrid;
64 mGrid = isGrid;
111 if (!mGrid) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 55 private ChartGridView mGrid;
110 mGrid = (ChartGridView) findViewById(R.id.grid);
147 mGrid.init(mHoriz, mVert);
256 mGrid.invalidate();
402 mGrid.setBounds(visibleStart, visibleEnd);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 52 private Grid mGrid;
97 mGrid.draw(gl);
123 mGrid = generateTorusGrid(gl, 60, 60, 3.0f, 0.75f);
MatrixPaletteRenderer.java 44 private Grid mGrid;
295 mGrid = generateWeightedGrid(gl);
363 mGrid.draw(gl);
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 788 milliseconds