Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Add getInterpolator method to Animator #67

Open
nhaarman opened this issue Jan 14, 2014 · 0 comments
Open

Add getInterpolator method to Animator #67

nhaarman opened this issue Jan 14, 2014 · 0 comments

Comments

@nhaarman
Copy link

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;
}

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant