Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputTransport.h192 struct Drag { struct
193 int32_t eventId;
194 float x;
195 float y;
196 bool isExiting;
197 uint8_t empty[3];
199 inline size_t size() const { return sizeof(Drag); } in size()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DDragAction.java60 public enum Drag implements Dragger { enum in DragAction