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

  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerDebugConfig.java 39 static final boolean DEBUG_FOCUS = false;
40 static final boolean DEBUG_FOCUS_LIGHT = DEBUG_FOCUS || false;
WindowToken.java 22 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
194 if (DEBUG_FOCUS) Slog.d(TAG_WM,
DisplayContent.java 71 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
477 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Looking for focus: " + w
488 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Skipping " + wtoken + " because "
    [all...]
WindowState.java 84 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
    [all...]
WindowManagerService.java 79 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerDebugConfig.java 59 static final boolean DEBUG_FOCUS = false;
ActivityStarter.java 56 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
    [all...]
ActivityStackSupervisor.java 56 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
    [all...]
ActivityManagerService.java 144 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_FOCUS;
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 38 #define DEBUG_FOCUS 0
306 #if DEBUG_FOCUS
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java 138 private static final boolean DEBUG_FOCUS = false;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 502 milliseconds