HomeSort by relevance Sort by last modified time
    Searched full:coordinate (Results 1 - 25 of 1293) 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]
  /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
  /libcore/ojluni/src/main/java/java/security/spec/
ECPoint.java 31 * in affine coordinates. Other coordinate systems can
56 * Creates an ECPoint from the specified affine x-coordinate
57 * <code>x</code> and affine y-coordinate <code>y</code>.
58 * @param x the affine x-coordinate.
59 * @param y the affine y-coordinate.
65 throw new NullPointerException("affine coordinate x or y is null");
72 * Returns the affine x-coordinate <code>x</code>.
73 * Note: POINT_INFINITY has a null affine x-coordinate.
74 * @return the affine x-coordinate.
81 * Returns the affine y-coordinate <code>y</code>
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.h 62 * @param x0 First coordinate
63 * @param y0 First coordinate
64 * @param x1 Second coordinate
65 * @param y1 Second coordinate
141 * Draws a line from coordinate C0 to coordinate C1
143 * @param x0 First coordinate
144 * @param y0 First coordinate
145 * @param x1 Second coordinate
146 * @param y1 Second coordinate
    [all...]
  /external/autotest/client/tests/barriertest/
control 9 to coordinate within a test. This is for testing Autotest itself.
  /external/clang/test/SemaObjCXX/
linkage-spec.mm 20 @property (nonatomic, assign) id coordinate;
  /external/libxml2/result/SVG/
transform.xml 4 <desc>Demonstration of coordinate transforms
10 <!-- Now scale the coordinate system by 2. -->
13 because each unit in the new coordinate system equals
14 2 units in the previous coordinate system. -->
  /external/libxml2/test/SVG/
transform.xml 5 <desc>Demonstration of coordinate transforms
12 <!-- Now scale the coordinate system by 2. -->
16 because each unit in the new coordinate system equals
17 2 units in the previous coordinate system. -->
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
SimplePixelShader.hlsl 21 // Sample the pixel color from the texture using the sampler at this texture coordinate location.
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
SimplePixelShader.hlsl 21 // Sample the pixel color from the texture using the sampler at this texture coordinate location.
  /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/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
DifferentiableMultivariateRealFunction.java 29 * Returns the partial derivative of the function with respect to a point coordinate.
31 * The partial derivative is defined with respect to point coordinate
36 * @param k index of the coordinate with respect to which the partial
38 * @return the partial derivative function with respect to k<sup>th</sup> point coordinate
44 * <p>If only one partial derivative with respect to a specific coordinate is
TrivariateRealFunction.java 32 * @param x x-coordinate for which the function value should be computed.
33 * @param y y-coordinate for which the function value should be computed.
34 * @param z z-coordinate for which the function value should be computed.
  /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...]
  /frameworks/support/v4/java/android/support/v4/view/animation/
PathInterpolatorCompat.java 36 * must begin at {@code (0, 0)} and end at {@code (1, 1)}. The x-coordinate along the
37 * {@link Path} is the input value and the output is the y coordinate of the line at that
41 * loop back on itself such that there can be two points sharing the same x coordinate.
57 * @param controlX the x coordinate of the quadratic Bezier control point
58 * @param controlY the y coordinate of the quadratic Bezier control point
72 * @param controlX1 the x coordinate of the first control point of the cubic Bezier
73 * @param controlY1 the y coordinate of the first control point of the cubic Bezier
74 * @param controlX2 the x coordinate of the second control point of the cubic Bezier
75 * @param controlY2 the y coordinate of the second control point of the cubic Bezier
  /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...]
  /external/tpm2/
CpriDataEcc.h 17 const TPM2B *x; // generator x coordinate
18 const TPM2B *y; // generator y coordinate
  /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
  /external/opencv3/modules/viz/test/
test_tutorial3.cpp 12 viz::Viz3d myWindow("Coordinate Frame");
14 /// Add coordinate axes
15 myWindow.showWidget("Coordinate Widget", viz::WCoordinateSystem());
23 /// We can get the transformation matrix from camera coordinate system to global using
test_tutorial2.cpp 9 viz::Viz3d myWindow("Coordinate Frame");
11 /// Add coordinate axes
12 myWindow.showWidget("Coordinate Widget", viz::WCoordinateSystem());
  /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/opencv3/modules/viz/include/opencv2/viz/
vizcore.hpp 61 /** @brief Takes coordinate frame data and builds transform to global coordinate frame.
63 @param axis_x X axis vector in global coordinate frame. @param axis_y Y axis vector in global
64 coordinate frame. @param axis_z Z axis vector in global coordinate frame. @param origin Origin of
65 the coordinate frame in global coordinate frame.
67 This function returns affine transform that describes transformation between global coordinate frame
68 and a given coordinate frame.
75 @param position Position of the camera in global coordinate frame. @param focal_point Focal poin
    [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/opencv3/3rdparty/libjasper/
jpc_dec.h 315 /* The x-coordinate of the top-left corner of the precinct. */
318 /* The y-coordinate of the top-left corner of the precinct. */
321 /* The x-coordinate of the bottom-right corner of the precinct
325 /* The y-coordinate of the bottom-right corner of the precinct
391 /* The x-coordinate of the top-left corner of the tile-component
395 /* The y-coordinate of the top-left corner of the tile-component
399 /* The x-coordinate of the bottom-right corner of the tile-component
403 /* The y-coordinate of the bottom-right corner of the tile-component
446 /* The x-coordinate of the top-left corner of the tile-component
447 in the coordinate system of the tile-component. *
    [all...]

Completed in 1071 milliseconds

1 2 3 4 5 6 7 8 91011>>