Home
last modified time | relevance | path

Searched defs:DEBUG_FOCUS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java39 static final boolean DEBUG_FOCUS = false; field in WindowManagerDebugConfig
DActivityTaskManagerDebugConfig.java49 static final boolean DEBUG_FOCUS = false; field in ActivityTaskManagerDebugConfig
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp38 #define DEBUG_FOCUS 0 macro