Searched refs:ShowImeWithHardKeyboardType (Results 1 – 2 of 2) sorted by relevance
1602 ShowImeWithHardKeyboardType.UNKNOWN,1603 ShowImeWithHardKeyboardType.FALSE,1604 ShowImeWithHardKeyboardType.TRUE,1606 private @interface ShowImeWithHardKeyboardType { annotation in InputMethodService.SettingsObserver1611 @ShowImeWithHardKeyboardType1612 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 …]
22523 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->FALSE…22524 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->TRUE:I22525 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->UNKNO…