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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java86 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED; field in class:PopupWindow
482 mSoftInputMode = mode;
492 return mSoftInputMode;
1017 p.softInputMode = mSoftInputMode;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java278 int mSoftInputMode; field in class:ViewRootImpl
525 mSoftInputMode = attrs.softInputMode;
780 mSoftInputMode = attrs.softInputMode;
1287 int resizeMode = mSoftInputMode &

Completed in 157 milliseconds