Searched defs:createConstantState (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DStateListAnimator.java269 public ConstantState<StateListAnimator> createConstantState() { method in class:StateListAnimator
H A DAnimator.java391 public ConstantState<Animator> createConstantState() { method in class:Animator
/frameworks/base/graphics/java/android/graphics/drawable/
H A DTransitionDrawable.java101 LayerState createConstantState(LayerState state, Resources res) { method in class:TransitionDrawable
H A DRippleDrawable.java970 // LayerDrawable creates a new state using createConstantState, so
981 RippleState createConstantState(LayerState state, Resources res) { method in class:RippleDrawable
H A DLayerDrawable.java158 mLayerState = createConstantState(state, res);
165 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) { method in class:LayerDrawable
1757 mLayerState = createConstantState(mLayerState, null);

Completed in 92 milliseconds