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

  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 368 float delayPoint = (delayMultiplier * duration) / totalDuration;
369 midwayPoint = 1 - (midwayPoint * (1 - delayPoint));
372 kf1 = Keyframe.ofFloat(delayPoint, mTransitionEndRadiusMultiplier);
379 kf1 = Keyframe.ofFloat(delayPoint, 0f);
RadialTextsView.java 315 float delayPoint = (delayMultiplier * duration) / totalDuration;
316 midwayPoint = 1 - (midwayPoint * (1 - delayPoint));
319 kf1 = Keyframe.ofFloat(delayPoint, mTransitionEndRadiusMultiplier);
326 kf1 = Keyframe.ofFloat(delayPoint, 0f);
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java     [all...]

Completed in 47 milliseconds