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

  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 663 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN;
699 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) {
700 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(),
704 switch (mShowImeWithHardKeyboard) {
710 Log.e(TAG, "Unexpected mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard);
720 mShowImeWithHardKeyboard = Settings.Secure.getInt(mService.getContentResolver(),
733 return "SettingsObserver{mShowImeWithHardKeyboard=" + mShowImeWithHardKeyboard + "}";
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 474 private boolean mShowImeWithHardKeyboard;
    [all...]

Completed in 763 milliseconds