History log of /packages/apps/DeskClock/src/com/android/deskclock/AnimatorUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
16981d2c7e2c797ba016550b2f50423d33c86d10 08-Jul-2015 James Lemieux <jplemieux@google.com> Refer to Build.VERSION.MNC to check for M platform

Change-Id: Ifdd61667c6046d3c007ba7ffd62bdf70eb373a43
/packages/apps/DeskClock/src/com/android/deskclock/AnimatorUtils.java
7b5c5b16646932fbe991c86ffd9404cdbdc0f84f 24-Jun-2015 Justin Klaassen <justinklaassen@google.com> Use R.attr.colorAccent instead of R.color.hot_pink

Bug: 21952435

- To support basic theming of the background and accent colors, refactor
our usage of the hot_pink color resource where possible to instead
resolve the colorAccent attribute against the current theme.
- Use BroadcastListener in BaseActivity to update the background color
whenever the system time / time-zone changes.

Change-Id: I9c736801eb8017cca305fd377628380fef40bfab
/packages/apps/DeskClock/src/com/android/deskclock/AnimatorUtils.java
0189d488ec00f2e77de1623c968190f442630ced 24-Feb-2015 Justin Klaassen <justinklaassen@google.com> Use DrawableCompat for Drawable tinting

Bug: 19486309
Change-Id: I2747df7175220cc4de260493ef73216c7a92e1be
/packages/apps/DeskClock/src/com/android/deskclock/AnimatorUtils.java
b7a6b81b25823d40f71a0dd62fa7445000d4f468 21-Feb-2015 Budi Kusmiantoro <budi@google.com> Bring back ValueAnimator#animateValue for pre L MR1

Bug: 19455948
Change-Id: I4bb0870a2f1be76f3f289c146e6d9772afc6f27e
/packages/apps/DeskClock/src/com/android/deskclock/AnimatorUtils.java
1b4fd74d2aace67a8cf7689697b758c53eb37cf7 24-Nov-2014 Justin Klaassen <justinklaassen@google.com> Adopt new ValueAnimator#setCurrentFraction(float) API

Bug: 18471124
Change-Id: Ic39a7dc1b587086ddfcdbb7bda1992c0c2bf55b4
/packages/apps/DeskClock/src/com/android/deskclock/AnimatorUtils.java
e6b17a677fda28c0a7833ca6d7e13319fb8c3c3c 10-Oct-2014 Justin Klaassen <justinklaassen@google.com> Set AlarmActivity's animator progress directly

Bug: 17935860

Power save mode changes the ValueAnimator's internal duration scale,
which prevents ValueAnimator#setCurrentPlayTime(long) from functioning
correctly (b/17404930). As a workaround, set the animator's animated
fraction directly, jumping the animation to a specific point that isn't
dependent on the animator's duration scale or the current play time.
This functionality isn't yet exposed (b/17938711), so the internal
ValueAnimator#animateValue(float) method must be invoked via reflection.

Change-Id: I1af77300b3a95e62c960d482fb2f0263cbbc4fc6
/packages/apps/DeskClock/src/com/android/deskclock/AnimatorUtils.java
d2ac32f6d0975877feb60acb76de8b4b1f794d4b 06-Sep-2014 Justin Klaassen <justinklaassen@google.com> Polish AlarmActivity

Bug: 17300075
Bug: 17366678
Bug: 17372509
Bug: 17372853
Bug: 17394952
Bug: 17408042

- Refactored the alarm activity to remove all jump cuts.
- Added interactive transition when swiping alarm fab.
- Updated UI layout to allow translucent status bar.

Change-Id: I8909ecb26c0963a5273c4af90d34605d0c9bca1d
/packages/apps/DeskClock/src/com/android/deskclock/AnimatorUtils.java