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.java311 WindowState touchedWin = getTouchedWinAtPointLw(x, y); in notifyMoveLw() local
312 if (touchedWin == null) { in notifyMoveLw()
317 final IBinder touchedBinder = touchedWin.mClient.asBinder(); in notifyMoveLw()
321 touchedWin = null; in notifyMoveLw()
326 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyMoveLw()
338 if (touchedWin != null) { in notifyMoveLw()
340 Slog.d(WindowManagerService.TAG, "sending DRAG_LOCATION to " + touchedWin); in notifyMoveLw()
342 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyMoveLw()
344 touchedWin.mClient.dispatchDragEvent(evt); in notifyMoveLw()
345 if (myPid != touchedWin.mSession.mPid) { in notifyMoveLw()
[all …]