Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 163) sorted by relevance

1234567

/cts/tests/tests/systemui/src/android/systemui/cts/
DTouchHelper.java43 public boolean click(int x, int y) { in click()
53 private boolean touchDown(int x, int y) { in touchDown()
59 private boolean touchUp(int x, int y) { in touchUp()
67 float x, float y) { in getMotionEvent()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DFloat16ArithmeticTest.java83 private boolean checkFloat16Output(int x, int y, short[][][] refValues, in checkFloat16Output()
129 private boolean checkFloat16Add(int x, int y) { in checkFloat16Add()
147 private boolean checkFloat16Sub(int x, int y) { in checkFloat16Sub()
165 private boolean checkFloat16Mul(int x, int y) { in checkFloat16Mul()
183 private boolean checkFloat16Div(int x, int y) { in checkFloat16Div()
/cts/tests/tests/media/common/jni/
Dmd5_utils.cpp144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
145 #define F2(x, y, z) F1(z, x, y) argument
146 #define F3(x, y, z) (x ^ y ^ z) argument
147 #define F4(x, y, z) (y ^ (x | ~z)) argument
150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualTouchEventTest.java37 final float y = 800f; in parcelAndUnparcel_matches() local
151 final float y = 1f; in touchEvent_palmAndCancelUsedProperly() local
179 final float y = 1f; in touchEvent_valid_created() local
200 final float y = 1f; in touchEvent_validWithPressureAndAxis_created() local
DVirtualMouseRelativeEventTest.java35 final float y = 4f; in parcelAndUnparcel_matches() local
53 final float y = 83f; in relativeEvent_valid_created() local
DVirtualMouseScrollEventTest.java37 final float y = -0.2f; in parcelAndUnparcel_matches() local
70 final float y = 1f; in scrollEvent_valid_created() local
DVirtualTouchscreenTest.java57 final float y = 50f; in sendTouchEvent() local
88 private MotionEvent createMotionEvent(int action, float x, float y, float pressure, float size, in createMotionEvent()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java64 final int y = bounds.top + bounds.height() / 2; in touchAndCancelOnDisplayCenterSync() local
76 public void tapOnDisplaySync(int x, int y, int displayId) { in tapOnDisplaySync()
80 public void tapOnDisplay(int x, int y, int displayId, boolean sync) { in tapOnDisplay()
84 public void tapOnDisplay(int x, int y, int displayId, boolean sync, boolean waitAnimations) { in tapOnDisplay()
121 int y = topleft[1] + view.getHeight() / 2; in tapOnViewCenter() local
140 int x, int y, int displayId, boolean sync) { in injectMotion()
146 int x, int y, int displayId, boolean sync, boolean waitAnimations) { in injectMotion()
174 final int y = bounds.top + bounds.height() / 2; in tapOnTaskCenterAsync() local
/cts/tests/tests/view/src/android/view/cts/
DTouchDelegateTest.java181 private void click(int y) { in click()
188 private void dispatchTouchEventToActivity(int action, int y, long downTime) { in dispatchTouchEventToActivity()
193 private void dispatchHoverEventToActivity(int action, int y, long downTime) { in dispatchHoverEventToActivity()
198 private void dispatchMotionEventToActivity(int action, int y, long downTime, int source, in dispatchMotionEventToActivity()
211 int y, long downTime) { in dispatchMultiTouchMotionEventToActivity()
DPointerCaptureTest.java140 private void injectRelativeMouseEvent(int action, int x, int y) { in injectRelativeMouseEvent()
144 private static MotionEvent obtainRelativeMouseEvent(int action, int x, int y) { in obtainRelativeMouseEvent()
152 View.OnCapturedPointerListener listener, View view, int action, int x, int y) { in verifyRelativeMouseEvent()
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp76 void Matrix::translate(float x, float y, float z) { in translate()
86 void Matrix::scale(float x, float y, float z) { in scale()
96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate()
112 float y = 0; in multiply() local
197 const float y = 2.0f * (near * r_height); in newFrustum() local
225 Matrix* Matrix::newTranslate(float x, float y, float z) { in newTranslate()
235 Matrix* Matrix::newScale(float x, float y, float z) { in newScale()
245 Matrix* Matrix::newRotate(float radians, float x, float y, float z) { in newRotate()
321 const float y = rhs[1]; in multiplyVector() local
/cts/tests/input/src/android/input/cts/
DInputShellCommandTest.kt36 val y = location[1] + v.height / 2 in getViewCenterOnScreen() constant
65 val (x, y) = getViewCenterOnScreen(activity.window.decorView) in testDefaultToolType() constant
76 val (x, y) = getViewCenterOnScreen(activity.window.decorView) in testToolType() constant
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCamUtils.java111 static float lstarFromY(float y) { in lstarFromY()
128 float y = (r * matrix[1][0]) + (g * matrix[1][1]) + (b * matrix[1][2]); in yFromInt() local
139 float y = (r * matrix[1][0]) + (g * matrix[1][1]) + (b * matrix[1][2]); in xyzFromInt() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java173 final float y = bounds.top + (bounds.height() / 4.0f); in testSetScaleAndCenter() local
203 final float y = windowManager.getCurrentWindowMetrics().getBounds().centerY(); in testSetMagnificationConfig_expectedConfig() local
247 final float y = windowManager.getCurrentWindowMetrics().getBounds().centerY(); in testSetConfigWithDefaultModeAndCenter_expectedConfig() local
291 final float y = windowManager.getCurrentWindowMetrics().getBounds().centerY(); in testSetFullScreenConfigWithDefaultValues_windowModeEnabled_expectedConfig() local
328 final float y = bounds.top + (bounds.height() / 4.0f); in testSetMagnificationConfig_legacyApiExpectedResult() local
357 final float y = windowManager.getCurrentWindowMetrics().getBounds().centerY(); in testSetWindowModeConfig_connectionReset_expectedResult() local
452 final float y = bounds.top + (bounds.height() / 4.0f); in testGetMagnificationConfig_setConfigByLegacyApi_expectedResult() local
539 final float y = windowManager.getCurrentWindowMetrics().getBounds().centerY(); in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged() local
633 final float y = windowManager.getCurrentWindowMetrics().getBounds().centerY(); in testListener_transitionFromFullScreenToWindow_notifyConfigChanged() local
683 final float y = windowManager.getCurrentWindowMetrics().getBounds().centerY(); in testListener_resetCurrentMagnification_notifyConfigChanged() local
[all …]
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java209 public static MotionEvent injectStylusDownEvent(@NonNull View view, int x, int y) { in injectStylusDownEvent()
230 public static MotionEvent injectStylusUpEvent(@NonNull View view, int x, int y) { in injectStylusUpEvent()
267 float y = startY + incrementY * i + xy[1]; in injectStylusMoveEvents() local
286 public static void injectStylusEvents(@NonNull View view, int x, int y) { in injectStylusEvents()
296 float x, float y) { in getMotionEvent()
301 int x, int y, int displayId) { in getMotionEvent()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewDarkModeTestBase.java69 private static int[] getBitmapPixels(Bitmap bitmap, int x, int y, int width, int height) { in getBitmapPixels()
76 Bitmap bitmap, int x, int y, int width, int height) { in getBitmapHistogram()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java51 protected int getExpectedColor(int x, int y) { in getExpectedColor()
86 protected boolean verifyPixel(int x, int y, int observedColor) { in verifyPixel()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java51 protected int getExpectedColor(int x, int y) { in getExpectedColor()
86 protected boolean verifyPixel(int x, int y, int observedColor) { in verifyPixel()
/cts/tests/tests/view/src/android/view/cts/util/
DEventUtils.java25 public static MotionEvent generateMouseEvent(int x, int y, int eventType, int buttonState) { in generateMouseEvent()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BasicVulkanGpuTest.cpp109 for (size_t y = 0; y < kTestImageHeight; ++y) { in verifyBasicBufferImport() local
136 for (uint32_t y = 0; y < kTestImageHeight; ++y) { in verifyBasicBufferImport() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthOfFieldOptions.java44 public void setFocusPoint(float x, float y) { in setFocusPoint()
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorTest.java148 float y = mActivity.view.newBall.getY(); in testEnd() local
213 public float y = 0f; in testNullObjectAnimator() field in AnimatorTest.AnimTarget
214 public void setY(float y) { in testNullObjectAnimator()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapcomparers/
DBitmapComparer.java36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()

1234567