/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ControlPoint.java | 55 // The mouse event coordinates should already be relative to the canvas 88 // The drag source event coordinates should already be relative to the 110 * Constructs a new {@link ControlPoint} from the given x,y coordinates, 117 * coordinates. 125 * coordinates. This is private; use one of the factory methods
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Vector3D.java | 37 /** Null vector (coordinates: 0, 0, 0). */ 40 /** First canonical vector (coordinates: 1, 0, 0). */ 43 /** Opposite of the first canonical vector (coordinates: -1, 0, 0). */ 46 /** Second canonical vector (coordinates: 0, 1, 0). */ 49 /** Opposite of the second canonical vector (coordinates: 0, -1, 0). */ 52 /** Third canonical vector (coordinates: 0, 0, 1). */ 55 /** Opposite of the third canonical vector (coordinates: 0, 0, -1). */ 59 /** A vector with all coordinates set to NaN. */ 63 /** A vector with all coordinates set to positive infinity. */ 67 /** A vector with all coordinates set to negative infinity. * [all...] |
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_metrics.h | 169 /*The Jacobian of the inhomogenous coordinates with respect to 173 The Jacobian of the homogenous coordinates with respect to dH is 182 homogenous coordinates of reprojection*/ 259 /*The Jacobian of the inhomogenous coordinates with respect to 263 The Jacobian at zero of the homogenous coordinates with respect to 273 homogenous coordinates of reprojection*/ 364 // original normalized pixel coordinates 377 // left and right raw pixel coordinates 388 // 3D coordinates
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 169 /*The Jacobian of the inhomogenous coordinates with respect to 173 The Jacobian of the homogenous coordinates with respect to dH is 182 homogenous coordinates of reprojection*/ 259 /*The Jacobian of the inhomogenous coordinates with respect to 263 The Jacobian at zero of the homogenous coordinates with respect to 273 homogenous coordinates of reprojection*/ 364 // original normalized pixel coordinates 377 // left and right raw pixel coordinates 388 // 3D coordinates
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
LauncherAccessibilityDelegate.java | 150 final int[] coordinates = new int[2]; local 151 final long screenId = findSpaceOnWorkspace(item, coordinates); 160 screenId, coordinates[0], coordinates[1]); 170 screenId, coordinates, info.spanX, info.spanY); 182 final int[] coordinates = new int[2]; local 183 final long screenId = findSpaceOnWorkspace(item, coordinates); 186 screenId, coordinates[0], coordinates[1]);
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 169 /*The Jacobian of the inhomogenous coordinates with respect to 173 The Jacobian of the homogenous coordinates with respect to dH is 182 homogenous coordinates of reprojection*/ 259 /*The Jacobian of the inhomogenous coordinates with respect to 263 The Jacobian at zero of the homogenous coordinates with respect to 273 homogenous coordinates of reprojection*/ 364 // original normalized pixel coordinates 377 // left and right raw pixel coordinates 388 // 3D coordinates
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 174 * @param dragRegion Coordinates within the bitmap b for the position of item being dragged. 207 * @param dragRegion Coordinates within the bitmap b for the position of item being dragged. 488 final int[] coordinates = mCoordinatesTemp; local 489 DropTarget dropTarget = findDropTarget(x, y, coordinates); 490 mDragObject.x = coordinates[0]; 491 mDragObject.y = coordinates[1]; 644 final int[] coordinates = mCoordinatesTemp; 646 mDragObject.x = coordinates[0]; 647 mDragObject.y = coordinates[1]; 672 final int[] coordinates = mCoordinatesTemp [all...] |
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
CtsUiAutomatorTest.java | 701 * Test the coordinates of 3 buttons side by side verifying vertical and 702 * horizontal coordinates. 810 // dialog with the detected pointers motion coordinates is displayed. 824 assertTrue("All Y axis coordinates for pointer 1 must be the same", p1s.y == p1e.y); 825 assertTrue("All Y axis coordinates for pointer 2 must be the same", p2s.y == p2e.y); 826 assertTrue("All Y axis coordinates for both pointers must be the same", p1s.y == p2s.y); 998 String coordinates = pointers[pointerNumber].split(":")[edge]; local [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/ |
Terrain.java | 91 * @param xz a list of coordinates where the hight will be set
92 * @param height the heights that match the xz coordinates
108 * @param xz a list of coordinates where the hight will be adjusted
109 * @param height +- value to adjust the height by, that matches the xz coordinates
173 * @param worldLocation the location, in world coordinates, of where
190 * Get the scale of the texture coordinates. Normally if the texture is
|
/external/neven/Embedded/common/src/b_APIEm/ |
BFFaceFinder.h | 137 * processing is limited. All coordinates refer to that section and must 143 * cluster coordinates in order to obtain image coordinates 170 * processing is limited. All coordinates refer to that section and must 188 * cluster coordinates in order to obtain image coordinates
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 333 // API to HAL2 (0,0)-(activePixelArray.width/height) coordinates 337 // Transform from HAL3 (0,0)-(activePixelArray.width/height) coordinates to 338 // (-1000,-1000)-(1000,1000) normalized coordinates given a scaler crop 352 // Convert from viewfinder crop-region relative array coordinates 353 // to HAL2 sensor array coordinates 358 // to viewfinder crop-region relative array coordinates
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
Face.java | 196 * The coordinates of the center of the left eye. 198 * <p>The coordinates are in 212 * The coordinates of the center of the right eye. 214 * <p>The coordinates are 228 * The coordinates of the center of the mouth. 230 * <p>The coordinates are in
|
/developers/build/prebuilts/gradle/SpeedTracker/ |
README.md | 11 can also enable recording of coordinates and when it pairs back 14 coordinates on a map on the phone.
|
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/ |
Square.java | 33 // number of coordinates per vertex in this array 49 // initialize vertex byte buffer for shape coordinates
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
SimpleRealPointChecker.java | 25 * only point coordinates. 29 * or if either the absolute difference between the point coordinates are
|
SimpleVectorialPointChecker.java | 25 * only point coordinates. 29 * or if either the absolute difference between the point coordinates are
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Quad.java | 42 * side is located at the width/height coordinates (width, height, 0). 74 * @param flipCoords If true, the texture coordinates will be flipped
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fog.c | 87 * Compute per-vertex fog blend factors from fog coordinates by 89 * Fog coordinates are distances from the eye (typically between the
|
/external/skia/src/utils/debugger/ |
SkObjectParser.h | 47 Returns a string representation of the SkIRects coordinates. 83 Returns a string representation of the SkRects coordinates.
|
/frameworks/av/cmds/screenrecord/ |
TextRenderer.h | 65 // Render the text string at the specified coordinates. Pass in the 66 // upper-left corner in non-GL-flipped coordinates, i.e. to print text
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
ToGrayValuesFilter.java | 45 // the coordinates of the 4 input pixels will be: 47 // and the coordinates of the 1 output pixels will be:
|
/frameworks/native/include/media/editor/ |
II420ColorConverter.h | 76 * @param encoderRect (IN) Rect coordinates of the actual frame inside 103 * @param encoderRect (OUT) Rect coordinates of the actual frame inside
|
/libcore/luni/src/main/java/java/security/spec/ |
ECPoint.java | 23 * A Point on an Elliptic Curve in barycentric (or affine) coordinates. 43 * Creates a new point at the specified coordinates.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageRedEye.java | 61 // let's transform (ex, ey) to displayed image coordinates 73 // transform to original coordinates
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
FocusOverlayManager.java | 167 // In face detection, the matrix converts the driver coordinates to UI 168 // coordinates. In tap focus, the inverted matrix converts the UI 169 // coordinates to driver coordinates. 312 // Convert the coordinates to driver format. 324 // Convert the coordinates to driver format. 566 // Camera driver coordinates range from (-1000, -1000) to (1000, 1000). 567 // UI coordinates range from (0, 0) to (width, height).
|