History log of /packages/apps/PhoneCommon/src/com/android/phone/common/compat/PathInterpolatorCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ae671bb858074d4dcf237ce3cc652374fed9c416 29-Dec-2015 Wenyi Wang <wenyiw@google.com> Avoid importing Contacts

PhoneCommon is built as part of Telephony in master and Telephony doesn't
include Contacts, so we use android.os.Build to check SDK version.

Change-Id: Id4a6fcc5f6bf942bcf6ca4554f989ec43adfe4d0
/packages/apps/PhoneCommon/src/com/android/phone/common/compat/PathInterpolatorCompat.java
216bca2e12c63b7146d0a8a400658955c1303aa4 29-Dec-2015 Wenyi Wang <wenyiw@google.com> Backport Interpolator in PhoneCommon to enable some animation on Kitkat

PathInterpolator was added in API level 21, we copied the implementation
of PathInterpolatorCompat -- PathInterpolatorDonut, as
PathInterpolatorBase for pre-L. We couldn't simply import and use it
since PhoneCommon is built as part of the master branch and master
doesn't the include support.v4 library.

Bug: 25629359
Change-Id: I28ff193c79acdfe35d4641530fe4ba238c4b47d5
/packages/apps/PhoneCommon/src/com/android/phone/common/compat/PathInterpolatorCompat.java