Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInput.h1213 struct PointerCaptureRequest { struct
1215 inline PointerCaptureRequest() : window(), seq(0) {} in PointerCaptureRequest() argument
1216 inline PointerCaptureRequest(sp<IBinder> window, uint32_t seq) : window(window), seq(seq) {} in PointerCaptureRequest() function
1220 inline bool isEnable() const { return window != nullptr; } in isEnable()
1225 sp<IBinder> window;
1228 uint32_t seq;