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");
151 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "unregistering drag input channel");
189 if (WindowManagerService.DEBUG_DRAG) {
217 if (WindowManagerService.DEBUG_DRAG) {
254 if (WindowManagerService.DEBUG_DRAG) {
262 if (WindowManagerService.DEBUG_DRAG) {
312 if (WindowManagerService.DEBUG_DRAG) Slog.d(WindowManagerService.TAG, "No touched win at x=" + x + " y=" + y);
326 if (WindowManagerService.DEBUG_DRAG) {
338 if (false && WindowManagerService.DEBUG_DRAG) {
366 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 232 if (WindowManagerService.DEBUG_DRAG) {
WindowManagerService.java 196 static final boolean DEBUG_DRAG = false;
653 if (DEBUG_DRAG) {
666 if (DEBUG_DRAG) Slog.d(TAG, "Got UP on move channel; dropping at "
674 if (DEBUG_DRAG) Slog.d(TAG, "Drag cancelled!");
680 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 203 milliseconds