HomeSort by relevance Sort by last modified time
    Searched full:coordinate (Results 1 - 25 of 1626) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
drawable1-expected-completion49.txt 2 android:left : Left coordinate of the layer. [dimension]
3 android:top : Top coordinate of the layer. [dimension]
4 android:right : Right coordinate of the layer. [dimension]
5 android:bottom : Bottom coordinate of the layer. [dimension]
  /external/chromium_org/ppapi/api/
pp_point.idl 8 * 0,0 is the upper-left starting coordinate.
17 * This value represents the horizontal coordinate of a point, starting with 0
18 * as the left-most coordinate.
23 * This value represents the vertical coordinate of a point, starting with 0
24 * as the top-most coordinate.
49 * @param[in] x An int32_t value representing a horizontal coordinate of a
50 * point, starting with 0 as the left-most coordinate.
51 * @param[in] y An int32_t value representing a vertical coordinate of a point,
52 * starting with 0 as the top-most coordinate.
pp_rect.idl 52 * @param[in] x An int32_t value representing a horizontal coordinate of a
53 * point, starting with 0 as the left-most coordinate.
54 * @param[in] y An int32_t value representing a vertical coordinate of a point,
55 * starting with 0 as the top-most coordinate.
75 * @param[in] x An float value representing a horizontal coordinate of a
76 * point, starting with 0 as the left-most coordinate.
77 * @param[in] y An float value representing a vertical coordinate of a point,
78 * starting with 0 as the top-most coordinate.
  /external/chromium_org/ppapi/c/
pp_point.h 17 * 0,0 is the upper-left starting coordinate.
30 * This value represents the horizontal coordinate of a point, starting with 0
31 * as the left-most coordinate.
35 * This value represents the vertical coordinate of a point, starting with 0
36 * as the top-most coordinate.
64 * @param[in] x An int32_t value representing a horizontal coordinate of a
65 * point, starting with 0 as the left-most coordinate.
66 * @param[in] y An int32_t value representing a vertical coordinate of a point,
67 * starting with 0 as the top-most coordinate.
pp_rect.h 68 * @param[in] x An int32_t value representing a horizontal coordinate of a
69 * point, starting with 0 as the left-most coordinate.
70 * @param[in] y An int32_t value representing a vertical coordinate of a point,
71 * starting with 0 as the top-most coordinate.
91 * @param[in] x An float value representing a horizontal coordinate of a
92 * point, starting with 0 as the left-most coordinate.
93 * @param[in] y An float value representing a vertical coordinate of a point,
94 * starting with 0 as the top-most coordinate.
  /packages/apps/Dialer/src/com/android/dialer/list/
OnDragDropListener.java 11 * @param x X-coordinate of the drag event
12 * @param y Y-coordinate of the drag event
21 * @param x X-coordinate of the drag event
22 * @param y Y-coordinate of the drag event
31 * @param x X-coordinate of the drag event
32 * @param y Y-coordinate of the drag event
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_unittest_helper.h 34 // Return the center of the button in the base coordinate system of the
38 // Return the top of the button in the base coordinate system of the
42 // Return the bottom of the button in the base coordinate system of the
46 // Return the center-left point of the button in the base coordinate system
50 // Return the center-right point of the button in the base coordinate system
  /external/clang/test/SemaObjCXX/
linkage-spec.mm 20 @property (nonatomic, assign) id coordinate;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 56 * @param pointX x coordinate of this {@link MoreKeysPanel}
57 * @param pointY y coordinate of this {@link MoreKeysPanel}
75 * @param x translated x coordinate of the touch point
76 * @param y translated y coordinate of the touch point
85 * @param x translated x coordinate of the touch point
86 * @param y translated y coordinate of the touch point
95 * @param x translated x coordinate of the touch point
96 * @param y translated y coordinate of the touch point
103 * Translate X-coordinate of touch event to the local X-coordinate of thi
    [all...]
  /external/chromium_org/ui/events/
event_targeter.h 24 // is in the coordinate space of |root|. Furthermore, the targeter can mutate
26 // returned target's coordinate space) so that it can be dispatched to the
32 // etc. of |event| are in |root|'s coordinate system. When finding the target
34 // coordinate to be in the returned target's coordinate system) so that it can
45 // |event| is in |target|'s parent's coordinate system.
52 // |event| is in the local coordinate space of |previous_target|.
55 // coordinate space).
64 // the location etc. of |event| is in |target|'s parent's coordinate system.
70 // parent's coordinate system
    [all...]
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 98 private ArrayList<Coordinate> mSnakeTrail = new ArrayList<Coordinate>();
99 private ArrayList<Coordinate> mAppleList = new ArrayList<Coordinate>();
164 mSnakeTrail.add(new Coordinate(7, 7));
165 mSnakeTrail.add(new Coordinate(6, 7));
166 mSnakeTrail.add(new Coordinate(5, 7));
167 mSnakeTrail.add(new Coordinate(4, 7));
168 mSnakeTrail.add(new Coordinate(3, 7));
169 mSnakeTrail.add(new Coordinate(2, 7))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutPoint.java 27 * A {@link LayoutPoint} is a coordinate in the Android canvas (in other words,
28 * it may differ from the canvas control mouse coordinate because the canvas may
35 /** The X coordinate of the canvas coordinate. */
38 /** The Y coordinate of the canvas coordinate. */
82 * @param x The mouse event x coordinate relative to the canvas
83 * @param y The mouse event x coordinate relative to the canvas
94 * @param canvas The canvas which contains this coordinate
95 * @param x The canvas X coordinate
    [all...]
ControlPoint.java 28 * A {@link ControlPoint} is a coordinate in the canvas control which corresponds
36 /** The X coordinate of the mouse coordinate. */
39 /** The Y coordinate of the mouse coordinate. */
114 * @param x The mouse event x coordinate relative to the canvas
115 * @param y The mouse event x coordinate relative to the canvas
124 * Constructs a new canvas control coordinate with the given X and Y
130 * @param canvas The canvas which contains this coordinate
131 * @param x The mouse x coordinate
    [all...]
  /frameworks/base/graphics/java/android/graphics/
LinearGradient.java 42 @param x0 The x-coordinate for the start of the gradient line
43 @param y0 The y-coordinate for the start of the gradient line
44 @param x1 The x-coordinate for the end of the gradient line
45 @param y1 The y-coordinate for the end of the gradient line
72 @param x0 The x-coordinate for the start of the gradient line
73 @param y0 The y-coordinate for the start of the gradient line
74 @param x1 The x-coordinate for the end of the gradient line
75 @param y1 The y-coordinate for the end of the gradient line
  /libcore/luni/src/main/java/java/security/spec/
ECPoint.java 31 // affine X coordinate of this point
33 // affine Y coordinate of this point
46 * the x-coordinate.
48 * the y-coordinate.
62 * Returns the x-coordinate.
64 * @return the x-coordinate, or {@code null} for the infinite point.
71 * Returns the y-coordinate.
73 * @return the y-coordinate, or {@code null} fot the infinite point.
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout.h 42 // Sets the x-coordinate the normal tabs start at as well as the mini-tab
43 // count. This is only useful if the mini-tab count or x-coordinate change.
62 // kAddType*. |start_x| is the new x-coordinate non-mini tabs start at.
65 // Removes the tab at the specified index. |start_x| is the new x-coordinate
66 // normal tabs start at, and |old_x| the old x-coordinate of the tab. It is
100 // Sets the x-coordinate normal tabs start at, width mini-tab count and
111 // Returns the x-coordinate for the active tab constrained by the current tab
128 // Similar to LayoutByTabOffsetAfter(), but uses the current x-coordinate
149 // x-coordinate of |x_|. Similarly those at the end have the same x-coordinate
    [all...]
  /external/chromium_org/ui/aura/client/
screen_position_client.h 26 // Converts the |screen_point| from a given |window|'s coordinate space
27 // into screen coordinate space.
32 // Converts the |screen_point| from root window host's coordinate of
33 // into screen coordinate space.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CompareMV.c 49 * [in] mvX x coordinate of the candidate motion vector
50 * [in] mvY y coordinate of the candidate motion vector
52 * [in] bestMVX x coordinate of the best motion vector
53 * [in] bestMVY y coordinate of the best motion vector
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 57 * @param {number} x X coordinate for cursor.
58 * @param {number} y Y coordinate for cursor.
72 * @param {number} x X coordinate for click event.
73 * @param {number} y Y coordinate for click event.
85 * @param {number} x Event X coordinate.
86 * @param {number} y Event Y coordinate.
102 * @param {number} x X coordinate of the event.
103 * @param {number} y Y coordinate of the event.
145 * @param {number} x X coordinate for cursor.
146 * @param {number} y Y coordinate for cursor
    [all...]
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 31 * <code>(0, 0)</code> to <code>(1, 1)</code>. The x coordinate along the <code>Path</code>
32 * is the input value and the output is the y coordinate of the line at that point.
36 * loop back on itself such that there can be two points sharing the same x coordinate.
68 * @param controlX The x coordinate of the quadratic Bezier control point.
69 * @param controlY The y coordinate of the quadratic Bezier control point.
79 * @param controlX1 The x coordinate of the first control point of the cubic Bezier.
80 * @param controlY1 The y coordinate of the first control point of the cubic Bezier.
81 * @param controlX2 The x coordinate of the second control point of the cubic Bezier.
82 * @param controlY2 The y coordinate of the second control point of the cubic Bezier.
192 * <code>y = f(x)</code>, finds the y coordinate of the line given <code>t</code
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGridTemplateAreasValue.cpp 54 const GridCoordinate& coordinate = it->value; local
55 if (row >= coordinate.rows.resolvedInitialPosition.toInt() && row <= coordinate.rows.resolvedFinalPosition.toInt())
61 const GridCoordinate& coordinate = it->value; local
62 if (column >= coordinate.columns.resolvedInitialPosition.toInt() && column <= coordinate.columns.resolvedFinalPosition.toInt() && candidates.contains(it->key))
  /frameworks/base/core/java/android/transition/
VisibilityPropagation.java 33 * int[2] with the index 0 taking the x coordinate and index 1 taking the y coordinate.
83 * Returns the View's center x coordinate, relative to the screen, at the time the values
86 * @return the View's center x coordinate, relative to the screen, at the time the values
94 * Returns the View's center y coordinate, relative to the screen, at the time the values
97 * @return the View's center y coordinate, relative to the screen, at the time the values
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p___point.html 31 <p>This value represents the horizontal coordinate of a point, starting with 0 as the left-most coordinate. </p>
44 <p>This value represents the vertical coordinate of a point, starting with 0 as the top-most coordinate. </p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p___point.html 31 <p>This value represents the horizontal coordinate of a point, starting with 0 as the left-most coordinate. </p>
44 <p>This value represents the vertical coordinate of a point, starting with 0 as the top-most coordinate. </p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p___point.html 31 <p>This value represents the horizontal coordinate of a point, starting with 0 as the left-most coordinate. </p>
44 <p>This value represents the vertical coordinate of a point, starting with 0 as the top-most coordinate. </p>

Completed in 3579 milliseconds

1 2 3 4 5 6 7 8 91011>>