Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/include/input/
H A DInput.h1234 struct PointerCaptureRequest { struct
1236 inline PointerCaptureRequest() : window(), seq(0) {} in PointerCaptureRequest() argument
1237 inline PointerCaptureRequest(sp<IBinder> window, uint32_t seq) : window(window), seq(seq) {} in PointerCaptureRequest() function
1241 inline bool isEnable() const { return window != nullptr; } in isEnable()
1246 sp<IBinder> window;
1249 uint32_t seq;