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

  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 628 * @param interpolationMode three modes are currently supported :
629 * {@link CarouselView.InterpolationMode#LINEAR}
630 * {@link CarouselView.InterpolationMode#DECELERATE_QUADRATIC}
631 * {@link CarouselView.InterpolationMode#ACCELERATE_DECELERATE_CUBIC}
637 public void setCarouselRotationAngle(float endAngle, int milliseconds, int interpolationMode,
641 interpolationMode, maxAnimatedArc);
CarouselRS.java 638 public void setCarouselRotationAngle(float endAngle, int milliseconds, int interpolationMode,
640 mScript.invoke_setCarouselRotationAngle2(endAngle, milliseconds, interpolationMode,
    [all...]
CarouselView.java 65 public static class InterpolationMode {
carousel.rs     [all...]

Completed in 151 milliseconds