Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java270 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testSetMagnificationConfig_expectedConfig()
313 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testSetConfigWithDefaultModeAndCenter_expectedConfig()
355 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testSetConfigWithActivatedFalse_expectedConfig()
407 final boolean windowModeSupported = isWindowModeSupported(mInstrumentation.getContext()); in testSetFullScreenConfigWithDefaultValues_windowModeEnabled_expectedConfig()
527 Assume.assumeTrue(isWindowModeSupported(mInstrumentation.getContext())); in testSetWindowModeConfig_connectionReset_expectedResult()
575 Assume.assumeTrue(isWindowModeSupported(mInstrumentation.getContext())); in testSetWindowModeConfig_hasMagnificationOverlay()
595 Assume.assumeTrue(isWindowModeSupported(mInstrumentation.getContext())); in testSetWindowModeConfig_hasAccessibilityOverlay()
616 Assume.assumeTrue(isWindowModeSupported(mInstrumentation.getContext())); in testServiceConnectionDisconnected_hasNoMagnificationOverlay()
641 Assume.assumeTrue(isWindowModeSupported(mInstrumentation.getContext())); in testServiceConnectionDisconnected_hasNoAccessibilityOverlay()
772 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged()
[all …]