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 96 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "registering drag input channel");
152 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "unregistering drag input channel");
190 if (WindowManagerService.DEBUG_DRAG) {
218 if (WindowManagerService.DEBUG_DRAG) {
255 if (WindowManagerService.DEBUG_DRAG) {
263 if (WindowManagerService.DEBUG_DRAG) {
313 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "No touched win at x=" + x + " y=" + y);
327 if (WindowManagerService.DEBUG_DRAG) {
339 if (false && WindowManagerService.DEBUG_DRAG) {
367 if (WindowManagerService.DEBUG_DRAG) {
    [all...]
Session.java 263 if (WindowManagerService.DEBUG_DRAG) {
341 if (WindowManagerService.DEBUG_DRAG) {
380 if (WindowManagerService.DEBUG_DRAG) {
386 if (WindowManagerService.DEBUG_DRAG) {
InputMonitor.java 247 if (WindowManagerService.DEBUG_DRAG) {
WindowManagerService.java 182 static final boolean DEBUG_DRAG = false;
626 if (DEBUG_DRAG) {
639 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at "
647 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!");
653 if (DEBUG_DRAG) Slog.d(TAG, "Drag ended; tearing down state");
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
ViewDebug.java 76 public static final boolean DEBUG_DRAG = false;
    [all...]
View.java     [all...]

Completed in 1357 milliseconds