Home
last modified time | relevance | path

Searched refs:newY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DChangeScrollTest.java53 final View.OnScrollChangeListener listener = (v, newX, newY, oldX, oldY) -> { in testChangeScroll()
54 if (newX != 0 && newY != 0) { in testChangeScroll()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java290 final float newY = bounds.top + (bounds.height() / 4.0f); in testSetMagnificationConfig_expectedConfig() local
294 newY).build(); in testSetMagnificationConfig_expectedConfig()
555 final float newY = y + bounds.height() / 4.0f; in testSetWindowModeConfig_connectionReset_expectedResult() local
560 .setCenterY(newY).build(); in testSetWindowModeConfig_connectionReset_expectedResult()
797 final float newY = y + bounds.height() / 4.0f; in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged() local
802 .setCenterY(newY).build(); in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged()
879 final float newY = y + bounds.height() / 4.0f; in testListener_transitionFromFullScreenToWindow_notifyConfigChanged() local
884 .setCenterY(newY).build(); in testListener_transitionFromFullScreenToWindow_notifyConfigChanged()