Searched defs:PointerCaptureRequest (Results 1 – 1 of 1) sorted by relevance
1262 struct PointerCaptureRequest { struct1264 inline PointerCaptureRequest() : window(), seq(0) {} in PointerCaptureRequest() function1265 inline PointerCaptureRequest(sp<IBinder> window, uint32_t seq) : window(window), seq(seq) {} in PointerCaptureRequest() function1269 inline bool isEnable() const { return window != nullptr; } in isEnable()1274 sp<IBinder> window;1277 uint32_t seq;