Home
last modified time | relevance | path

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

123

/frameworks/base/docs/html/design/building-blocks/
Dgrid-lists.jd15 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/
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/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/av/media/libstagefright/codecs/amrnb/common/src/
Dgrid_tbl.cpp95 const Word16 grid[grid_points + 1] = variable
Daz_lsp.cpp632 xlow = *(grid); in Az_lsp()
642 xlow = *(grid + j); in Az_lsp()
/frameworks/base/docs/html/training/wearables/ui/
D2d-picker.jd9 <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/
Daz_lsp.h86 extern const Word16 grid[];
/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/base/core/tests/coretests/src/android/widget/gridview/
DGridPadding.java43 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
DGridInVertical.java49 mGridView = (GridView) findViewById(R.id.grid); in onCreate()
DGridInHorizontal.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/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
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/
Dindex.jd13 <div class="dynamic-grid">
/frameworks/base/docs/html/distribute/essentials/
Dindex.jd15 <div class="dynamic-grid">
/frameworks/base/docs/html/distribute/googleplay/
Dindex.jd13 <div class="dynamic-grid">
/frameworks/base/docs/html/distribute/monetize/
Dindex.jd20 <div class="dynamic-grid">
/frameworks/base/docs/html/distribute/engage/
Dindex.jd14 <div class="dynamic-grid">
/frameworks/base/docs/html/distribute/tools/
Dindex.jd12 <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/distribute/googleplay/edu/
Dcontact.jd11 <div style="margin:0 0 20px 0;" class="clearfloat dynamic-grid">
Dabout.jd30 <div style="margin:30px 0 20px 0;" class="clearfloat dynamic-grid">
105 <div class="dynamic-grid">
/frameworks/support/v7/gridlayout/
DREADME.txt61 … use the android namespace for width, height etc -- only use app: for the grid layout library's ne…

123