OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_VISIBILITY
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java
136
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(WindowManagerService.TAG,
154
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(WindowManagerService.TAG,
165
if (WindowManagerService.
DEBUG_VISIBILITY
) {
203
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(WindowManagerService.TAG, "VIS " + this + ": interesting="
214
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(
DisplayContent.java
20
import static com.android.server.wm.WindowManagerService.
DEBUG_VISIBILITY
;
251
if (
DEBUG_VISIBILITY
) Slog.w(TAG, "user changing " + newUserId + " hiding "
WindowAnimator.java
310
WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(TAG,
337
if (DEBUG_KEYGUARD || WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(TAG,
352
if (DEBUG_KEYGUARD || WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(TAG,
372
if (DEBUG_KEYGUARD || WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(TAG,
[
all
...]
WindowStateAnimator.java
27
import static com.android.server.wm.WindowManagerService.
DEBUG_VISIBILITY
;
387
if (
DEBUG_VISIBILITY
) {
[
all
...]
AppWindowAnimator.java
340
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(TAG,
WindowState.java
23
import static com.android.server.wm.WindowManagerService.
DEBUG_VISIBILITY
;
[
all
...]
WindowManagerService.java
176
static final boolean
DEBUG_VISIBILITY
= false;
[
all
...]
Completed in 46 milliseconds