Home
last modified time | relevance | path

Searched refs:classify_keyboard (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/rust/
Dkeyboard_classifier.rs62 let (keyboard_type, is_finalized) = self.classify_keyboard(&device); in notify_keyboard_changed()
116 fn classify_keyboard(&mut self, device: &InputDevice) -> (KeyboardType, bool) { in classify_keyboard() method