/frameworks/base/docs/html/design/building-blocks/ |
D | grid-lists.jd | 15 that represent themselves through images. In contrast to simple lists, grid lists may scroll either 23 <p>The items in a grid list are arranged in two dimensions, one of which is fixed when scrolling 24 content. The scrolling direction dictates the ordering of the items within the grid list. Since the 26 cutting off grid items to communicate where the overflow is located.</p> 27 <p>Avoid creating grid lists that scroll in two dimensions.</p> 39 <p>Vertically scrolling grid list items are sorted in traditional western reading direction: 56 <p>Horizontally scrolling lists fix the vertical axis of the item grid. Compared to vertically 60 …Don't use scrolling tabs as a means to switch views in conjunction with horizontally scrolling grid 62 scrolling tabs for view navigation together with a grid list, use vertical grid scrolling for list 71 <p>Use labels to display additional contextual information for your grid list items.</p> [all …]
|
/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/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/av/media/libstagefright/codecs/amrnb/common/src/ |
D | grid_tbl.cpp | 95 const Word16 grid[grid_points + 1] = variable
|
D | az_lsp.cpp | 632 xlow = *(grid); in Az_lsp() 642 xlow = *(grid + j); in Az_lsp()
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | 2d-picker.jd | 9 <li><a href="#add-page-grid">Add a Page Grid</a></li> 21 Library lets you easily implement this pattern using a page grid, which is a layout manager 33 <h2 id="add-page-grid">Add a Page Grid</h2> 93 to display at each position of the grid:</p> 158 direction shows the next page on the grid, if one is available.</p> 164 <h3>Assign an adapter instance to the page grid</h3>
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | az_lsp.h | 86 extern const Word16 grid[];
|
/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/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridPadding.java | 43 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
|
D | GridInVertical.java | 49 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
|
D | GridInHorizontal.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/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 83 ImageAdapter}) as the source for all items to be displayed in the grid. The {@code ImageAdapter} is 85 <p>To do something when an item in the grid is clicked, the {@link
|
/frameworks/base/docs/html/distribute/users/ |
D | index.jd | 13 <div class="dynamic-grid">
|
/frameworks/base/docs/html/distribute/essentials/ |
D | index.jd | 15 <div class="dynamic-grid">
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | index.jd | 13 <div class="dynamic-grid">
|
/frameworks/base/docs/html/distribute/monetize/ |
D | index.jd | 20 <div class="dynamic-grid">
|
/frameworks/base/docs/html/distribute/engage/ |
D | index.jd | 14 <div class="dynamic-grid">
|
/frameworks/base/docs/html/distribute/tools/ |
D | index.jd | 12 <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/distribute/googleplay/edu/ |
D | contact.jd | 11 <div style="margin:0 0 20px 0;" class="clearfloat dynamic-grid">
|
D | about.jd | 30 <div style="margin:30px 0 20px 0;" class="clearfloat dynamic-grid"> 105 <div class="dynamic-grid">
|
/frameworks/support/v7/gridlayout/ |
D | README.txt | 61 … use the android namespace for width, height etc -- only use app: for the grid layout library's ne…
|