Searched refs:CUBIC (Results 1 – 9 of 9) sorted by relevance
33 public static final int CUBIC = 0x1004; field in NanMap40 public static final float CUBIC_NAN = Utils.asNan(CUBIC);
105 public static final int CUBIC = 14; field in PathData112 public static final float CUBIC_NAN = Utils.asNan(CUBIC);177 case CUBIC: in pathString()
30 CUBIC, enumConstant
25 InterpolatorType type = InterpolatorType.CUBIC;
46 InterpolatorType interpolatorType = InterpolatorType::CUBIC,84 case InterpolatorType::CUBIC: in findY()201 case InterpolatorType::CUBIC: // C1 in setInterpolatorType()
598 private static final int CUBIC = 1; field in OverScroller.SplineOverScroller736 mState = CUBIC; in startSpringback()894 case CUBIC: in continueWhenFinished()947 case CUBIC: { in update()
71 case PathData.CUBIC: { in genPath()
572 case android.media.InterpolatorType.CUBIC: in interpolatorTypeFromAidl()589 return android.media.InterpolatorType.CUBIC; in interpolatorTypeToAidl()
67840 Landroid/widget/OverScroller$SplineOverScroller;->CUBIC:I