Searched refs:DEBUG_DRAG (Results 1 – 8 of 8) sorted by relevance
19 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;219 if (DEBUG_DRAG) Slog.d(TAG_WM, "registering drag input channel"); in register()229 if (DEBUG_DRAG) Slog.d(TAG_WM, "unregistering drag input channel"); in unregister()271 if (DEBUG_DRAG) { in broadcastDragStartedLw()343 if (DEBUG_DRAG) { in sendDragStartedIfNeededLw()362 if (DEBUG_DRAG) { in broadcastDragEndedLw()462 if (DEBUG_DRAG) { in notifyLocationLw()474 if (false && DEBUG_DRAG) { in notifyLocationLw()509 if (DEBUG_DRAG) { in notifyDropLw()
24 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;298 if (DEBUG_DRAG) { in performDrag()392 if (DEBUG_DRAG) { in reportDropResult()431 if (DEBUG_DRAG) { in cancelDragAndDrop()459 if (DEBUG_DRAG) { in dragRecipientEntered()465 if (DEBUG_DRAG) { in dragRecipientExited()
58 static final boolean DEBUG_DRAG = false; field in WindowManagerDebugConfig
29 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;373 if (DEBUG_DRAG) { in updateInputWindowsLw()
82 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;791 if (DEBUG_DRAG) { in onInputEvent()798 if (DEBUG_DRAG) Slog.d(TAG_WM, "Button no longer pressed; dropping at " in onInputEvent()813 if (DEBUG_DRAG) Slog.d(TAG_WM, "Got UP on move channel; dropping at " in onInputEvent()822 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drag cancelled!"); in onInputEvent()829 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drag ended; tearing down state"); in onInputEvent()4553 if (DEBUG_DRAG) { in prepareDragSurface()5019 if (DEBUG_DRAG) { in handleMessage()5035 if (DEBUG_DRAG) { in handleMessage()5049 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drag ending; tearing down input channel"); in handleMessage()
78 public static final boolean DEBUG_DRAG = false; field in ViewDebug
22828 if (ViewDebug.DEBUG_DRAG) {22851 if (ViewDebug.DEBUG_DRAG) {22862 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "prepareDrag returned token="22884 if (ViewDebug.DEBUG_DRAG) Log.d(VIEW_LOG_TAG, "performDrag returned " + okay);22913 if (ViewDebug.DEBUG_DRAG) {22939 if (ViewDebug.DEBUG_DRAG) {
1737 if (ViewDebug.DEBUG_DRAG) { in notifyChildOfDragStart()