OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grids
(Results
1 - 13
of
13
) 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
...]
/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 859 milliseconds