Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInput.h1262 struct PointerCaptureRequest { struct
1264 inline PointerCaptureRequest() : window(), seq(0) {} in PointerCaptureRequest() function
1265 inline PointerCaptureRequest(sp<IBinder> window, uint32_t seq) : window(window), seq(seq) {} in PointerCaptureRequest() function
1269 inline bool isEnable() const { return window != nullptr; } in isEnable()
1274 sp<IBinder> window;
1277 uint32_t seq;