Searched refs:mPointerLocationEnabled (Results 1 – 3 of 3) sorted by relevance
135 if (mService.mPointerLocationEnabled == pointerLocationEnabled) { in notifyPointerLocationChanged()140 mService.mPointerLocationEnabled = pointerLocationEnabled; in notifyPointerLocationChanged()142 p -> p.setPointerLocationEnabled(mService.mPointerLocationEnabled) in notifyPointerLocationChanged()
708 if (mService.mPointerLocationEnabled) { in systemReady()3037 if (mService.mPointerLocationEnabled) {
1047 boolean mPointerLocationEnabled = false; field in WindowManagerService