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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java88 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED; field in class:PopupWindow
487 mSoftInputMode = mode;
497 return mSoftInputMode;
1057 p.softInputMode = mSoftInputMode;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java264 int mSoftInputMode; field in class:ViewRootImpl
476 mSoftInputMode = attrs.softInputMode;
772 mSoftInputMode = attrs.softInputMode;
1309 int resizeMode = mSoftInputMode &

Completed in 137 milliseconds