Home
last modified time | relevance | path

Searched refs:DEBUG_TASK_POSITIONING (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java23 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_TASK_POSITIONING;
151 if (DEBUG_TASK_POSITIONING) { in onInputEvent()
157 if (DEBUG_TASK_POSITIONING){ in onInputEvent()
177 if (DEBUG_TASK_POSITIONING) { in onInputEvent()
184 if (DEBUG_TASK_POSITIONING) { in onInputEvent()
235 if (DEBUG_TASK_POSITIONING) { in register()
305 if (DEBUG_TASK_POSITIONING) { in unregister()
337 if (DEBUG_TASK_POSITIONING) { in startDrag()
416 if (DEBUG_TASK_POSITIONING) { in notifyMoveLocked()
621 if (DEBUG_TASK_POSITIONING) Slog.d(TAG, in updateWindowDragBounds()
DTaskPositioningController.java19 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_TASK_POSITIONING;
107 if (DEBUG_TASK_POSITIONING) in startPositioningLocked()
157 if (DEBUG_TASK_POSITIONING) Slog.d(TAG_WM, "finishPositioning"); in finishTaskPositioning()
DWindowManagerDebugConfig.java65 static final boolean DEBUG_TASK_POSITIONING = false; field in WindowManagerDebugConfig
DInputMonitor.java33 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_TASK_POSITIONING;
397 if (DEBUG_TASK_POSITIONING) { in updateInputWindowsLw()
DSession.java27 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_TASK_POSITIONING;
361 if (DEBUG_TASK_POSITIONING) Slog.d( in startMovingTask()