Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java862 ShowImeWithHardKeyboardType.UNKNOWN,
863 ShowImeWithHardKeyboardType.FALSE,
864 ShowImeWithHardKeyboardType.TRUE,
866 private @interface ShowImeWithHardKeyboardType { annotation in InputMethodService.SettingsObserver
871 @ShowImeWithHardKeyboardType
872 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN;
909 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()
912 ShowImeWithHardKeyboardType.TRUE : ShowImeWithHardKeyboardType.FALSE; in shouldShowImeWithHardKeyboard()
915 case ShowImeWithHardKeyboardType.TRUE: in shouldShowImeWithHardKeyboard()
917 case ShowImeWithHardKeyboardType.FALSE: in shouldShowImeWithHardKeyboard()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt34965 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;
34966 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->FALSE…
34967 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->TRUE:I
34968 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->UNKNO…