/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | TouchHelper.java | 43 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/ |
D | Float16ArithmeticTest.java | 83 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/libmediandkjni/ |
D | md5_utils.cpp | 144 #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/framework/base/windowmanager/util/src/android/server/wm/ |
D | TouchHelper.java | 64 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() 117 int y = topleft[1] + view.getHeight() / 2; in tapOnViewCenter() local 136 int x, int y, int displayId, boolean sync) { in injectMotion() 142 int x, int y, int displayId, boolean sync, boolean waitAnimations) { in injectMotion() 170 final int y = bounds.top + bounds.height() / 2; in tapOnTaskCenterAsync() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TouchDelegateTest.java | 181 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()
|
D | PointerCaptureTest.java | 140 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/ |
D | Matrix.cpp | 76 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/ |
D | InputShellCommandTest.kt | 36 val y = location[1] + v.height / 2 in getViewCenterOnScreen() constant 63 val (x, y) = getViewCenterOnScreen(mActivity.window.decorView) in testDefaultToolType() constant 74 val (x, y) = getViewCenterOnScreen(mActivity.window.decorView) in testToolType() constant
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
D | T_invoke_virtual_range_1.java | 21 public boolean run(Object x, Object y) { in run()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/ |
D | T_invoke_virtual_1.java | 21 public boolean run(Object x, Object y) { in run()
|
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
D | CamUtils.java | 111 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/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | PerPixelBitmapVerifier.java | 51 protected int getExpectedColor(int x, int y) { in getExpectedColor() 86 protected boolean verifyPixel(int x, int y, int observedColor) { in verifyPixel()
|
D | ColorVerifier.java | 43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
D | RectVerifier.java | 40 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | EventUtils.java | 25 public static MotionEvent generateMouseEvent(int x, int y, int eventType, int buttonState) { in generateMouseEvent()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BasicVulkanGpuTest.cpp | 109 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/ |
D | DepthOfFieldOptions.java | 44 public void setFocusPoint(float x, float y) { in setFocusPoint()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorTest.java | 146 float y = mActivity.view.newBall.getY(); in testEnd() local 210 public float y = 0f; in testNullObjectAnimator() field in AnimatorTest.AnimTarget 211 public void setY(float y) { in testNullObjectAnimator()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
D | BitmapComparer.java | 36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsMouseUtil.java | 62 final int y = screenPos[1] + offsetY; in obtainMouseEvent() local 84 final int y = screenPos[1] + offsetY; in emulateHoverOnView() local 120 public PositionMatcher(int action, int x, int y) { in PositionMatcher()
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/ |
D | ColorVerifier.java | 43 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
D | RectVerifier.java | 40 protected int getExpectedColor(int x, int y) { in getExpectedColor()
|
/cts/apps/CtsVerifier/include/colorchecker/ |
D | vec2.h | 60 inline T y() const { return mY; } in y() function
|
/cts/tests/tests/security/src/android/security/cts/ |
D | MotionEventTest.java | 194 private void injectTap(int x, int y) { in injectTap() 200 private void injectEvent(int action, int x, int y, long downTime) { in injectEvent()
|