Home
last modified time | relevance | path

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

/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/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/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java56 public static StrokeDescription pointerDown(PointF point) { in pointerDown()
70 public static StrokeDescription click(PointF point) { in click()
74 public static StrokeDescription longClick(PointF point) { in longClick()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DColorSpaceTests.java189 private static Point point(int x, int y) { in point() method in ColorSpaceTests
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java532 private int getPixel(Window window, Point point) { in getPixel()
542 private void waitForColor(Window window, Point point, int color) in waitForColor()
554 private int waitForChange(Window window, Point point, int color) in waitForChange()
DSystemGestureExclusionRectsTest.java213 int[] point = new int[2]; in ignoreHiddenViewRects() local
DViewTest.java967 Point point = new Point(); in testGetGlobalVisibleRectPoint() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java655 Matcher<MotionEvent> isAtPoint(final PointF point) { in isAtPoint()
659 Matcher<MotionEvent> isAtPoint(final PointF point, final float tol) { in isAtPoint()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowFocusTests.java104 final Point point = new Point(); in tapOnCenterOfDisplay() 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/tests/media/src/android/media/cts/
DVideoEncoderTest.java990 private int alignedPointInRange(double point, int align, Range<Integer> range) { in alignedPointInRange()