Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestActivity.java126 final int currentSoftInputMode = window.getAttributes().softInputMode; in setSoftInputState() local
128 (currentSoftInputMode & ~WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) in setSoftInputState()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestActivity.java228 final int currentSoftInputMode = window.getAttributes().softInputMode; in setSoftInputState() local
230 (currentSoftInputMode & ~WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) in setSoftInputState()
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplayImeTests.java614 final int currentSoftInputMode = window.getAttributes().softInputMode; in setUnchangedSoftInputState() local
616 (currentSoftInputMode & ~WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) in setUnchangedSoftInputState()