HomeSort by relevance Sort by last modified time
    Searched refs:CycleInterpolator (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/view/animation/
CycleInterpolator.java 28 public class CycleInterpolator implements Interpolator {
29 public CycleInterpolator(float cycles) {
33 public CycleInterpolator(Context context, AttributeSet attrs) {
35 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.CycleInterpolator);
AnimationUtils.java 301 } else if (name.equals("cycleInterpolator")) {
302 interpolator = new CycleInterpolator(c, attrs);
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 28 import android.view.animation.CycleInterpolator;
40 * Test {@link CycleInterpolator}.
42 @TestTargetClass(CycleInterpolator.class)
65 method = "CycleInterpolator",
70 method = "CycleInterpolator",
75 new CycleInterpolator(1.0f);
79 new CycleInterpolator(mActivity, attrs);
89 Interpolator interpolator = new CycleInterpolator(1.0f);
129 interpolator = new CycleInterpolator(2.0f);
218 CycleInterpolator cycleInterpolator = new CycleInterpolator(2.0f)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 4619 milliseconds