OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_APP_TRANSITIONS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
AppTransition.java
68
private static final boolean
DEBUG_APP_TRANSITIONS
=
69
WindowManagerService.
DEBUG_APP_TRANSITIONS
;
488
if (
DEBUG_APP_TRANSITIONS
|| DEBUG_ANIM) Slog.v(TAG,
495
if (
DEBUG_APP_TRANSITIONS
|| DEBUG_ANIM) Slog.v(TAG,
505
if (
DEBUG_APP_TRANSITIONS
|| DEBUG_ANIM) {
568
if (
DEBUG_APP_TRANSITIONS
|| DEBUG_ANIM) Slog.v(TAG,
[
all
...]
WindowManagerService.java
177
static final boolean
DEBUG_APP_TRANSITIONS
= false;
[
all
...]
Completed in 507 milliseconds