Searched refs:mConstantState (Results 1 – 3 of 3) sorted by relevance
55 private AnimatorConstantState mConstantState; field in Animator551 mAnimator.mConstantState = this; in AnimatorConstantState()563 clone.mConstantState = this; in newInstance()
54 private StateListAnimatorConstantState mConstantState; field in StateListAnimator316 mAnimator.mConstantState = this; in StateListAnimatorConstantState()328 clone.mConstantState = this; in newInstance()
1126 private final ConstantState mConstantState; field in DrawableContainer.DrawableContainerState.ConstantStateFuture1129 mConstantState = source.getConstantState(); in ConstantStateFuture()1141 result = mConstantState.newDrawable(); in get()1143 result = mConstantState.newDrawable(state.mRes); in get()1160 return mConstantState.canApplyTheme(); in canApplyTheme()