Home
last modified time | relevance | path

Searched defs:point (Results 1 – 19 of 19) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java106 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/
DPointTest.java43 Point point = new Point(10, 10); in testConstructor() local
65 Point point = new Point(3, 4); in testEquals2() local
DPointFTest.java43 Point point = new Point(10, 10); in testConstructor() local
/cts/tests/tests/view/src/android/view/cts/
DViewUnbufferedTest.java276 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
DVerifyInputEventTest.java167 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
DTextureViewTest.java849 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()
DSystemGestureExclusionRectsTest.java226 int[] point = new int[2]; in ignoreHiddenViewRects() local
DViewTest.java986 Point point = new Point(); in testGetGlobalVisibleRectPoint() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
DTouchPointView.java86 Point point = finger.point; in onDraw() local
94 public Point point; field in TouchPointView.Finger
/cts/tests/tests/gesture/src/android/gesture/cts/
DGesturePointTest.java37 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/
DRateDistortionCurve.java46 public Builder addPoint(RateDistortionPoint point) { in addPoint()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewHandwritingGestureTest.java1912 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/
DColorSpaceTests.java358 private static Point point(int x, int y) { in point() method in ColorSpaceTests
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
DPdfRendererPreVTest.java445 Point point = new Point(77, 104); in selectPageText() local
579 Point point = new Point(157, 330); in selectPageText_withoutRightBoundary_throwsException() local
DPdfRendererTest.java738 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/
DCameraMetadataGetter.java281 private static Object serializePoint(Point point) throws org.json.JSONException { in serializePoint()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsSerializer.java106 private static Object serializePoint(Point point) throws org.json.JSONException { in serializePoint()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1766 Point point = new Point(viewInWindow[0] + 1, viewInWindow[1] + 1); in testTransferHostTouchGestureToEmbedded() local
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java1096 private int alignedPointInRange(double point, int align, Range<Integer> range) { in alignedPointInRange()