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

  /frameworks/base/core/java/android/widget/
PopupWindow.java 90 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED;
540 mSoftInputMode = mode;
550 return mSoftInputMode;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 272 int mSoftInputMode;
501 mSoftInputMode = attrs.softInputMode;
    [all...]

Completed in 46 milliseconds