Home
last modified time | relevance | path

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

/frameworks/native/libs/input/rust/
Dinput.rs126 HoverMove = input_bindgen::AMOTION_EVENT_ACTION_HOVER_MOVE, enumerator
149 MotionAction::HoverMove => write!(f, "HOVER_MOVE"), in fmt()
175 input_bindgen::AMOTION_EVENT_ACTION_HOVER_MOVE => MotionAction::HoverMove, in from()
Dinput_verifier.rs38 | MotionAction::HoverMove in verify_event()
227 MotionAction::HoverMove => { in process_movement()