Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java95 …if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "registering drag input chan… in register()
151 …if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "unregistering drag input ch… in unregister()
189 if (WindowManagerService.DEBUG_DRAG) { in broadcastDragStartedLw()
217 if (WindowManagerService.DEBUG_DRAG) { in sendDragStartedLw()
254 if (WindowManagerService.DEBUG_DRAG) { in sendDragStartedIfNeededLw()
262 if (WindowManagerService.DEBUG_DRAG) { in broadcastDragEndedLw()
312 …if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "No touched win at x=" + x +… in notifyMoveLw()
326 if (WindowManagerService.DEBUG_DRAG) { in notifyMoveLw()
338 if (false && WindowManagerService.DEBUG_DRAG) { in notifyMoveLw()
366 if (WindowManagerService.DEBUG_DRAG) { in notifyDropLw()
DSession.java269 if (WindowManagerService.DEBUG_DRAG) { in performDrag()
351 if (WindowManagerService.DEBUG_DRAG) { in reportDropResult()
390 if (WindowManagerService.DEBUG_DRAG) { in dragRecipientEntered()
396 if (WindowManagerService.DEBUG_DRAG) { in dragRecipientExited()
DInputMonitor.java250 if (WindowManagerService.DEBUG_DRAG) { in updateInputWindowsLw()
DWindowManagerService.java185 static final boolean DEBUG_DRAG = false; field in WindowManagerService
702 if (DEBUG_DRAG) { in onInputEvent()
715 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at " in onInputEvent()
723 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!"); in onInputEvent()
729 if (DEBUG_DRAG) Slog.d(TAG, "Drag ended; tearing down state"); in onInputEvent()
7265 if (DEBUG_DRAG) { in prepareDragSurface()
7850 if (DEBUG_DRAG) { in handleMessage()
7867 if (DEBUG_DRAG) { in handleMessage()
/frameworks/base/core/java/android/view/
DViewGroup.java1472 if (ViewDebug.DEBUG_DRAG) Log.d(View.VIEW_LOG_TAG, "Drop event: " + event); in dispatchDragEvent()
1475 if (ViewDebug.DEBUG_DRAG) Log.d(View.VIEW_LOG_TAG, " dispatch drop to " + target); in dispatchDragEvent()
1482 if (ViewDebug.DEBUG_DRAG) { in dispatchDragEvent()
1516 if (ViewDebug.DEBUG_DRAG) { in notifyChildOfDrag()
DViewDebug.java77 public static final boolean DEBUG_DRAG = false; field in ViewDebug
DView.java18216 if (ViewDebug.DEBUG_DRAG) {
18230 if (ViewDebug.DEBUG_DRAG) {
18238 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "prepareDrag returned token=" + token
18260 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "performDrag returned " + okay);