Searched refs:DEBUG_DRAG (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 95 …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()
|
D | Session.java | 269 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()
|
D | InputMonitor.java | 250 if (WindowManagerService.DEBUG_DRAG) { in updateInputWindowsLw()
|
D | WindowManagerService.java | 185 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/ |
D | ViewGroup.java | 1472 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()
|
D | ViewDebug.java | 77 public static final boolean DEBUG_DRAG = false; field in ViewDebug
|
D | View.java | 18216 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);
|