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 169 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED;
736 mSoftInputMode = mode;
747 return mSoftInputMode;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 427 int mSoftInputMode;
730 mSoftInputMode = attrs.softInputMode;
    [all...]

Completed in 469 milliseconds