Searched defs:mHasSoftInput (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java586 boolean mHasSoftInput = false; field in class:PhoneWindowManager
2335 if (mHasSoftInput != hasSoftInput) {
2336 mHasSoftInput = hasSoftInput;
2651 if (!mHasSoftInput) {
8247 pw.print(prefix); pw.print("mHasSoftInput="); pw.println(mHasSoftInput);

Completed in 94 milliseconds