Searched refs:COLOR_FADE_LAYER (Results 1 – 3 of 3) sorted by relevance
76 private static final int COLOR_FADE_LAYER = WindowManagerPolicy.COLOR_FADE_LAYER; field in ColorFade795 mTransaction.setLayer(mSurfaceControl, COLOR_FADE_LAYER)
157 int COLOR_FADE_LAYER = 0x40000001; field
376 super.assignLayer(t, WindowManagerPolicy.COLOR_FADE_LAYER + 1); in assignLayer()