HomeSort by relevance Sort by last modified time
    Searched refs:mSoftInputMode (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
PopupWindow.java 156 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED;
719 mSoftInputMode = mode;
729 return mSoftInputMode;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 335 int mSoftInputMode;
612 mSoftInputMode = attrs.softInputMode;
    [all...]

Completed in 66 milliseconds