HomeSort by relevance Sort by last modified time
    Searched full:grid (Results 51 - 75 of 183) sorted by null

1 23 4 5 6 7 8

  /frameworks/base/docs/html/resources/articles/
ui-1.5.jd 26 change. This would happen for instance if you created a grid of buttons using
30 <img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 277px;" src="images/grid.png" alt="" id="BLOGGER_PHOTO_ID_5323147943613255250" border="0">
  /frameworks/base/awt/javax/imageio/
IIOParam.java 205 * Gets the horizontal offset of the subsampling grid.
207 * @return the horizontal offset of the subsampling grid.
214 * Gets the vertical offset of the subsampling grid.
216 * @return the vertical offset of the subsampling grid.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListener.java 50 mGridView = (GridView) findViewById(R.id.grid);
GridDelete.java 31 * A grid with vertical spacing between rows
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 57 /*package*/ enum BookmarkViewMode { NONE, GRID, LIST }
147 if (mViewMode == BookmarkViewMode.GRID) {
218 if (mViewMode == BookmarkViewMode.GRID) {
258 // bookmarks. Otherwise default to grid mode.
265 PREF_BOOKMARK_VIEW_MODE, BookmarkViewMode.GRID.ordinal())];
298 * Set the ContentView to be either the grid of thumbnails or the vertical
320 if (mViewMode == BookmarkViewMode.GRID) {
582 if (mViewMode == BookmarkViewMode.GRID) {
602 if (mViewMode == BookmarkViewMode.GRID) {
605 switchViewMode(BookmarkViewMode.GRID);
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawables.java 89 // We create the grid quad.
121 // We finally create the frame around every grid item
127 // The grid quad.
  /external/freetype/src/pshinter/
pshrec.h 26 /* grid. */
  /external/webkit/WebCore/html/
HTMLDataGridColElement.h 72 HTMLDataGridElement* m_dataGrid; // Not refcounted. We will null out our reference if we get removed from the grid.
  /external/wpa_supplicant/wpa_gui/
wpagui.ui 18 <grid>
58 <grid>
174 </grid>
217 </grid>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui 18 <grid>
58 <grid>
174 </grid>
217 </grid>
  /external/zlib/contrib/dotzlib/DotZLib/
DotZLib.csproj 15 DefaultHTMLPageLayout = "Grid"
  /frameworks/base/core/java/android/widget/
GridView.java 32 * A view that shows items in two-dimensional scrolling grid. The items in the
33 * grid come from the {@link ListAdapter} associated with this view.
111 * @param adapter the adapter providing the grid's data
483 // Check if we have dragged the bottom of the grid too high
492 // Check if we have dragged the bottom of the grid too high
593 * Fills the grid based on positioning the new selection at a specific
595 * faded edges. The grid is then filled upwards and downwards from there.
654 * @param numColumns Number of columns in the grid
742 * Fills the grid based on positioning the new selection relative to the old
746 * excluding the edges that are faded. The grid is then filled upwards an
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGridTest.java 27 * Tests focus searching between buttons within a grid that are touching, for example,
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 40 super(GRID);
PreferencePage.java 36 super(GRID);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
GridDialog.java 44 * @param numColumns the number of columns in the grid
  /development/samples/Home/src/com/example/android/home/
Home.java 80 private static final String KEY_SAVE_GRID_OPENED = "grid.opened";
210 * Creates a new appplications adapter for the grid view and registers it.
518 * Shows all of the applications by playing an animation on the grid.
554 * Hides all of the applications by playing an animation on the grid.
677 * Shows and hides the applications grid view.
690 * Hides the applications grid when the layout animation is over.
705 * Shows the applications grid when the layout animation is over.
721 * Starts the selected activity/application in the grid view.
  /external/freetype/include/freetype/
ftlcdfil.h 84 * fringes if glyphs are not extremely well hinted to the pixel grid.
149 * outline with regards to the pixel grid. For example, for
ftglyph.h 309 /* Return grid-fitted 26.6 coordinates. */
315 /* Return grid-fitted pixel coordinates. */
376 /* expressed in 1/64th of pixels if it is grid-fitted. */
397 /* @FT_GLYPH_BBOX_GRIDFIT, the coordinates will also be grid-fitted, */
410 /* To get the bbox in grid-fitted pixel coordinates, set `bbox_mode' */
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingTest.java 124 assertEquals("Grid is not scrolled to the bottom", mGridView.getAdapter().getCount() - 1,
142 assertEquals("Grid is not scrolled to the top", 0, firstChild.getId());
  /frameworks/base/docs/html/guide/tutorials/views/
hello-gridview.jd 6 <p>A {@link android.widget.GridView} displays items in a two-dimensional, scrolling grid. The items
116 <p>Your grid layout should look something like this:</p>
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 298 layout-grid
299 layout-grid-char
300 layout-grid-line
301 layout-grid-mode
302 layout-grid-type
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 218 Composite grid = toolkit.createComposite(composite); local
221 grid.setLayout(layout);
222 toolkit.paintBordersFor(grid);
224 ((Section) composite).setClient(grid);
226 return grid;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 252 private BufferedImage grid; field in class:ScreenViewer.LoupeViewer
304 grid = new BufferedImage(width + zoom + 1, height + zoom + 1,
307 g2 = grid.createGraphics();
309 g2 = grid.createGraphics();
311 g2.fillRect(0, 0, grid.getWidth(), grid.getHeight());
336 g.drawImage(grid, clip.x - clip.x % zoom, clip.y - clip.y % zoom, null);

Completed in 175 milliseconds

1 23 4 5 6 7 8