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 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);
    [all...]
WindowManagerService.java 228 static final int FREEZE_LAYER = (TYPE_LAYER_MULTIPLIER * 200) + 1;
    [all...]

Completed in 30 milliseconds