Searched refs:windowUnderPointer (Results 1 – 1 of 1) sorted by relevance
7295 WindowState windowUnderPointer = in updatePointerIcon() local7297 if (windowUnderPointer != callingWin) { in updatePointerIcon()7301 windowUnderPointer.mClient.updatePointerIcon( in updatePointerIcon()7302 windowUnderPointer.translateToWindowX(mouseX), in updatePointerIcon()7303 windowUnderPointer.translateToWindowY(mouseY)); in updatePointerIcon()7318 WindowState windowUnderPointer = in restorePointerIconLocked() local7320 if (windowUnderPointer != null) { in restorePointerIconLocked()7322 windowUnderPointer.mClient.updatePointerIcon( in restorePointerIconLocked()7323 windowUnderPointer.translateToWindowX(latestX), in restorePointerIconLocked()7324 windowUnderPointer.translateToWindowY(latestY)); in restorePointerIconLocked()