HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_DRAG (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
DragState.java 88 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "registering drag input channel");
140 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "unregistering drag input channel");
178 if (WindowManagerService.DEBUG_DRAG) {
203 if (WindowManagerService.DEBUG_DRAG) {
240 if (WindowManagerService.DEBUG_DRAG) {
248 if (WindowManagerService.DEBUG_DRAG) {
298 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "No touched win at x=" + x + " y=" + y);
312 if (WindowManagerService.DEBUG_DRAG) {
324 if (false && WindowManagerService.DEBUG_DRAG) {
352 if (WindowManagerService.DEBUG_DRAG) {
    [all...]
Session.java 231 if (WindowManagerService.DEBUG_DRAG) {
307 if (WindowManagerService.DEBUG_DRAG) {
346 if (WindowManagerService.DEBUG_DRAG) {
352 if (WindowManagerService.DEBUG_DRAG) {
InputMonitor.java 171 if (WindowManagerService.DEBUG_DRAG) {
WindowManagerService.java 178 static final boolean DEBUG_DRAG = false;
701 if (DEBUG_DRAG) {
714 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at "
722 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!");
728 if (DEBUG_DRAG) Slog.d(TAG, "Drag ended; tearing down state");
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
ViewDebug.java 69 public static final boolean DEBUG_DRAG = false;
    [all...]
View.java     [all...]

Completed in 60 milliseconds