Searched refs:ShowImeWithHardKeyboardType (Results 1 – 2 of 2) sorted by relevance
1477 ShowImeWithHardKeyboardType.UNKNOWN,1478 ShowImeWithHardKeyboardType.FALSE,1479 ShowImeWithHardKeyboardType.TRUE,1481 private @interface ShowImeWithHardKeyboardType { annotation in InputMethodService.SettingsObserver1486 @ShowImeWithHardKeyboardType1487 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 …]
22523 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->FALSE…22524 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->TRUE:I22525 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->UNKNO…