Home
last modified time | relevance | path

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

/cts/tools/dx-tests/src/dxc/junit/opcodes/invokevirtual/jm/
DT_invokevirtual_1.java21 public boolean run(Object x, Object y) { in run()
DT_invokevirtual_9.java21 public boolean run(Object x, Object y) { in run()
DT_invokevirtual_11.java21 public boolean run(Object x, Object y) { in run()
DT_invokevirtual_3.java21 public boolean run(Object x, Object y) { in run()
DT_invokevirtual_8.java21 public boolean run(Object x, Object y) { in run()
DT_invokevirtual_12.java21 public boolean run(Object x, Object y) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual/d/
DT_invoke_virtual_1.java21 public boolean run(Object x, Object y) { in run()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java371 float y = Y_4F + 5.0f; in testGetHistoricalY() local
430 float y = 20.0f; in testAddBatch() local
467 float y = 20.0f; in testGetHistorySize() local
DFocusFinderTest.java128 int y = mTopWide.getTop() - bound; in testFindNearestTouchable() local
DViewTest.java2773 final float y = xy[1] + viewHeight / 2.0f; in testOnTrackballEvent() local
3262 final float y = xy[1] + viewHeight / 2.0f; in testDispatchTouchEvent() local
3692 float y = xy[1] + viewHeight / 2.0f; in testOnTouchEvent() local
/cts/tests/tests/text/src/android/text/style/cts/
DReplacementSpanTest.java60 float x, int top, int y, int bottom, Paint paint) { in draw()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBlurMaskFilterTest.java71 private void checkQuadrants(int color, Bitmap bitmap, int x, int y, int alphaTolerance) { in checkQuadrants()
DBitmapShaderTest.java95 private void assertColor(int color, Bitmap bitmap, int x, int y) { in assertColor()
DSweepGradientTest.java108 int y = CENTER + (int)(Math.sin(rad) * RADIUS); in checkColors() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DTransitionDrawableTest.java268 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
276 private void assertColorNotFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorNotFillRect()
DNinePatchDrawableTest.java474 private void assertColorFillRect(Bitmap bmp, int x, int y, int w, int h, int color) { in assertColorFillRect()
/cts/tests/tests/text/src/android/text/method/cts/
DLinkMovementMethodTest.java329 int y = (mView.getLayout().getLineTop(1) + mView.getLayout().getLineBottom(1)) / 2; in testOnTouchEvent() local
605 int y = (mView.getLayout().getLineTop(line) + mView.getLayout().getLineBottom(line)) / 2; in performMotionOnLine() local
/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java535 public void drawText(String text, float x, float y, Paint paint) { in drawText()
DTextUtilsTest.java1051 int y, int bottom, Paint paint) { in draw()
/cts/tests/tests/widget/src/android/widget/cts/
DMediaControllerTest.java345 final float y = xy[1] + viewHeight / 2.0f; in testOnTrackballEvent() local
DScrollViewTest.java495 int y = mScrollView.getScrollY(); in testArrowScroll() local
DPopupWindowTest.java969 float y = xy[1] + (viewHeight / 2.0f); in testSetTouchInterceptor() local
/cts/tests/tests/app/src/android/app/cts/
DInstrumentationTest.java75 final long y = 50; in setUp() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2188 private boolean checkBitmapInsideAnother(Bitmap b1, Bitmap b2, int x, int y) { in checkBitmapInsideAnother()