Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java522 private void sendDragStartedLocked(WindowState newWin, float touchX, float touchY, in sendDragStartedLocked() argument
524 final boolean interceptsGlobalDrag = targetInterceptsGlobalDrag(newWin); in sendDragStartedLocked()
525 if (mDragInProgress && isValidDropTarget(newWin, containsAppExtras, interceptsGlobalDrag)) { in sendDragStartedLocked()
527 Slog.d(TAG_WM, "Sending DRAG_STARTED to new window " + newWin); in sendDragStartedLocked()
532 newWin.translateToWindowX(touchX), newWin.translateToWindowY(touchY), in sendDragStartedLocked()
536 newWin.mClient.dispatchDragEvent(event); in sendDragStartedLocked()
538 mNotifiedWindows.add(newWin); in sendDragStartedLocked()
540 Slog.w(TAG_WM, "Unable to drag-start window " + newWin); in sendDragStartedLocked()
543 if (MY_PID != newWin.mSession.mPid) { in sendDragStartedLocked()
620 void sendDragStartedIfNeededLocked(WindowState newWin) { in sendDragStartedIfNeededLocked() argument
[all …]