Searched refs:windowUnderPointer (Results 1 – 1 of 1) sorted by relevance
11115 WindowState windowUnderPointer = in updatePointerIcon() local11117 if (windowUnderPointer != callingWin) { in updatePointerIcon()11121 windowUnderPointer.mClient.updatePointerIcon( in updatePointerIcon()11122 windowUnderPointer.translateToWindowX(mouseX), in updatePointerIcon()11123 windowUnderPointer.translateToWindowY(mouseY)); in updatePointerIcon()11134 WindowState windowUnderPointer = in restorePointerIconLocked() local11136 if (windowUnderPointer != null) { in restorePointerIconLocked()11138 windowUnderPointer.mClient.updatePointerIcon( in restorePointerIconLocked()11139 windowUnderPointer.translateToWindowX(latestX), in restorePointerIconLocked()11140 windowUnderPointer.translateToWindowY(latestY)); in restorePointerIconLocked()