Home
last modified time | relevance | path

Searched refs:newX (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.java289 final float newX = bounds.left + (bounds.width() / 4.0f); in testSetMagnificationConfig_expectedConfig() local
293 newX).setCenterY( in testSetMagnificationConfig_expectedConfig()
554 final float newX = x + bounds.width() / 4.0f; in testSetWindowModeConfig_connectionReset_expectedResult() local
559 .setCenterX(newX) in testSetWindowModeConfig_connectionReset_expectedResult()
796 final float newX = x + bounds.width() / 4.0f; in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged() local
801 .setCenterX(newX) in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged()
878 final float newX = x + bounds.width() / 4.0f; in testListener_transitionFromFullScreenToWindow_notifyConfigChanged() local
883 .setCenterX(newX) in testListener_transitionFromFullScreenToWindow_notifyConfigChanged()