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 116 private int mSoftInputMode = WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED;
608 mSoftInputMode = mode;
618 return mSoftInputMode;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 283 int mSoftInputMode;
505 mSoftInputMode = attrs.softInputMode;
    [all...]

Completed in 210 milliseconds