| /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
| D | GestureUtils.java | 106 public static StrokeDescription pointerDown(PointF point) { in pointerDown() 123 public static StrokeDescription click(PointF point) { in click() 127 public static StrokeDescription longClick(PointF point) { in longClick() 215 public static GestureDescription doubleTap(PointF point) { in doubleTap() 220 public static GestureDescription doubleTap(PointF point, int displayId) { in doubleTap() 224 public static GestureDescription tripleTap(PointF point) { in tripleTap() 229 public static GestureDescription tripleTap(PointF point, int displayId) { in tripleTap() 233 public static GestureDescription multiTap(PointF point, int taps) { in multiTap() 237 public static GestureDescription multiTap(PointF point, int taps, int slop) { in multiTap() 242 public static GestureDescription multiTap(PointF point, int taps, int slop, int displayId) { in multiTap() [all …]
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | PointTest.java | 43 Point point = new Point(10, 10); in testConstructor() local 65 Point point = new Point(3, 4); in testEquals2() local
|
| D | PointFTest.java | 43 Point point = new Point(10, 10); in testConstructor() local
|
| /cts/tests/tests/view/src/android/view/cts/ |
| D | ViewUnbufferedTest.java | 276 final Point point = getViewCenterOnScreen(mView); in testNormalTouch() local 292 final Point point = getViewCenterOnScreen(mView); in testUnbufferedTouch() local 311 final Point point = getViewCenterOnScreen(mView); in testUnbufferedTouchByEvent() local 326 final Point point = getViewCenterOnScreen(mView); in testUnbufferedTouch_Reset() local 376 final Point point = getViewCenterOnScreen(mView); in testUnbufferedHover() local 393 final Point point = getViewCenterOnScreen(mView); in testUnbuffered_DifferentSource() local
|
| D | VerifyInputEventTest.java | 167 final Point point = getViewCenterOnScreen(view); in testMotionEvent() local 195 final Point point = getViewCenterOnScreen(view); in testMotionEventWithoutHmac() local 220 final Point point = getViewCenterOnScreen(view); in testTamperedMotionEvent() local 277 final Point point = getViewCenterOnScreen(view); in testDeviceIdBecomesVirtualForInjectedMotions() local
|
| D | TextureViewTest.java | 849 private int getPixel(Window window, Point point) { in getPixel() 859 private void waitForColor(Window window, Point point, int color) in waitForColor() 871 private int waitForChange(Window window, Point point, int color) in waitForChange()
|
| D | SystemGestureExclusionRectsTest.java | 226 int[] point = new int[2]; in ignoreHiddenViewRects() local
|
| D | ViewTest.java | 986 Point point = new Point(); in testGetGlobalVisibleRectPoint() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/ |
| D | TouchPointView.java | 86 Point point = finger.point; in onDraw() local 94 public Point point; field in TouchPointView.Finger
|
| /cts/tests/tests/gesture/src/android/gesture/cts/ |
| D | GesturePointTest.java | 37 GesturePoint point = new GesturePoint(expected_x, expected_y, expected_timestamp); in testGesturePointConstructor() local
|
| /cts/hostsidetests/mediapc/videoencodingquality/bdrate/src/main/java/com/android/media/videoquality/bdrate/ |
| D | RateDistortionCurve.java | 46 public Builder addPoint(RateDistortionPoint point) { in addPoint()
|
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | TextViewHandwritingGestureTest.java | 1912 private void performInsertGesture(PointF point) { in performInsertGesture() 1916 private void performInsertGesture(PointF point, boolean setFallbackText) { in performInsertGesture() 1927 private InsertModeGesture performInsertModeGesture(PointF point) { in performInsertModeGesture() 1931 private InsertModeGesture performInsertModeGesture(PointF point, boolean setFallbackText) { in performInsertModeGesture() 1976 private void performJoinOrSplitGesture(PointF point) { in performJoinOrSplitGesture() 1980 private void performJoinOrSplitGesture(PointF point, boolean setFallbackText) { in performJoinOrSplitGesture()
|
| /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
| D | ColorSpaceTests.java | 358 private static Point point(int x, int y) { in point() method in ColorSpaceTests
|
| /cts/tests/pdf/module/src/android/graphics/pdf/cts/module/ |
| D | PdfRendererPreVTest.java | 445 Point point = new Point(77, 104); in selectPageText() local 579 Point point = new Point(157, 330); in selectPageText_withoutRightBoundary_throwsException() local
|
| D | PdfRendererTest.java | 738 Point point = new Point(77, 104); in assertSelectPageText() local 911 Point point = new Point(157, 330); in assertSelectPageText_withoutRightBoundary() local
|
| /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
| D | CameraMetadataGetter.java | 281 private static Object serializePoint(Point point) throws org.json.JSONException { in serializePoint()
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
| D | ItsSerializer.java | 106 private static Object serializePoint(Point point) throws org.json.JSONException { in serializePoint()
|
| /cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
| D | SurfaceControlViewHostTests.java | 1766 Point point = new Point(viewInWindow[0] + 1, viewInWindow[1] + 1); in testTransferHostTouchGestureToEmbedded() local
|
| /cts/tests/tests/media/encoder/src/android/media/encoder/cts/ |
| D | VideoEncoderTest.java | 1096 private int alignedPointInRange(double point, int align, Range<Integer> range) { in alignedPointInRange()
|