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 86 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED;
484 mSoftInputMode = mode;
494 return mSoftInputMode;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 265 int mSoftInputMode;
499 mSoftInputMode = attrs.softInputMode;
    [all...]

Completed in 49 milliseconds