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.java255 int mSoftInputMode; field in class:ViewRootImpl
457 mSoftInputMode = attrs.softInputMode;
676 mSoftInputMode = attrs.softInputMode;
1100 int resizeMode = mSoftInputMode &

Completed in 59 milliseconds