Lines Matching refs:NonAlphabetic

126                 (KeyboardType::NonAlphabetic, true)  in classify_keyboard()
145 KeyboardType::NonAlphabetic, in classify_keyboard()
155 (KeyboardType::NonAlphabetic, true) in classify_keyboard()
194 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in classify_external_non_alphabetic_keyboard()
207 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in classify_mouse_pretending_as_keyboard()
220 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in classify_touchpad_pretending_as_keyboard()
233 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in classify_stylus_pretending_as_keyboard()
246 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in classify_dpad_pretending_as_keyboard()
259 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in classify_joystick_pretending_as_keyboard()
272 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in classify_gamepad_pretending_as_keyboard()
285 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in reclassify_keyboard_on_alphabetic_key_event()
303 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in dont_reclassify_keyboard_on_non_alphabetic_key_event()
308 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in dont_reclassify_keyboard_on_non_alphabetic_key_event()
321 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in dont_reclassify_keyboard_on_alphabetic_key_event_with_modifiers()
325 assert_eq!(classifier.get_keyboard_type(DEVICE_ID), KeyboardType::NonAlphabetic); in dont_reclassify_keyboard_on_alphabetic_key_event_with_modifiers()