Searched refs:mSoftInputMode (Results 1 – 3 of 3) sorted by relevance
178 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED; field in PopupWindow781 mSoftInputMode = mode; in setSoftInputMode()792 return mSoftInputMode; in getSoftInputMode()1625 p.softInputMode = mSoftInputMode; in createPopupLayoutParams()
899 int mSoftInputMode; field in ViewRootImpl1549 mSoftInputMode = attrs.softInputMode;2151 mSoftInputMode = attrs.softInputMode;3539 int resizeMode = mSoftInputMode & SOFT_INPUT_MASK_ADJUST; in performTraversals()9669 proto.write(SOFT_INPUT_MODE, InputMethodDebug.softInputModeToString(mSoftInputMode)); in dumpDebug()
64206 Landroid/view/ViewRootImpl;->mSoftInputMode:I67959 Landroid/widget/PopupWindow;->mSoftInputMode:I