Searched refs:HoverMove (Results 1 – 2 of 2) sorted by relevance
126 HoverMove = input_bindgen::AMOTION_EVENT_ACTION_HOVER_MOVE, enumerator149 MotionAction::HoverMove => write!(f, "HOVER_MOVE"), in fmt()175 input_bindgen::AMOTION_EVENT_ACTION_HOVER_MOVE => MotionAction::HoverMove, in from()
38 | MotionAction::HoverMove in verify_event()227 MotionAction::HoverMove => { in process_movement()