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