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/java/com/android/server/wm/
AppWindowToken.java
127
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(WindowManagerService.TAG,
145
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(WindowManagerService.TAG,
156
if (WindowManagerService.
DEBUG_VISIBILITY
) {
194
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(WindowManagerService.TAG, "VIS " + this + ": interesting="
205
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(
WindowStateAnimator.java
12
import static com.android.server.wm.WindowManagerService.
DEBUG_VISIBILITY
;
335
if (
DEBUG_VISIBILITY
) {
648
if (
DEBUG_VISIBILITY
) Slog.v(
770
if (
DEBUG_VISIBILITY
) {
[
all
...]
WindowAnimator.java
229
WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(TAG,
251
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(TAG,
268
if (WindowManagerService.
DEBUG_VISIBILITY
&& changed) Slog.v(TAG,
272
if (WindowManagerService.
DEBUG_VISIBILITY
&& changed) Slog.v(TAG,
DisplayContent.java
21
import static com.android.server.wm.WindowManagerService.
DEBUG_VISIBILITY
;
404
if (
DEBUG_VISIBILITY
) Slog.w(TAG, "user changing " + newUserId + " hiding "
AppWindowAnimator.java
281
if (WindowManagerService.
DEBUG_VISIBILITY
) Slog.v(TAG,
WindowState.java
19
import static com.android.server.wm.WindowManagerService.
DEBUG_VISIBILITY
;
[
all
...]
WindowManagerService.java
171
static final boolean
DEBUG_VISIBILITY
= false;
[
all
...]
Completed in 249 milliseconds