Searched refs:DEBUG_DRAG (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragInputEventReceiver.java | 25 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG; 80 if (DEBUG_DRAG) Slog.w(TAG_WM, "Unexpected ACTION_DOWN in drag layer"); in onInputEvent() 84 if (DEBUG_DRAG) { in onInputEvent() 92 if (DEBUG_DRAG) { in onInputEvent() 98 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drag cancelled!"); in onInputEvent()
|
D | DragDropController.java | 24 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG; 158 if (DEBUG_DRAG) { in performDrag() 304 if (DEBUG_DRAG) { in reportDropResult() 382 if (DEBUG_DRAG) Slog.d(TAG_WM, "Skipping unhandled listener " in notifyUnhandledDrop() 389 if (DEBUG_DRAG) Slog.d(TAG_WM, "Sending DROP to unhandled listener (" + reason + ")"); in notifyUnhandledDrop() 396 if (DEBUG_DRAG) Slog.d(TAG_WM, "Unhandled listener finished handling DROP"); in notifyUnhandledDrop() 433 if (DEBUG_DRAG) { in cancelDragAndDrop() 481 if (DEBUG_DRAG) { in dragRecipientEntered() 488 if (DEBUG_DRAG) { in dragRecipientExited() 572 if (DEBUG_DRAG) { in handleMessage() [all …]
|
D | DragState.java | 32 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG; 217 if (DEBUG_DRAG) Slog.d(TAG_WM, "Unregistering drag input channel"); in closeLocked() 227 if (DEBUG_DRAG) Slog.d(TAG_WM, "Broadcasting DRAG_ENDED"); in closeLocked() 246 if (DEBUG_DRAG) Slog.d(TAG_WM, "Sending DRAG_ENDED to " + ws); in closeLocked() 372 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drop outside a valid window " + touchedWin); in reportDropWindowLockInner() 377 if (DEBUG_DRAG) Slog.d(TAG_WM, "Sending DROP to " + touchedWin); in reportDropWindowLockInner() 475 if (DEBUG_DRAG) Slog.d(TAG_WM, "Registering drag input channel"); in register() 504 if (DEBUG_DRAG) { in broadcastDragStartedLocked() 526 if (DEBUG_DRAG) { in sendDragStartedLocked()
|
D | WindowManagerDebugConfig.java | 45 static final boolean DEBUG_DRAG = true; field in WindowManagerDebugConfig
|
/frameworks/base/core/java/android/view/ |
D | ViewDebug.java | 104 public static final boolean DEBUG_DRAG = false; field in ViewDebug
|
D | View.java | 29008 if (ViewDebug.DEBUG_DRAG) { in startDragAndDrop() 29061 if (ViewDebug.DEBUG_DRAG) { in startDragAndDrop() 29102 if (ViewDebug.DEBUG_DRAG) { in startDragAndDrop() 29142 if (ViewDebug.DEBUG_DRAG) { in startDragAndDrop() 29248 if (ViewDebug.DEBUG_DRAG) { in cancelDragAndDrop() 29274 if (ViewDebug.DEBUG_DRAG) { in updateDragShadow()
|
D | ViewGroup.java | 1870 if (ViewDebug.DEBUG_DRAG) { in notifyChildOfDragStart()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 63305 Landroid/view/ViewDebug;->DEBUG_DRAG:Z
|