Searched refs:targetInterceptsGlobalDrag (Results 1 – 4 of 4) sorted by relevance
319 mData, targetInterceptsGlobalDrag(touchedWin), in reportDropWindowLock()466 final boolean interceptsGlobalDrag = targetInterceptsGlobalDrag(newWin); in sendDragStartedLocked()537 public boolean targetInterceptsGlobalDrag(WindowState targetWin) { in targetInterceptsGlobalDrag() method in DragState
249 && mDragState.targetInterceptsGlobalDrag(callingWin); in reportDropResult()
1989 boolean isPotentialDragTarget(boolean targetInterceptsGlobalDrag) { in isPotentialDragTarget() argument1990 return (targetInterceptsGlobalDrag || isVisibleNow()) && !mRemoved in isPotentialDragTarget()
46369 PLcom/android/server/wm/DragState;->targetInterceptsGlobalDrag(Lcom/android/server/wm/WindowState;)Z