Home
last modified time | relevance | path

Searched defs:y1 (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveformView.java102 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/
DIntrinsicHistogram.java75 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
DIntrinsicColorMatrix.java58 int x1 = 0, y1 = 0, x2 = w, y2 = h; in subtest() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualStylusTest.java166 final int x1 = 60, y1 = 60; in sendHoverEvents() local
242 final int x1 = 50, y1 = 50; in verifyStylusTouchWithTilt() local
DVirtualTouchscreenTest.java118 final float x1 = 60f, y1 = 60f; in sendHoverEvents() local
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py1430 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/
DAccessibilityMagnificationTest.java1218 final float y1 = 1000; in testAnimatingMagnification() local