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

/frameworks/base/core/java/android/view/
H A DWindow.java151 private boolean mHasSoftInputMode = false; field in class:Window
692 mHasSoftInputMode = true;
694 mHasSoftInputMode = false;
810 return mHasSoftInputMode;

Completed in 92 milliseconds