Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java1089 assertTrue(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1091 assertTrue(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1093 assertTrue(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1099 assertFalse(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1101 assertFalse(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
1103 assertTrue(InputMethodUtils.isSoftInputModeStateVisibleAllowed( in testIsSoftInputModeStateVisibleAllowed()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java1287 static boolean isSoftInputModeStateVisibleAllowed(int targetSdkVersion, in isSoftInputModeStateVisibleAllowed() method in InputMethodUtils
DInputMethodManagerService.java3123 if (InputMethodUtils.isSoftInputModeStateVisibleAllowed( in startInputOrWindowGainedFocusInternalLocked()
3140 if (InputMethodUtils.isSoftInputModeStateVisibleAllowed( in startInputOrWindowGainedFocusInternalLocked()