Searched refs:createConstantState (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimator.java391 public ConstantState<Animator> createConstantState() { method in class:Animator
H A DStateListAnimator.java269 public ConstantState<StateListAnimator> createConstantState() { method in class:StateListAnimator
H A DAnimatorInflater.java129 final ConstantState<Animator> constantState = animator.createConstantState();
174 .createConstantState();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java101 LayerState createConstantState(LayerState state, Resources res) { method in class:TransitionDrawable
H A DAdaptiveIconDrawable.java152 mLayerState = createConstantState(state, res);
174 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { method in class:AdaptiveIconDrawable
859 mLayerState = createConstantState(mLayerState, null);
H A DLayerDrawable.java160 mLayerState = createConstantState(state, res);
167 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { method in class:LayerDrawable
1774 mLayerState = createConstantState(mLayerState, null);
H A DRippleDrawable.java976 // LayerDrawable creates a new state using createConstantState, so
987 RippleState createConstantState(LayerState state, Resources res) { method in class:RippleDrawable

Completed in 763 milliseconds