Home | History | Annotate | Download | only in wm

Lines Matching refs:FREEZE_LAYER

41     static final int FREEZE_LAYER = WindowManagerService.TYPE_LAYER_MULTIPLIER * 200;
226 mSurface.setLayer(FREEZE_LAYER + 1);
493 mCustomBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 3);
523 mExitingBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER + 2);
545 mEnteringBlackFrame = new BlackFrame(session, outer, inner, FREEZE_LAYER);