HomeSort by relevance Sort by last modified time
    Searched defs:PathInterpolator (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 45 public class PathInterpolator implements Interpolator {
60 public PathInterpolator(Path path) {
71 public PathInterpolator(float controlX, float controlY) {
84 public PathInterpolator(float controlX1, float controlY1, float controlX2, float controlY2) {
88 public PathInterpolator(Context context, AttributeSet attrs) {
93 public PathInterpolator(Resources res, Theme theme, AttributeSet attrs) {
96 a = theme.obtainStyledAttributes(attrs, R.styleable.PathInterpolator, 0, 0);
98 a = res.obtainAttributes(attrs, R.styleable.PathInterpolator);
118 throw new InflateException("pathInterpolator requires the controlX1 attribute");
120 throw new InflateException("pathInterpolator requires the controlY1 attribute")
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 703 milliseconds