Searched defs:FREEZE_LAYER (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java45 static final int FREEZE_LAYER = WindowManagerService.TYPE_LAYER_MULTIPLIER * 200; field in class:ScreenRotationAnimation
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,
H A DWindowManagerService.java239 static final int FREEZE_LAYER = (TYPE_LAYER_MULTIPLIER * 200) + 1; field in class:WindowManagerService

Completed in 82 milliseconds