Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/animation/
DAnimationSpec.java212 public static int animationToInt(@NonNull ANIMATION animation) { in animationToInt() method in AnimationSpec
273 buffer.writeInt(animationToInt(enterAnimation)); in apply()
274 buffer.writeInt(animationToInt(exitAnimation)); in apply()