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

  /frameworks/base/services/core/java/com/android/server/wm/
DragInputEventReceiver.java 25 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!");
WindowManagerDebugConfig.java 58 static final boolean DEBUG_DRAG = false;
DragDropController.java 19 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)
DragState.java 22 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);
InputMonitor.java 30 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DRAG;
382 if (DEBUG_DRAG) {
  /frameworks/base/core/java/android/view/
ViewDebug.java 79 public static final boolean DEBUG_DRAG = false;
    [all...]
View.java     [all...]
ViewGroup.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 166 milliseconds