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 …]
32652 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->FALSE…32653 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->TRUE:I32654 Landroid/inputmethodservice/InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType;->UNKNO…