Searched refs:newWin (Results 1 – 1 of 1) sorted by relevance
209 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw() argument214 final IBinder winBinder = newWin.mClient.asBinder(); in sendDragStartedLw()217 … Slog.d(WindowManagerService.TAG, "Not dispatching local DRAG_STARTED to " + newWin); in sendDragStartedLw()223 if (mDragInProgress && newWin.isPotentialDragTarget()) { in sendDragStartedLw()224 DragEvent event = obtainDragEvent(newWin, DragEvent.ACTION_DRAG_STARTED, in sendDragStartedLw()227 newWin.mClient.dispatchDragEvent(event); in sendDragStartedLw()229 mNotifiedWindows.add(newWin); in sendDragStartedLw()231 Slog.w(WindowManagerService.TAG, "Unable to drag-start window " + newWin); in sendDragStartedLw()234 if (Process.myPid() != newWin.mSession.mPid) { in sendDragStartedLw()245 void sendDragStartedIfNeededLw(WindowState newWin) { in sendDragStartedIfNeededLw() argument[all …]