Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h174 struct Focus { struct
175 int32_t eventId;
177 bool hasFocus;
178 bool inTouchMode;
179 uint8_t empty[2];
181 inline size_t size() const { return sizeof(Focus); } in size()