Home
last modified time | relevance | path

Searched defs:targetMode (Results 1 – 2 of 2) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java213 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testSetMagnificationConfig_expectedConfig() local
257 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testSetConfigWithDefaultModeAndCenter_expectedConfig() local
297 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testSetConfigWithActivatedFalse_expectedConfig() local
671 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testListener_magnificationConfigChangedWithoutAnimation_notifyConfigChanged() local
725 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testListener_magnificationConfigChangedWithAnimation_notifyConfigChanged() local
813 final int targetMode = isWindowModeSupported(mInstrumentation.getContext()) in testListener_resetCurrentMagnification_notifyConfigChanged() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCrossAppDragAndDropTests.java185 private void assertDropResult(String sourceMode, String targetMode, String expectedDropResult) in assertDropResult()
200 ComponentName targetComponentName, String targetMode, in assertDragAndDropResults()