Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java684 ShowImeWithHardKeyboardType.UNKNOWN,
685 ShowImeWithHardKeyboardType.FALSE,
686 ShowImeWithHardKeyboardType.TRUE,
688 private @interface ShowImeWithHardKeyboardType { annotation in InputMethodService.SettingsObserver
693 @ShowImeWithHardKeyboardType
694 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN;
730 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()
733 ShowImeWithHardKeyboardType.TRUE : ShowImeWithHardKeyboardType.FALSE; in shouldShowImeWithHardKeyboard()
736 case ShowImeWithHardKeyboardType.TRUE: in shouldShowImeWithHardKeyboard()
738 case ShowImeWithHardKeyboardType.FALSE: in shouldShowImeWithHardKeyboard()
[all …]