Home
last modified time | relevance | path

Searched refs:createXFloatKeyframes (Results 1 – 3 of 3) sorted by relevance

/core/core-animation/src/main/java/androidx/core/animation/
DObjectAnimator.java473 keyframes.createXFloatKeyframes()); in ofFloat()
517 keyframes.createXFloatKeyframes()); in ofFloat()
DPathKeyframes.java157 public FloatKeyframes createXFloatKeyframes() { in createXFloatKeyframes() method in PathKeyframes
DAnimatorInflater.java378 xKeyframes = keyframeSet.createXFloatKeyframes(); in setupObjectAnimator()