Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestActivity.java116 final int currentSoftInputMode = window.getAttributes().softInputMode; in setSoftInputState() local
118 (currentSoftInputMode & ~WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) in setSoftInputState()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestActivity.java151 final int currentSoftInputMode = window.getAttributes().softInputMode; in setSoftInputState() local
153 (currentSoftInputMode & ~WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE) in setSoftInputState()