Searched defs:imeWindowVis (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java4307 private static String imeWindowStatusToString(final int imeWindowVis) { argument
4310 if ((imeWindowVis & InputMethodService.IME_ACTIVE) != 0) {
4314 if ((imeWindowVis & InputMethodService.IME_VISIBLE) != 0) {

Completed in 51 milliseconds