Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h196 struct Drag { struct
197 int32_t eventId;
198 float x;
199 float y;
200 bool isExiting;
201 uint8_t empty[3];
203 inline size_t size() const { return sizeof(Drag); } in size()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DDragAction.java60 public enum Drag implements Dragger { enum in DragAction