Searched refs:windowUnderPointer (Results 1 – 1 of 1) sorted by relevance
6745 WindowState windowUnderPointer = in updatePointerIcon() local6747 if (windowUnderPointer != callingWin) { in updatePointerIcon()6751 windowUnderPointer.mClient.updatePointerIcon( in updatePointerIcon()6752 windowUnderPointer.translateToWindowX(mouseX), in updatePointerIcon()6753 windowUnderPointer.translateToWindowY(mouseY)); in updatePointerIcon()6764 WindowState windowUnderPointer = in restorePointerIconLocked() local6766 if (windowUnderPointer != null) { in restorePointerIconLocked()6768 windowUnderPointer.mClient.updatePointerIcon( in restorePointerIconLocked()6769 windowUnderPointer.translateToWindowX(latestX), in restorePointerIconLocked()6770 windowUnderPointer.translateToWindowY(latestY)); in restorePointerIconLocked()