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

1 2 3 4 5 6 7 8

  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/
promisesPanel.css 7 .promises .data-grid {
11 .promises .data-grid td {
networkLogView.css 31 .network-log-grid.data-grid {
51 .network-log-grid.data-grid table.data {
55 .network-log-grid .odd {
59 .network-log-grid.data-grid td {
66 .network-log-grid.data-grid.small td {
70 .network-log-grid.data-grid th
    [all...]
overviewGrid.css 7 .overview-grid-window-selector {
16 .overview-grid-window {
26 .overview-grid-dividers-background {
35 .overview-grid-window-rulers {
46 .overview-grid-window-resizer {
59 .overview-grid-window-resizer-right {
requestCookiesView.css 23 .request-cookies-view .data-grid {
28 .request-cookies-view .data-grid .row-group {
indexedDBViews.css 64 .indexed-db-data-view .data-grid-container {
82 .indexed-db-data-view .data-grid {
87 .indexed-db-data-view .data-grid .data-container tr:nth-child(even) {
91 .indexed-db-data-view .data-grid .data-container tr:nth-child(odd) {
95 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) {
99 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) td {
115 .indexed-db-data-view .data-grid .data-container td .section .header .title {
webSocketFrameView.css 12 .websocket-frame-view .data-grid {
21 .websocket-frame-view .data-grid .data {
canvasProfiler.css 90 .canvas-replay-log .data-grid {
141 .data-grid:focus tr.selected .canvas-popover-anchor {
175 .data-grid:focus tr.selected .canvas-call-argument,
176 .data-grid:focus tr.selected .canvas-formatted-string {
180 .canvas-replay-state-view .data-grid {
184 .canvas-replay-state-view .data-grid .data-container tr:nth-child(odd).canvas-grid-node-highlighted {
189 .canvas-replay-state-view .data-grid .data-container tr:nth-child(even).canvas-grid-node-highlighted {
profilesPanel.css 37 .profile-view .data-grid table.data {
41 .profile-view .data-grid tr:not(.selected) .highlight {
45 .profile-view .data-grid tr:hover td:not(.bottom-filler-td) {
49 .profile-view .data-grid td.numeric-column {
53 .profile-view .data-grid div.profile-multiple-values {
57 .profile-view .data-grid span.percent-column {
63 .profile-view .data-grid tr.selected span {
128 .cpu-profile-view .data-grid {
133 .cpu-profile-view .data-grid th.self-column {
137 .cpu-profile-view .data-grid th.total-column
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
list.css 8 grid {
17 grid > * {
28 grid > * {
33 grid:focus > [lead] {
38 grid:not([disabled]) > :hover {
43 grid > [selected] {
48 grid > .spacer {
71 grid > [hidden] {
  /external/chromium_org/ui/wm/core/
image_grid_unittest.cc 31 // Size of the images around the grid's border.
39 ImageGrid grid; local
40 grid.SetImages(image_BxB.get(), image_1xB.get(), image_BxB.get(),
44 ImageGrid::TestAPI test_api(&grid);
45 ASSERT_TRUE(grid.top_left_layer() != NULL);
46 ASSERT_TRUE(grid.top_layer() != NULL);
47 ASSERT_TRUE(grid.top_right_layer() != NULL);
48 ASSERT_TRUE(grid.left_layer() != NULL);
49 ASSERT_TRUE(grid.center_layer() != NULL);
50 ASSERT_TRUE(grid.right_layer() != NULL)
131 ImageGrid grid; local
156 ImageGrid grid; local
188 ImageGrid grid; local
236 ImageGrid grid; local
289 ImageGrid grid; local
    [all...]
  /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;
  /external/chromium_org/ui/webui/resources/css/
list.css 6 grid {
15 grid > * {
34 grid > * {
39 grid > [lead] {
44 grid:focus > [lead] {
50 grid > [anchor] {
55 grid:not([disabled]) > :hover {
62 grid > [selected] {
71 grid:focus > [selected] {
78 grid:focus > [lead][selected]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
az_lsp.h 86 extern const Word16 grid[];
  /external/llvm/test/tools/llvm-cov/Inputs/
test.cpp 6 double grid[10][10] = {0}; variable
29 grid[ii][jj] = (ii+1) * (jj+1);
72 return a + 8 + grid[2][3] + len;
  /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);
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
FragmentTransitionFragment.java 46 // This is the adapter we use to populate the grid.
54 GridView grid = (GridView) view.findViewById(R.id.grid); local
55 grid.setAdapter(mAdapter);
56 grid.setOnItemClickListener(this);
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
FragmentTransitionFragment.java 46 // This is the adapter we use to populate the grid.
54 GridView grid = (GridView) view.findViewById(R.id.grid); local
55 grid.setAdapter(mAdapter);
56 grid.setOnItemClickListener(this);
  /development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
FragmentTransitionFragment.java 46 // This is the adapter we use to populate the grid.
54 GridView grid = (GridView) view.findViewById(R.id.grid); local
55 grid.setAdapter(mAdapter);
56 grid.setOnItemClickListener(this);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
58 labelEmail.grid(row=6, column=0, columnspan=2,
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 54 import com.android.ide.common.layout.grid.GridDropHandler;
55 import com.android.ide.common.layout.grid.GridLayoutPainter;
56 import com.android.ide.common.layout.grid.GridModel;
57 import com.android.ide.common.layout.grid.GridModel.ViewData;
84 * The size of the visual regular grid that we snap to (if {@link #sSnapToGrid} is set
98 * grid mode)
133 * Whether the IDE should show diagnostics for debugging the grid layout - including
138 /** Whether the structure (grid model) should be displayed persistently to the user */
141 /** Whether the drop positions should snap to a regular grid */
145 * Whether the grid is edited in "grid mode" where the operations are row/column base
419 GridModel grid = GridModel.get(mRulesEngine, parent, null); local
427 GridModel grid = getGrid(state); local
434 GridModel grid = getGrid(state); local
451 GridModel grid = (GridModel) resizeState.clientData; local
466 GridModel grid = getGrid(state); local
500 GridModel grid = getGrid(state); local
563 GridModel grid = getGrid(state); local
663 GridModel grid = handler.getGrid(); local
    [all...]
  /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());

Completed in 625 milliseconds

1 2 3 4 5 6 7 8