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

/frameworks/base/services/core/java/com/android/server/wm/
H A DDragInputEventReceiver.java25 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;
80 if (DEBUG_DRAG) Slog.w(TAG_WM, "Unexpected ACTION_DOWN in drag layer");
84 if (DEBUG_DRAG) {
92 if (DEBUG_DRAG) {
98 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drag cancelled!");
H A DWindowManagerDebugConfig.java58 static final boolean DEBUG_DRAG = false; field in class:WindowManagerDebugConfig
H A DDragDropController.java19 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;
98 if (DEBUG_DRAG) {
206 if (DEBUG_DRAG) {
245 if (DEBUG_DRAG) {
297 if (DEBUG_DRAG) {
303 if (DEBUG_DRAG) {
351 if (DEBUG_DRAG) {
366 if (DEBUG_DRAG)
H A DDragState.java22 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;
139 if (DEBUG_DRAG)
153 if (DEBUG_DRAG) {
294 if (DEBUG_DRAG) Slog.d(TAG_WM, "registering drag input channel");
327 if (DEBUG_DRAG) {
399 if (DEBUG_DRAG) {
479 if (DEBUG_DRAG) {
491 if (false && DEBUG_DRAG) {
528 if (DEBUG_DRAG) Slog.d(TAG_WM, "sending DROP to " + touchedWin);
H A DInputMonitor.java30 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;
382 if (DEBUG_DRAG) {
/frameworks/base/core/java/android/view/
H A DViewDebug.java79 public static final boolean DEBUG_DRAG = false; field in class:ViewDebug
H A DView.java23998 if (ViewDebug.DEBUG_DRAG) {
24029 if (ViewDebug.DEBUG_DRAG) {
24065 if (ViewDebug.DEBUG_DRAG) {
24101 if (ViewDebug.DEBUG_DRAG) {
24127 if (ViewDebug.DEBUG_DRAG) {
[all...]
H A DViewGroup.java1806 if (ViewDebug.DEBUG_DRAG) {

Completed in 181 milliseconds