Merge "Allow for different rects when animating to a single task stack view and a multiple task stack view."

This commit is contained in:
Winson Chung
2014-04-09 23:50:32 +00:00
committed by Android (Google) Code Review
10 changed files with 116 additions and 99 deletions

View File

@ -112,5 +112,7 @@
<integer name="recents_filter_animate_current_views_min_duration">175</integer>
<!-- The min animation duration for animating views that are newly visible. -->
<integer name="recents_filter_animate_new_views_min_duration">125</integer>
<!-- The min animation duration for animating views that are newly visible. -->
<integer name="recents_animate_task_bar_enter_duration">200</integer>
</resources>