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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java90 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED; field in class:PopupWindow
540 mSoftInputMode = mode;
550 return mSoftInputMode;
1142 p.softInputMode = mSoftInputMode;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java272 int mSoftInputMode; field in class:ViewRootImpl
501 mSoftInputMode = attrs.softInputMode;
793 mSoftInputMode = attrs.softInputMode;
1393 int resizeMode = mSoftInputMode &

Completed in 707 milliseconds