HomeSort by relevance Sort by last modified time
    Searched full:grids (Results 1 - 17 of 17) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
RotateView.java 30 * View that shows grids and handles touch-events to adjust angle of rotation.
52 private final Path grids = new Path(); field in class:RotateView
121 // Set grids inside photo display bounds.
122 grids.reset();
125 grids.moveTo(x, displayBounds.top);
126 grids.lineTo(x, displayBounds.bottom);
130 grids.moveTo(displayBounds.left, y);
131 grids.lineTo(displayBounds.right, y);
143 canvas.drawPath(grids, dashStrokePaint);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGrid.h 55 // ARIA treegrids and grids support selected rows.
  /cts/apps/CtsVerifier/include/colorchecker/
colorchecker.h 26 * large angle (>45 degrees). If multiple 6x4 grids can be found, the
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.h 75 virtual bool scrollbarCornerPresent() const { return false; } // We don't support resize on data grids yet. If we did this would have to change.
RenderTableCell.cpp 132 // The child cells rely on the grids up in the sections to do their computePreferredLogicalWidths work. Normally the sections are set up early, as table
134 // grids. We must refresh those grids before the child cells try to use them.
    [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 18 <li><a href="<?cs var:toroot ?>design/style/metrics-grids.html">Metrics and Grids</a></li>
  /frameworks/base/docs/html/design/building-blocks/
grid-lists.jd 12 <h2 id="generic_grid">Generic Grids</h2>
  /frameworks/base/docs/html/design/style/
metrics-grids.jd 1 page.title=Metrics and Grids
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 19 <li><a href="#lists">Lists, Grids, Carousels, and Stacks</a></li>
80 <h2 id="lists">Lists, Grids, Carousels, and Stacks</h2>
89 <p>For collection-related screens, and especially for textual information, vertically scrolling lists are often the most straightforward and familiar kind of interface. For more visual or media-rich content items such as photos or videos, vertically scrolling grids of items, horizontally scrolling lists (sometimes referred to as <em>carousels</em>), or stacks (sometimes referred to as <em>cards</em>) can be used instead. These UI elements are generally best used for presenting item collections or large sets of child screens (for example, a list of stories or a list of 10 or more news topics), rather than a small set of unrelated, sibling child screens.</p>
  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 57 * The style used to draw grids
  /external/chromium/chrome/browser/resources/ntp4/
tile_page.js 70 // The amount of space we need to display a narrow grid (all narrow grids
  /frameworks/base/core/tests/coretests/src/android/util/
GridScenario.java 134 * creating grids with non-uniform item height.
  /frameworks/base/docs/html/guide/basics/
what-is-android.jd 68 build an application, including lists, grids, text boxes, buttons, and even
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
grid.js 226 * Creates a selection controller that is to be used with grids.
  /frameworks/base/docs/html/sdk/
android-3.0-highlights.jd 178 <p>Home screen widgets are popular with users because they offer fast access to application-specific data directly from the home screen. Android 3.0 lets developers take home screen widgets to the next level, offering more types of content and new modes of interaction with users. Developers can now use more standard UI widget types home screen widgets, including widgets that let users flip through collections of content as 3D stacks, grids, or lists. Users can interact with the home screen widgets in new ways, such as by using touch gestures to scroll and flip the content displayed in a widget. </p>
195 <p>The platform offers convenient new interaction modes that developers can use. For managing collections of items in lists or grids, developers can offer a new multiselect mode that lets users choose multiple items for an action. Developers can also use a new system-wide Clipboard to let users easily copy any type of data into and out of their applications. To make it easier for users to manage and organize files, developers can now add drag-and-drop interaction through a DragEvent framework.</p>
android-3.1-highlights.jd 222 <p>Calendar grids are larger, for better readability and more accurate
223 touch-targeting. Additionally, users can create a larger viewing area for grids
  /external/webkit/Source/WebCore/
ChangeLog-2003-10-25     [all...]

Completed in 2131 milliseconds