OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FREEZE_LAYER
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java
45
static final int
FREEZE_LAYER
= WindowManagerService.TYPE_LAYER_MULTIPLIER * 200;
262
mSurfaceControl.setLayer(
FREEZE_LAYER
+ 1);
548
mCustomBlackFrame = new BlackFrame(session, outer, inner,
FREEZE_LAYER
+ 3,
588
mExitingBlackFrame = new BlackFrame(session, outer, inner,
FREEZE_LAYER
+ 2,
611
mEnteringBlackFrame = new BlackFrame(session, outer, inner,
FREEZE_LAYER
,
[
all
...]
WindowManagerService.java
239
static final int
FREEZE_LAYER
= (TYPE_LAYER_MULTIPLIER * 200) + 1;
[
all
...]
Completed in 157 milliseconds