Home
last modified time | relevance | path

Searched refs:newWin (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java474 final boolean interceptsGlobalDrag = targetInterceptsGlobalDrag(newWin); in sendDragStartedLocked()
479 newWin.translateToWindowX(touchX), newWin.translateToWindowY(touchY), in sendDragStartedLocked()
483 newWin.mClient.dispatchDragEvent(event); in sendDragStartedLocked()
485 mNotifiedWindows.add(newWin); in sendDragStartedLocked()
487 Slog.w(TAG_WM, "Unable to drag-start window " + newWin); in sendDragStartedLocked()
490 if (MY_PID != newWin.mSession.mPid) { in sendDragStartedLocked()
553 void sendDragStartedIfNeededLocked(WindowState newWin) { in sendDragStartedIfNeededLocked() argument
556 if (isWindowNotified(newWin)) { in sendDragStartedIfNeededLocked()
562 sendDragStartedLocked(newWin, mCurrentX, mCurrentY, in sendDragStartedIfNeededLocked()
567 boolean isWindowNotified(WindowState newWin) { in isWindowNotified() argument
[all …]