Searched refs:ShowImeWithHardKeyboardType (Results 1 – 2 of 2) sorted by relevance
862 ShowImeWithHardKeyboardType.UNKNOWN,863 ShowImeWithHardKeyboardType.FALSE,864 ShowImeWithHardKeyboardType.TRUE,866 private @interface ShowImeWithHardKeyboardType { annotation in InputMethodService.SettingsObserver871 @ShowImeWithHardKeyboardType872 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 …]
34965 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;34966 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->FALSE…34967 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->TRUE:I34968 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->UNKNO…