/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MultiLayersActivity.java | 33 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/ |
D | grid100.tab | 22 * 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/ |
D | Grid.java | 125 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/ |
D | CharacterPickerDialog.java | 77 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/ |
D | GridTest.java | 83 static String dump(Grid grid) { in dump() argument 85 grid.debugPrint(new PrintWriter(w)); in dump()
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | 2d-picker.jd | 9 <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/ |
D | grid_tbl.cpp | 95 const Word16 grid[grid_points + 1] = variable
|
D | az_lsp.cpp | 634 xlow = *(grid); in Az_lsp() 644 xlow = *(grid + j); in Az_lsp()
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 113 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 × 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/ |
D | az_lsp.h | 86 extern const Word16 grid[];
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | gridview.jd | 21 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/ |
D | index.jd | 8 <div class="dynamic-grid">
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridPadding.java | 43 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
|
D | GridInHorizontal.java | 49 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
|
D | GridInVertical.java | 49 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
|
D | GridScrollListener.java | 50 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
|
D | GridThrasher.java | 120 GridView g = (GridView) findViewById(R.id.grid); in onCreate()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/ |
D | Picker.java | 490 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/ |
D | index.jd | 15 <div class="dynamic-grid">
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 28 <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/ |
D | resources.jd | 12 <div class="dynamic-grid">
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/ |
D | resources.jd | 17 <div class="dynamic-grid">
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/ |
D | index.jd | 11 <div class="dynamic-grid">
|
/frameworks/base/docs/html/ |
D | resources.jd | 13 <div class="dynamic-grid">
|
/frameworks/base/docs/html/distribute/users/ |
D | experiments.jd | 96 <div class="dynamic-grid"> 111 <div class="dynamic-grid">
|