Home
last modified time | relevance | path

Searched defs:createConstantState (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java105 LayerState createConstantState(LayerState state, Resources res) { in createConstantState() method in TransitionDrawable
H A DAdaptiveIconDrawable.java184 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState() method in AdaptiveIconDrawable
H A DRippleDrawable.java1326 RippleState createConstantState(LayerState state, Resources res) { in createConstantState() method in RippleDrawable
H A DLayerDrawable.java173 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState() method in LayerDrawable
/aosp14/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java269 public ConstantState<StateListAnimator> createConstantState() { in createConstantState() method in StateListAnimator
H A DAnimator.java441 public ConstantState<Animator> createConstantState() { in createConstantState() method in Animator