Searched defs:mHasSoftInput (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java377 boolean mHasSoftInput = false; field in class:PhoneWindowManager
1554 if (mHasSoftInput != hasSoftInput) {
1555 mHasSoftInput = hasSoftInput;
1806 if (!mHasSoftInput) {
6266 pw.print(prefix); pw.print("mHasSoftInput="); pw.println(mHasSoftInput);

Completed in 51 milliseconds