Searched defs:y1 (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | WaveformView.java | 102 float y1 = (localData[i] * mScaleY) + mOffsetY; in onDraw() local 111 float y1 = (localData[i] * mScaleY) + mOffsetY; in onDraw() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicHistogram.java | 75 int x1 = 0, y1 = 0, x2 = w, y2 = h; in testNorm() local 203 int x1 = 0, y1 = 0, x2 = w, y2 = h; in testDot() local
|
D | IntrinsicColorMatrix.java | 58 int x1 = 0, y1 = 0, x2 = w, y2 = h; in subtest() local
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | VirtualStylusTest.java | 166 final int x1 = 60, y1 = 60; in sendHoverEvents() local 242 final int x1 = 50, y1 = 50; in verifyStylusTouchWithTilt() local
|
D | VirtualTouchscreenTest.java | 118 final float x1 = 60f, y1 = 60f; in sendHoverEvents() local
|
/cts/apps/CameraITS/utils/ |
D | image_processing_utils.py | 1430 def area_of_triangle(x1, y1, x2, y2, x3, y3): argument 1448 def point_in_triangle(x1, y1, x2, y2, x3, y3, xp, yp, abs_tol): argument
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityMagnificationTest.java | 1218 final float y1 = 1000; in testAnimatingMagnification() local
|