Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1477 ShowImeWithHardKeyboardType.UNKNOWN,
1478 ShowImeWithHardKeyboardType.FALSE,
1479 ShowImeWithHardKeyboardType.TRUE,
1481 private @interface ShowImeWithHardKeyboardType { annotation in InputMethodService.SettingsObserver
1486 @ShowImeWithHardKeyboardType
1487 private int mShowImeWithHardKeyboard = ShowImeWithHardKeyboardType.UNKNOWN;
1524 if (mShowImeWithHardKeyboard == ShowImeWithHardKeyboardType.UNKNOWN) { in shouldShowImeWithHardKeyboard()
1527 ShowImeWithHardKeyboardType.TRUE : ShowImeWithHardKeyboardType.FALSE; in shouldShowImeWithHardKeyboard()
1530 case ShowImeWithHardKeyboardType.TRUE: in shouldShowImeWithHardKeyboard()
1532 case ShowImeWithHardKeyboardType.FALSE: in shouldShowImeWithHardKeyboard()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A 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…