You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
Since API level 18, the Animator class contains a method stub for getInterpolator:
/**
* Returns the timing interpolator that this animation uses.
*
* @return The timing interpolator for this animation.
*/
public TimeInterpolator getInterpolator() {
return null;
}
Since API level 18, the
Animator
class contains a method stub forgetInterpolator
:http://grepcode.com/file_/repository.grepcode.com/java/ext/com.google.android/android/4.3_r1/android/animation/Animator.java/?v=diff&id2=4.2.2_r1
The text was updated successfully, but these errors were encountered: