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 95 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "registering drag input channel");
150 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "unregistering drag input channel");
188 if (WindowManagerService.DEBUG_DRAG) {
216 if (WindowManagerService.DEBUG_DRAG) {
253 if (WindowManagerService.DEBUG_DRAG) {
261 if (WindowManagerService.DEBUG_DRAG) {
311 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "No touched win at x=" + x + " y=" + y);
325 if (WindowManagerService.DEBUG_DRAG) {
337 if (false && WindowManagerService.DEBUG_DRAG) {
365 if (WindowManagerService.DEBUG_DRAG) {
    [all...]
Session.java 261 if (WindowManagerService.DEBUG_DRAG) {
339 if (WindowManagerService.DEBUG_DRAG) {
378 if (WindowManagerService.DEBUG_DRAG) {
384 if (WindowManagerService.DEBUG_DRAG) {
InputMonitor.java 234 if (WindowManagerService.DEBUG_DRAG) {
WindowManagerService.java 196 static final boolean DEBUG_DRAG = false;
682 if (DEBUG_DRAG) {
695 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at "
703 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!");
709 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 274 milliseconds