Merge "Change tablet split confirm timing slightly" into tm-qpr-dev

This commit is contained in:
Jeremy Sim
2022-11-01 20:49:30 +00:00
committed by Android (Google) Code Review

View File

@@ -26,7 +26,7 @@ public class TabletSplitToConfirmTimings
public int getPlaceholderIconFadeInStart() { return 167; }
public int getPlaceholderIconFadeInEnd() { return 250; }
public int getStagedRectSlideStart() { return 0; }
public int getStagedRectSlideEnd() { return 383; }
public int getStagedRectSlideEnd() { return 500; }
public int getDuration() { return TABLET_CONFIRM_DURATION; }
}