HomeSort by relevance Sort by last modified time
    Searched refs:grid (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
grid_tbl.cpp 52 // grid[0] = 1.0;
53 // grid[grid_points+1] = -1.0;
55 // grid[i] = cos((6.283185307*i)/(2.0*grid_points));
95 const Word16 grid[grid_points + 1] = variable
149 [1] grid.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayoutTest.java 15 FixedGridLayout grid = (FixedGridLayout)findViewById(R.id.grid); local
16 grid.setCellWidth(80);
17 grid.setCellHeight(80);
  /external/replicaisland/src/com/replica/replicaisland/
BufferLibrary.java 23 private FixedSizeArray<Grid> mGridList;
28 mGridList = new FixedSizeArray<Grid>(GRID_LIST_SIZE);
36 public void add(Grid grid) {
37 mGridList.add(grid);
48 Grid grid = mGridList.get(x); local
49 grid.generateHardwareBuffers(gl);
58 Grid grid = mGridList.get(x) local
68 Grid grid = mGridList.get(x); local
    [all...]
TiledBackgroundVertexGrid.java 32 public void setGrid(TiledVertexGrid grid) {
33 mGrid = grid;
TiledVertexGrid.java 23 private Grid mTileMap;
59 private Grid generateGrid(int width, int height, int startTileX, int startTileY) {
71 // Check to see if this entire grid is empty tiles. If so, we don't need to do anything.
84 Grid grid = null; local
86 grid = new Grid(tilesAcross, tilesDown, false);
122 grid.set(tileX, tileY, positions, uvs);
127 return grid;
145 Grid grid = generateGrid((int)mWorldPixelWidth, (int)mWorldPixelHeight, 0, 0) local
    [all...]
ScrollerComponent.java 43 public ScrollerComponent(float speedX, float speedY, int width, int height, TiledVertexGrid grid) {
47 mVertGrid = grid;
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
az_lsp.h 86 extern const Word16 grid[];
  /external/webkit/Source/WebCore/inspector/front-end/
heapProfiler.css 54 .heap-snapshot-view .data-grid {
64 .heap-snapshot-view .data-grid th.count-column {
68 .heap-snapshot-view .data-grid td.count-column {
72 .heap-snapshot-view .data-grid th.size-column {
76 .heap-snapshot-view .data-grid td.size-column {
80 .heap-snapshot-view .data-grid th.countDelta-column {
84 .heap-snapshot-view .data-grid td.countDelta-column {
88 .heap-snapshot-view .data-grid th.sizeDelta-column {
92 .heap-snapshot-view .data-grid td.sizeDelta-column {
163 .detailed-heapshot-view .data-grid {
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MultiLayersActivity.java 33 LinearLayout grid = new LinearLayout(this); local
34 grid.setOrientation(LinearLayout.VERTICAL);
38 grid.addView(row1, new LinearLayout.LayoutParams(
43 grid.addView(row2, new LinearLayout.LayoutParams(
56 setContentView(grid);
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css 84 .data-grid .data-container {
89 .data-grid td > div, .data-grid th > div {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 53 import com.android.ide.common.layout.grid.GridDropHandler;
54 import com.android.ide.common.layout.grid.GridLayoutPainter;
55 import com.android.ide.common.layout.grid.GridModel;
82 * The size of the visual regular grid that we snap to (if {@link #sSnapToGrid} is set
96 * grid mode)
131 * Whether the IDE should show diagnostics for debugging the grid layout - including
136 /** Whether the structure (grid model) should be displayed persistently to the user */
139 /** Whether the drop positions should snap to a regular grid */
143 * Whether the grid is edited in "grid mode" where the operations are row/column base
412 GridModel grid = GridModel.get(mRulesEngine, parent, null); local
419 GridModel grid = getGrid(state); local
426 GridModel grid = getGrid(state); local
443 GridModel grid = (GridModel) resizeState.clientData; local
463 GridModel grid = getGrid(state); local
510 GridModel grid = getGrid(state); local
610 GridModel grid = handler.getGrid(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 16 package com.android.ide.common.layout.grid;
20 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
53 * Paints the structure (the grid model) of the given GridLayout.
56 * @param layout the grid layout node
58 * @param grid the grid model to be visualized
61 GridModel grid) {
65 for (int row = 0; row < grid.actualRowCount; row++) {
66 int y = grid.getRowY(row);
69 for (int column = 0; column < grid.actualColumnCount; column++)
155 GridModel grid = data.getGrid(); local
266 GridModel grid = data.getGrid(); local
    [all...]
GridMatch.java 16 package com.android.ide.common.layout.grid;
18 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation1.java 41 GridView grid = (GridView) findViewById(R.id.grid); local
42 grid.setAdapter(new LayoutAnimation1.AppsAdapter());
LayoutAnimation4.java 41 GridView grid = (GridView) findViewById(R.id.grid); local
42 grid.setAdapter(new AppsAdapter());
LayoutAnimation5.java 41 GridView grid = (GridView) findViewById(R.id.grid); local
42 grid.setAdapter(new AppsAdapter());
LayoutAnimation6.java 41 GridView grid = (GridView) findViewById(R.id.grid); local
42 grid.setAdapter(new AppsAdapter());
  /external/chromium/chrome/browser/resources/ntp4/
tile_page.css 19 .tile-grid {
  /external/webkit/Source/WebCore/html/
DataGridColumnList.h 20 static PassRefPtr<DataGridColumnList> create(HTMLDataGridElement* grid)
22 return adoptRef(new DataGridColumnList(grid));
  /build/tools/droiddoc/templates-sdk/
trailer.cs 6 <!-- Grid - for dev
22 <link href="<?cs var:toroot ?>assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css">
23 <script src="<?cs var:toroot ?>assets/js/grid/960.gridder.js" type="text/javascript"></script>
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridInHorizontal.java 29 * Exercises a grid in a horizontal linear layout
49 mGridView = (GridView) findViewById(R.id.grid);
GridInVertical.java 29 * Exercises a grid in a vertical linear layout
49 mGridView = (GridView) findViewById(R.id.grid);
GridPadding.java 27 * Exercises a grid with padding
43 mGridView = (GridView) findViewById(R.id.grid);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 220 Composite grid = toolkit.createComposite(composite); local
223 grid.setLayout(layout);
224 toolkit.paintBordersFor(grid);
226 ((Section) composite).setClient(grid);
228 return grid;
  /frameworks/base/core/java/android/text/method/
CharacterPickerDialog.java 77 GridView grid = (GridView) findViewById(R.id.characterPicker); local
78 grid.setAdapter(new OptionsAdapter(getContext()));
79 grid.setOnItemClickListener(this);

Completed in 564 milliseconds

1 2 3 4