Searched refs:mSoftInputMode (Results 1 – 3 of 3) sorted by relevance
176 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED; field in PopupWindow777 mSoftInputMode = mode; in setSoftInputMode()788 return mSoftInputMode; in getSoftInputMode()1621 p.softInputMode = mSoftInputMode; in createPopupLayoutParams()
622 int mSoftInputMode; field in ViewRootImpl1080 mSoftInputMode = attrs.softInputMode; in setView()1565 mSoftInputMode = attrs.softInputMode; in setLayoutParams()2691 int resizeMode = mSoftInputMode & SOFT_INPUT_MASK_ADJUST; in performTraversals()7995 proto.write(SOFT_INPUT_MODE, InputMethodDebug.softInputModeToString(mSoftInputMode)); in dumpDebug()
68172 Landroid/view/ViewRootImpl;->mSoftInputMode:I71925 Landroid/widget/PopupWindow;->mSoftInputMode:I