Home
last modified time | relevance | path

Searched defs:ModifierStateListener (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dinput_filter.rs208 pub struct ModifierStateListener(Arc<RwLock<Strong<dyn IInputFilterCallbacks>>>); struct
210 impl ModifierStateListener { impl
211 pub fn new(callbacks: Arc<RwLock<Strong<dyn IInputFilterCallbacks>>>) -> ModifierStateListener { in new()
H A Dsticky_keys_filter.rs71 listener: ModifierStateListener, in new()