Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java19 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()
DSession.java24 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()
DWindowManagerDebugConfig.java58 static final boolean DEBUG_DRAG = false; field in WindowManagerDebugConfig
DInputMonitor.java29 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;
373 if (DEBUG_DRAG) { in updateInputWindowsLw()
DWindowManagerService.java82 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()
/frameworks/base/core/java/android/view/
DViewDebug.java78 public static final boolean DEBUG_DRAG = false; field in ViewDebug
DView.java22828 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) {
DViewGroup.java1737 if (ViewDebug.DEBUG_DRAG) { in notifyChildOfDragStart()