Searched refs:pointerCaptureRequest (Results 1 – 10 of 10) sorted by relevance
175 mConfig.pointerCaptureRequest = {enabled, mNextPointerCaptureSequenceNumber++}; in setPointerCapture()176 return mConfig.pointerCaptureRequest; in setPointerCapture()
204 PointerCaptureRequest pointerCaptureRequest; member250 pointerCaptureRequest(), in InputReaderConfiguration()
126 pointerCaptureRequest(request) {} in PointerCaptureChangedEntry()132 pointerCaptureRequest.enable ? "true" : "false"); in getDescription()
109 const PointerCaptureRequest pointerCaptureRequest; member
1554 if (entry->pointerCaptureRequest.enable) { in dispatchPointerCaptureChangedLocked()1557 (entry->pointerCaptureRequest == mCurrentPointerCaptureRequest)) { in dispatchPointerCaptureChangedLocked()1569 if (entry->pointerCaptureRequest.seq != mCurrentPointerCaptureRequest.seq) { in dispatchPointerCaptureChangedLocked()3658 captureEntry.pointerCaptureRequest.enable); in startDispatchCycleLocked()
402 if ((!changes.any() && config.pointerCaptureRequest.enable) || in reconfigure()404 mPointerCaptured = config.pointerCaptureRequest.enable; in reconfigure()
465 if (config.pointerCaptureRequest.enable) { in configureOnPointerCapture()
926 mConfig.pointerGesturesEnabled && !mConfig.pointerCaptureRequest.enable) { in configureInputDevice()1030 mConfig.pointerCaptureRequest.enable) || in configureInputDevice()1039 if (mConfig.pointerCaptureRequest.enable) { in configureInputDevice()
402 PointerCaptureRequest pointerCaptureRequest{}; member483 mLocked.pointerCaptureRequest.enable ? "Enabled" : "Disabled", in dump()484 mLocked.pointerCaptureRequest.seq); in dump()667 outConfig->pointerCaptureRequest = mLocked.pointerCaptureRequest; in getReaderConfiguration()1529 if (mLocked.pointerCaptureRequest == request) { in setPointerCapture()1534 mLocked.pointerCaptureRequest = request; in setPointerCapture()
417 if (mCurrentPointerCaptureRequest == mConfig.pointerCaptureRequest) { in refreshConfigurationLocked()421 mCurrentPointerCaptureRequest = mConfig.pointerCaptureRequest; in refreshConfigurationLocked()