Home
last modified time | relevance | path

Searched refs:grid (Results 1 – 25 of 71) sorted by relevance

123

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DMultiLayersActivity.java33 LinearLayout grid = new LinearLayout(this); in onCreate() local
34 grid.setOrientation(LinearLayout.VERTICAL); in onCreate()
38 grid.addView(row1, new LinearLayout.LayoutParams( in onCreate()
43 grid.addView(row2, new LinearLayout.LayoutParams( in onCreate()
56 setContentView(grid); in onCreate()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dgrid100.tab22 * Vector grid[] is in Q15 *
24 * grid[0] = 1.0; *
25 * grid[grid_points+1] = -1.0; *
27 * grid[i] = cos((6.283185307*i)/(2.0*grid_points)); *
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGrid.java125 Grid grid; in createGrid() local
127 grid = new SingleRow(); in createGrid()
130 grid = new StaggeredGridDefault(); in createGrid()
131 grid.setNumRows(rows); in createGrid()
133 return grid; in createGrid()
/frameworks/base/core/java/android/text/method/
DCharacterPickerDialog.java77 GridView grid = (GridView) findViewById(R.id.characterPicker); in onCreate() local
78 grid.setAdapter(new OptionsAdapter(getContext())); in onCreate()
79 grid.setOnItemClickListener(this); in onCreate()
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridTest.java83 static String dump(Grid grid) { in dump() argument
85 grid.debugPrint(new PrintWriter(w)); in dump()
/frameworks/base/docs/html/training/wearables/ui/
D2d-picker.jd9 <li><a href="#add-page-grid">Add a Page Grid</a></li>
26 Library lets you easily implement this pattern using a page grid, which is a layout manager
37 <h2 id="add-page-grid">Add a Page Grid</h2>
135 in the grid:
198 direction shows the next page on the grid, if one is available.</p>
206 <h3>Assign an adapter instance to the page grid</h3>
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dgrid_tbl.cpp95 const Word16 grid[grid_points + 1] = variable
Daz_lsp.cpp634 xlow = *(grid); in Az_lsp()
644 xlow = *(grid + j); in Az_lsp()
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd113 offer users a grid of available spaces into which they can place widgets and icons. This grid can
114 vary by device; for example, many handsets offer a 4x4 grid, and tablets can offer a larger, 8x7
115 grid. <strong>When your widget is added, it will be stretched to occupy the minimum number of cells,
119 widgets will allow your widget to gracefully adapt to the device's Home screen grid and remain
124 minimum dimensions, given the desired number of occupied grid cells:</p>
258 sizes, widget layouts must adapt to different Home screen grid cell sizes.</p>
308 grid cell is 80dp &times; 100dp in size and 8dp of margins are automatically applied on all sizes,
313 alt="Music widget sitting on an example 80dp x 100dp grid with 8dp of automatic margins
317 grid with 8dp of automatic margins added by the system.</p>
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Daz_lsp.h86 extern const Word16 grid[];
/frameworks/base/docs/html/guide/topics/ui/layout/
Dgridview.jd21 scrollable grid. The grid items are automatically inserted to the layout using a {@link
33 <p>In this tutorial, you'll create a grid of image thumbnails. When an item is selected, a
85 ImageAdapter}) as the source for all items to be displayed in the grid. The {@code ImageAdapter} is
87 <p>To do something when an item in the grid is clicked, the {@link
/frameworks/base/docs/html/topic/libraries/
Dindex.jd8 <div class="dynamic-grid">
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridPadding.java43 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
DGridInHorizontal.java49 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
DGridInVertical.java49 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
DGridScrollListener.java50 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
DGridThrasher.java120 GridView g = (GridView) findViewById(R.id.grid); in onCreate()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
DPicker.java490 VerticalGridView grid = mColumnViews.get(i); in updateItemFocusable() local
491 for (int j = 0; j < grid.getChildCount(); j++) { in updateItemFocusable()
492 View view = grid.getChildAt(j); in updateItemFocusable()
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/essentials/
Dindex.jd15 <div class="dynamic-grid">
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd28 <li><a href="{@docRoot}design/building-blocks/grid-lists.html">Android Design: Grid Lists</a></li>
75 …A <em>dashboard</em> is a grid of large, iconic buttons that constitutes the entirety, or most of,…
86 href="{@docRoot}design/building-blocks/grid-lists.html">Grid Lists</a> guides.</p>
93 …alt="Example list-, grid-, and carousel-based navigation interfaces with relevant screen map excer…
95 <p class="img-caption"><strong>Figure 4.</strong> Example list-, grid-, and carousel-based navigati…
/frameworks/base/docs/html-intl/intl/zh-cn/
Dresources.jd12 <div class="dynamic-grid">
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/
Dresources.jd17 <div class="dynamic-grid">
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/
Dindex.jd11 <div class="dynamic-grid">
/frameworks/base/docs/html/
Dresources.jd13 <div class="dynamic-grid">
/frameworks/base/docs/html/distribute/users/
Dexperiments.jd96 <div class="dynamic-grid">
111 <div class="dynamic-grid">

123