Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h214 struct TouchMode { struct
215 int32_t eventId;
217 bool isInTouchMode;
218 uint8_t empty[3];
220 inline size_t size() const { return sizeof(TouchMode); } in size()