Searched refs:mPointerCaptured (Results 1 – 2 of 2) sorted by relevance
285 if (mPointerCaptured) { in populateDeviceInfo()297 dump += StringPrintf(INDENT3 "Pointer captured: %s\n", toString(mPointerCaptured)); in dump()384 mPointerCaptured = config.pointerCaptureRequest.isEnable(); in reconfigure()387 if (mPointerCaptured) { in reconfigure()421 if (mPointerCaptured) { in process()
96 bool mPointerCaptured = false; variable