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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java116 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED; field in class:PopupWindow
608 mSoftInputMode = mode;
618 return mSoftInputMode;
1292 p.softInputMode = mSoftInputMode;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java283 int mSoftInputMode; field in class:ViewRootImpl
505 mSoftInputMode = attrs.softInputMode;
812 mSoftInputMode = attrs.softInputMode;
1466 int resizeMode = mSoftInputMode &

Completed in 68 milliseconds