Home
last modified time | relevance | path

Searched defs:point1 (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualStylusTest.kt122 val point1 = Point(point0.x + 10, point0.y + 10) in sendTouchEvents_withButtonPressed() constant
242 val point1 = Point(point0.x + 10, point0.y + 10) in sendHoverEvents() constant
308 val point1 = Point(point0.x + 10, point0.y + 10) in sendHoverEvents_withButtonAlwaysPressed() constant
387 val point1 = Point(point0.x + 10, point0.y + 10) in verifyStylusTouchWithTilt() constant
DVirtualTouchscreenTest.kt130 val point1 = Point(point0.x + 10, point0.y + 10) in sendHoverEvents() constant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java229 public static float distanceCalculationOnXYPlane(float[] point1, float[] point2) { in distanceCalculationOnXYPlane()
242 public static float distanceCalculationInXYZSpace(float[] point1, float[] point2) { in distanceCalculationInXYZSpace()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java621 private float distance(MotionEvent.PointerCoords point1, MotionEvent.PointerCoords point2) { in distance()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DCoreMathVerifier.java515 static private Target.Floaty distance(double[] point1, double[] point2, Target t) { in distance()
526 static private Target.Floaty distance(float[] point1, float[] point2, Target t) { in distance()