Loading packages/SystemUI/src/com/android/systemui/qs/QSTileRevealController.java +9 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,14 @@ import java.util.Set; import javax.inject.Inject; /** */ /** * Plays a animation to reveal newly added QS tiles. * * The aniumation is played when the user fully opens Quick Settings, and is only shown for * <li> tiles added automatically (not through user customization) * <li> tiles not have been revealed before (memoized via {@code QS_TILE_SPECS_REVEALED} * preference) */ public class QSTileRevealController { private static final long QS_REVEAL_TILES_DELAY = 500L; Loading @@ -39,6 +46,7 @@ public class QSTileRevealController { }); } }; QSTileRevealController(Context context, QSPanelController qsPanelController, PagedTileLayout pagedTileLayout, QSCustomizerController qsCustomizerController) { mContext = context; Loading Loading
packages/SystemUI/src/com/android/systemui/qs/QSTileRevealController.java +9 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,14 @@ import java.util.Set; import javax.inject.Inject; /** */ /** * Plays a animation to reveal newly added QS tiles. * * The aniumation is played when the user fully opens Quick Settings, and is only shown for * <li> tiles added automatically (not through user customization) * <li> tiles not have been revealed before (memoized via {@code QS_TILE_SPECS_REVEALED} * preference) */ public class QSTileRevealController { private static final long QS_REVEAL_TILES_DELAY = 500L; Loading @@ -39,6 +46,7 @@ public class QSTileRevealController { }); } }; QSTileRevealController(Context context, QSPanelController qsPanelController, PagedTileLayout pagedTileLayout, QSCustomizerController qsCustomizerController) { mContext = context; Loading