Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java1602 ShowImeWithHardKeyboardType.UNKNOWN,
1603 ShowImeWithHardKeyboardType.FALSE,
1604 ShowImeWithHardKeyboardType.TRUE,
1606 private @interface ShowImeWithHardKeyboardType { annotation in InputMethodService.SettingsObserver
1611 @ShowImeWithHardKeyboardType
1612 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN;
1649 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()
1652 ShowImeWithHardKeyboardType.TRUE : ShowImeWithHardKeyboardType.FALSE; in shouldShowImeWithHardKeyboard()
1655 case ShowImeWithHardKeyboardType.TRUE: in shouldShowImeWithHardKeyboard()
1657 case ShowImeWithHardKeyboardType.FALSE: in shouldShowImeWithHardKeyboard()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22523 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->FALSE…
22524 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->TRUE:I
22525 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->UNKNO…