Searched refs:newWin (Results 1 – 1 of 1) sorted by relevance
474 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() argument556 if (isWindowNotified(newWin)) { in sendDragStartedIfNeededLocked()562 sendDragStartedLocked(newWin, mCurrentX, mCurrentY, in sendDragStartedIfNeededLocked()567 boolean isWindowNotified(WindowState newWin) { in isWindowNotified() argument[all …]