Searched refs:globalEndProgress (Results 1 – 1 of 1) sorted by relevance
174 h.mapper = (progress, globalEndProgress) -> { in startWithVelocity()356 ProgressMapper DEFAULT = (progress, globalEndProgress) ->357 progress > globalEndProgress ? 1 : (progress / globalEndProgress);373 public final float globalEndProgress; field in AnimatorPlaybackController.Holder381 this.globalEndProgress = anim.getDuration() / globalDuration; in Holder()386 anim.setCurrentFraction(mapper.getProgress(progress, globalEndProgress)); in setProgress()