Searched refs:grid (Results 1 – 11 of 11) sorted by relevance
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/ |
D | FixedGridLayoutTest.java | 15 FixedGridLayout grid = (FixedGridLayout)findViewById(R.id.grid); in onCreate() local 16 grid.setCellWidth(80); in onCreate() 17 grid.setCellHeight(80); in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | LayoutAnimation4.java | 41 GridView grid = (GridView) findViewById(R.id.grid); in onCreate() local 42 grid.setAdapter(new AppsAdapter()); in onCreate()
|
D | LayoutAnimation5.java | 41 GridView grid = (GridView) findViewById(R.id.grid); in onCreate() local 42 grid.setAdapter(new AppsAdapter()); in onCreate()
|
D | LayoutAnimation1.java | 41 GridView grid = (GridView) findViewById(R.id.grid); in onCreate() local 42 grid.setAdapter(new LayoutAnimation1.AppsAdapter()); in onCreate()
|
D | LayoutAnimation6.java | 41 GridView grid = (GridView) findViewById(R.id.grid); in onCreate() local 42 grid.setAdapter(new AppsAdapter()); in onCreate()
|
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/ |
D | MainActivity.java | 48 setContentView(R.layout.grid); in onCreate() 51 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | MatrixPaletteRenderer.java | 389 Grid grid = new Grid(uSteps + 1, vSteps + 1); in generateWeightedGrid() local 401 grid.set(i, j, x, y, z, u, v, w0, w1, 0, 1); in generateWeightedGrid() 405 grid.createBufferObjects(gl); in generateWeightedGrid() 406 return grid; in generateWeightedGrid()
|
D | CubeMapActivity.java | 166 Grid grid = new Grid(uSteps + 1, vSteps + 1); in generateTorusGrid() local 189 grid.set(i, j, x, y, z, nx, ny, nz); in generateTorusGrid() 192 grid.createBufferObjects(gl); in generateTorusGrid() 193 return grid; in generateTorusGrid()
|
/development/samples/browseable/ActivitySceneTransitionBasic/ |
D | _index.jd | 10 changeBounds to nicely transition a grid of images to an Activity with a large image
|
/development/tools/axl/ |
D | chewie.py | 181 pylab.grid()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 15383 …c (ft_glyphslot_grid_fit_metrics, FT_Load_Glyph): Re-enable glyph metrics grid-fitting. It is now… 37175 …ages/apps/Launcher3,fake_LC9U8-5PTGeoLepPdAlA9Q@fakeemail.com,Fixing wrong check for grid migration 37361 …0,platform/packages/apps/Launcher3,fake_pzs104lVTWqwNbpSocshYA@fakeemail.com,Launcher grid changes. 37387 …ackages/apps/Launcher3,fake_pzs104lVTWqwNbpSocshYA@fakeemail.com,Portrait grid changes for Workspa… 37419 …es/apps/Launcher3,fake_LC9U8-5PTGeoLepPdAlA9Q@fakeemail.com,Extending the grid migration logic to … 37472 …ckages/apps/Launcher3,fake_pzs104lVTWqwNbpSocshYA@fakeemail.com,Landscape grid changes for Workspa… 37535 …ake_LC9U8-5PTGeoLepPdAlA9Q@fakeemail.com,Adding support for migrating the grid between any two val… 37587 …ages/apps/Launcher3,fake_LC9U8-5PTGeoLepPdAlA9Q@fakeemail.com,Moving the QSB to the workspace grid. 37618 …GeoLepPdAlA9Q@fakeemail.com,Fixing accessibility description for all-apps grid adapter. Only count… 37748 …/apps/Launcher3,fake_pzs104lVTWqwNbpSocshYA@fakeemail.com,Landscape launcher grid/all apps to spec. [all …]
|