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

/frameworks/base/services/java/com/android/server/wm/
H A DScreenRotationAnimation.java42 static final int FREEZE_LAYER = WindowManagerService.TYPE_LAYER_MULTIPLIER * 200; field in class:ScreenRotationAnimation
236 mSurface.setLayer(FREEZE_LAYER + 1);
514 mCustomBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 3,
544 mExitingBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 2,
567 mEnteringBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER,
H A DWindowManagerService.java246 static final int FREEZE_LAYER = (TYPE_LAYER_MULTIPLIER * 200) + 1; field in class:WindowManagerService

Completed in 70 milliseconds