Home
last modified time | relevance | path

Searched refs:ShowImeWithHardKeyboardType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1056 ShowImeWithHardKeyboardType.UNKNOWN,
1057 ShowImeWithHardKeyboardType.FALSE,
1058 ShowImeWithHardKeyboardType.TRUE,
1060 private @interface ShowImeWithHardKeyboardType { annotation in InputMethodService.SettingsObserver
1065 @ShowImeWithHardKeyboardType
1066 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN;
1103 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()
1106 ShowImeWithHardKeyboardType.TRUE : ShowImeWithHardKeyboardType.FALSE; in shouldShowImeWithHardKeyboard()
1109 case ShowImeWithHardKeyboardType.TRUE: in shouldShowImeWithHardKeyboard()
1111 case ShowImeWithHardKeyboardType.FALSE: in shouldShowImeWithHardKeyboard()
[all …]