OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUG_DIM_LAYER
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java
19
import static com.android.server.wm.WindowManagerDebugConfig.
DEBUG_DIM_LAYER
;
94
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "Ctor: displayId=" + displayId);
164
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "setAlpha alpha=" + alpha);
170
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "setAlpha hiding");
176
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "setAlpha showing");
198
if (
DEBUG_DIM_LAYER
) Slog.v(TAG,
252
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "show: immediate");
266
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alpha
299
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "show: mStartAlpha=" + mStartAlpha + " mStartTime="
307
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "hide: immediate")
[
all
...]
WindowManagerDebugConfig.java
69
static final boolean
DEBUG_DIM_LAYER
= false;
DimLayerController.java
4
import static com.android.server.wm.WindowManagerDebugConfig.
DEBUG_DIM_LAYER
;
96
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "getOrCreateDimLayerState, dimLayerUser="
109
if (
DEBUG_DIM_LAYER
) Slog.w(TAG, "setContinueDimming, no state for: "
143
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "startDimmingIfNeeded,"
162
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "stopDimmingIfNeeded, mState.size()=" + mState.size());
172
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "stopDimmingIfNeeded,"
224
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "animateDimLayers,"
331
if (
DEBUG_DIM_LAYER
) Slog.v(TAG, "Win " + this + " start dimming.");
Completed in 98 milliseconds