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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java156 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED; field in class:PopupWindow
719 mSoftInputMode = mode;
729 return mSoftInputMode;
1420 p.softInputMode = mSoftInputMode;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java335 int mSoftInputMode; field in class:ViewRootImpl
612 mSoftInputMode = attrs.softInputMode;
953 mSoftInputMode = attrs.softInputMode;
1633 int resizeMode = mSoftInputMode &

Completed in 327 milliseconds