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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java574 boolean mHasSoftInput = false; field in class:PhoneWindowManager
2355 if (mHasSoftInput != hasSoftInput) {
2356 mHasSoftInput = hasSoftInput;
2668 if (!mHasSoftInput) {
8353 pw.print(prefix); pw.print("mHasSoftInput="); pw.println(mHasSoftInput);

Completed in 270 milliseconds