Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java309 WindowState touchedWin = getTouchedWinAtPointLw(x, y); in notifyMoveLw() local
310 if (touchedWin == null) { in notifyMoveLw()
315 final IBinder touchedBinder = touchedWin.mClient.asBinder(); in notifyMoveLw()
319 touchedWin = null; in notifyMoveLw()
324 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyMoveLw()
336 if (touchedWin != null) { in notifyMoveLw()
338 Slog.d(WindowManagerService.TAG, "sending DRAG_LOCATION to " + touchedWin); in notifyMoveLw()
340 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyMoveLw()
342 touchedWin.mClient.dispatchDragEvent(evt); in notifyMoveLw()
343 if (myPid != touchedWin.mSession.mPid) { in notifyMoveLw()
[all …]