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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java169 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED; field in class:PopupWindow
736 mSoftInputMode = mode;
747 return mSoftInputMode;
1473 p.softInputMode = mSoftInputMode;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java401 int mSoftInputMode; field in class:ViewRootImpl
698 mSoftInputMode = attrs.softInputMode;
1039 mSoftInputMode = attrs.softInputMode;
1765 int resizeMode = mSoftInputMode &

Completed in 78 milliseconds