HomeSort by relevance Sort by last modified time
    Searched refs:createConstantState (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/animation/
Animator.java 391 public ConstantState<Animator> createConstantState() {
StateListAnimator.java 269 public ConstantState<StateListAnimator> createConstantState() {
AnimatorInflater.java 129 final ConstantState<Animator> constantState = animator.createConstantState();
174 .createConstantState();
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 101 LayerState createConstantState(LayerState state, Resources res) {
LayerDrawable.java 158 mLayerState = createConstantState(state, res);
165 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) {
    [all...]
RippleDrawable.java 970 // LayerDrawable creates a new state using createConstantState, so
981 RippleState createConstantState(LayerState state, Resources res) {
    [all...]

Completed in 345 milliseconds