Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java798 final MagnificationConfig fullscreenConfig = new MagnificationConfig.Builder() in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged() local
806 controller.setMagnificationConfig(fullscreenConfig, false); in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged()
808 waitUntilMagnificationConfig(controller, fullscreenConfig); in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged()
812 assertConfigEquals(fullscreenConfig, configCaptor.getValue()); in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged()
841 final MagnificationConfig fullscreenConfig = new MagnificationConfig.Builder() in testListener_magnificationConfigChangedWithAnimation_notifyConfigChanged() local
847 controller.setMagnificationConfig(fullscreenConfig, /* animate= */ true); in testListener_magnificationConfigChangedWithAnimation_notifyConfigChanged()
880 final MagnificationConfig fullscreenConfig = new MagnificationConfig.Builder() in testListener_transitionFromFullScreenToWindow_notifyConfigChanged() local
891 controller.setMagnificationConfig(fullscreenConfig, false); in testListener_transitionFromFullScreenToWindow_notifyConfigChanged()
893 waitUntilMagnificationConfig(controller, fullscreenConfig); in testListener_transitionFromFullScreenToWindow_notifyConfigChanged()