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

  /frameworks/support/transition/src/main/java/androidx/transition/
ObjectAnimatorUtils.java 25 class ObjectAnimatorUtils {
34 private ObjectAnimatorUtils() {
ChangeBounds.java 307 anim = ObjectAnimatorUtils.ofPointF(view, POSITION_PROPERTY,
313 ObjectAnimator topLeftAnimator = ObjectAnimatorUtils
318 ObjectAnimator bottomRightAnimator = ObjectAnimatorUtils.ofPointF(
333 anim = ObjectAnimatorUtils.ofPointF(view, TOP_LEFT_ONLY_PROPERTY,
338 anim = ObjectAnimatorUtils.ofPointF(view, BOTTOM_RIGHT_ONLY_PROPERTY,
352 positionAnimator = ObjectAnimatorUtils.ofPointF(view, POSITION_PROPERTY,

Completed in 159 milliseconds