/frameworks/base/test-runner/src/android/test/ |
D | ViewAsserts.java | 45 int[] xy = new int[2]; in assertOnScreen() local 67 int[] xy = new int[2]; in assertOffScreenBelow() local 87 int[] xy = new int[2]; in assertOffScreenAbove() local 107 int[] xy = new int[2]; in assertHasScreenCoordinates() local 125 int[] xy = new int[2]; in assertBaselineAligned() local 143 int[] xy = new int[2]; in assertRightAligned() local 162 int[] xy = new int[2]; in assertRightAligned() local 180 int[] xy = new int[2]; in assertLeftAligned() local 199 int[] xy = new int[2]; in assertLeftAligned() local 217 int[] xy = new int[2]; in assertBottomAligned() local [all …]
|
D | TouchUtils.java | 227 int[] xy = new int[2]; in dragViewToBottom() local 247 int[] xy = new int[2]; in tapView() local 287 int[] xy = new int[2]; in touchAndCancelView() local 322 int[] xy = new int[2]; in clickView() local 383 int[] xy = new int[2]; in longClickView() local 470 int[] xy = new int[2]; in dragViewToTop() local 492 private static void getStartLocation(View v, int gravity, int[] xy) { in getStartLocation() 566 int[] xy = new int[2]; in dragViewBy() local 616 int[] xy = new int[2]; in dragViewTo() local 665 int[] xy = new int[2]; in dragViewToX() local [all …]
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | FindRegion.java | 39 public FindRegion(float[] xy, Bitmap img) { in FindRegion() 103 private static Rect getBoundingRect(float[] xy) { in getBoundingRect() 112 private static RectF calcBounds(float[] xy) { in calcBounds()
|
D | Region.java | 49 public Region(float[] xy, Bitmap img) { in Region()
|
D | Healing.java | 49 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | FindRegion.java | 47 public FindRegion(float[] xy, Bitmap img) { in FindRegion() 148 private static Rect getBoundingRect(float[] xy) { in getBoundingRect() 157 private static RectF calcBounds(float[] xy) { in calcBounds() 171 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
|
D | Region.java | 58 public Region(float[] xy, Bitmap img) { in Region()
|
D | Healing.java | 49 private static Bitmap buildMask(Rect rec, float[] xy) { in buildMask()
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
D | RequestRectangleVisibleTest.java | 202 int[] xy = new int[2]; in assertOnBottomEdgeOfScreen() local 223 int[] xy = new int[2]; in assertOnTopEdgeOfScreen() local
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | g_pitch.c | 37 Word16 xy, yy, exp_xy, exp_yy, gain; in G_pitch() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | g_code.cpp | 236 Word16 xy, yy, exp_xy, exp_yy, gain; in G_code() local
|
D | g_pitch.cpp | 309 Word16 xy; in G_pitch() local
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | CustomViewActions.java | 86 int[] xy = view.getLocationOnScreen(); in calculateCoordinates() local
|
D | TextViewActions.java | 560 final int[] xy = new int[2]; in convertToScreenCoordinates() local
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | MeteringRectangle.java | 112 public MeteringRectangle(Point xy, Size dimensions, int meteringWeight) { in MeteringRectangle()
|
/frameworks/native/libs/math/include/math/ |
D | quat.h | 69 TVec2<T> xy; member
|
D | vec3.h | 51 TVec2<T> xy; member
|
D | mat3.h | 348 const U xy = x*q.y; in TMat33() local
|
D | vec4.h | 51 TVec2<T> xy; member
|
/frameworks/rs/driver/runtime/ |
D | rs_quaternion.c | 34 float xy = q->x * q->y; in rsQuaternionGetMatrixUnit() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | Matrix3f.java | 127 float xy = x * y; in loadRotate() local
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Matrix3f.java | 130 float xy = x * y; in loadRotate() local
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Quaternion.java | 135 double xy = x[1] * x[2]; in matrix() local
|
/frameworks/rs/ |
D | rsMatrix4x4.cpp | 221 const float xy = x * y; in loadRotate() local
|
/frameworks/base/libs/hwui/ |
D | Matrix.cpp | 357 const float xy = x * y; in loadRotate() local
|