HomeSort by relevance Sort by last modified time
    Searched refs:FREEZE_LAYER (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 42 static final int FREEZE_LAYER = WindowManagerService.TYPE_LAYER_MULTIPLIER * 200;
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,
    [all...]
WindowManagerService.java 246 static final int FREEZE_LAYER = (TYPE_LAYER_MULTIPLIER * 200) + 1;
    [all...]

Completed in 53 milliseconds