/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | DragAction.java | 66 UiController uiController, float[] coordinates, float[] precision) { 68 uiController, coordinates, precision) 101 UiController uiController, float[] coordinates, float[] precision) { 102 return performDoubleTap(uiController, coordinates, precision); 132 UiController uiController, float[] coordinates, float[] precision) { 134 uiController, coordinates, precision) 136 return performLongPress(uiController, coordinates, precision); 167 UiController uiController, float[] coordinates, float[] precision) { 169 uiController, coordinates, precision) 187 uiController, coordinates, precision).down; [all …]
|
D | MouseClickAction.java | 43 public Tapper.Status sendTap(UiController uiController, float[] coordinates, in sendTap() argument 45 Tapper.Status stat = sendSingleTap(uiController, coordinates, precision); in sendTap() 58 stat = sendSingleTap(uiController, coordinates, precision); in sendTap() 75 float[] coordinates, float[] precision) { in sendSingleTap() argument 76 DownResultHolder res = MotionEvents.sendDown(uiController, coordinates, precision); in sendSingleTap()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | RectShadowPainter.java | 129 private static void paintGeometricShadow(@NonNull float[][] coordinates, float lightPosX, in paintGeometricShadow() argument 136 float[] shadowPoly = new float[coordinates.length * 3]; in paintGeometricShadow() 137 for (int i = 0; i < coordinates.length; i++) { in paintGeometricShadow() 138 shadowPoly[i * 3 + 0] = coordinates[i][0]; in paintGeometricShadow() 139 shadowPoly[i * 3 + 1] = coordinates[i][1]; in paintGeometricShadow() 140 shadowPoly[i * 3 + 2] = coordinates[i][2]; in paintGeometricShadow() 154 SpotShadow.calcShadow(light, LIGHT_POINTS, shadowPoly, coordinates.length, RAY_TRACING_RAYS, in paintGeometricShadow()
|
/frameworks/base/core/java/android/transition/ |
D | VisibilityPropagation.java | 109 int[] coordinates = (int[]) values.values.get(PROPNAME_VIEW_CENTER); in getViewCoordinate() local 110 if (coordinates == null) { in getViewCoordinate() 114 return coordinates[coordinateIndex]; in getViewCoordinate()
|
/frameworks/support/transition/src/android/support/transition/ |
D | VisibilityPropagation.java | 110 int[] coordinates = (int[]) values.values.get(PROPNAME_VIEW_CENTER); in getViewCoordinate() local 111 if (coordinates == null) { in getViewCoordinate() 115 return coordinates[coordinateIndex]; in getViewCoordinate()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | FillUi.java | 466 final int[] coordinates = mWindow.mContentView.getLocationOnScreen(); in dump() local 467 pw.print(coordinates[0]); pw.print("x"); pw.println(coordinates[1]); in dump()
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | vignette_approx_f.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_f.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | fisheye_approx_f.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | fisheye_approx.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | fisheye.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | vignette.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_approx.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | fisheye_approx.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | fisheye.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_approx.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | vignette.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | fisheye.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
D | vignette_approx.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | vignette.rsh | 48 // Convert x and y to floating point coordinates with center as origin
|
D | fisheye_approx.rsh | 46 // Convert x and y to floating point coordinates with center as origin
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_data.rsh | 2601 * and at different resolutions. The x, y coordinates provided here are in the 2617 * and at different resolutions. The x, y coordinates provided here are in the 2633 * and at different resolutions. The x, y coordinates provided here are in the
|