Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h177 struct Focus { struct
178 int32_t eventId;
180 bool hasFocus;
181 uint8_t empty[3];
183 inline size_t size() const { return sizeof(Focus); } in size()