/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
Coordinate.java | 10 * Coordinate class. Used to store a coordinate in [DD]D MM.M format. 16 public class Coordinate { 24 /* the coordinate as a decimal*/ 27 /* whether this coordinate is a latitude or a longitude: : LAT==0, LONG==1 */ 28 private int coOrdinate; 50 * @param coOrdinate 55 public Coordinate(int deg, float minsDecMins, int coOrdinate, 57 buildCoOrdinate(deg, minsDecMins, coOrdinate, quad) [all...] |
Position.java | 17 private Coordinate lat; 20 private Coordinate lng; 35 lat = new Coordinate(dblLat, Coordinate.LAT); 36 lng = new Coordinate(dblLng, Coordinate.LNG); 47 // lat = new Coordinate(dblLat, Coordinate.LAT); 48 // lng = new Coordinate(dblLng, Coordinate.LNG) [all...] |
/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
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/ |
IAlphaMask.java | 20 * the X coordinate of the texture position 22 * the Y coordinate of the texture position
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/ |
MouseMotionEvent.java | 65 * The change in X coordinate 66 * @return change in X coordinate 73 * The change in Y coordinate 75 * @return change in Y coordinate 90 * Current X coordinate 91 * @return Current X coordinate 98 * Current Y coordinate 99 * @return Current Y coordinate
|
/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. -->
|
viewport-transform.xml | 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. --> 20 <!-- This time, scale the coordinate system by 3. -->
|
/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. -->
|
/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...] |
/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/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
Sky.vert | 13 // set w coordinate to 0
|
/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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
HeightMap.java | 55 * the x coordinate of the point.
57 * the y coordinate of the point.
67 * the x (east/west) coordinate.
69 * the z (north/south) coordinate.
87 * the x (east/west) coordinate.
89 * the z (north/south) coordinate.
104 * coordinate. It is recommended that the height value be within the 0 - 255
108 * the new height for the coordinate.
110 * the x (east/west) coordinate.
112 * the z (north/south) coordinate. [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...] |
/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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/ |
Terrain.java | 54 * @param xz the X-Z world coordinate
61 * X-Z coordinate. This normal vector can be a close approximation. It does not
63 * @param xz the X-Z world coordinate
69 * Get the heightmap height at the specified X-Z coordinate. This does not
70 * count scaling and snaps the XZ coordinate to the nearest (rounded) heightmap grid point.
71 * @param xz world coordinate
77 * Set the height at the specified X-Z coordinate.
81 * @param xzCoordinate coordinate to set the height
82 * @param height that will be set at the coordinate
88 * Each xz coordinate entry matches to a height entry, 1 for 1. So the [all...] |