Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DTransitionDrawable.java101 LayerState createConstantState(LayerState state, Resources res) { in createConstantState() method in TransitionDrawable
DRippleDrawable.java969 RippleState createConstantState(LayerState state, Resources res) { in createConstantState() method in RippleDrawable
DAdaptiveIconDrawable.java175 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState() method in AdaptiveIconDrawable
DLayerDrawable.java167 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { in createConstantState() method in LayerDrawable
/frameworks/base/core/java/android/animation/
DStateListAnimator.java269 public ConstantState<StateListAnimator> createConstantState() { in createConstantState() method in StateListAnimator
DAnimator.java391 public ConstantState<Animator> createConstantState() { in createConstantState() method in Animator