Home
last modified time | relevance | path

Searched refs:mConstantState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
DAnimator.java55 private AnimatorConstantState mConstantState; field in Animator
551 mAnimator.mConstantState = this; in AnimatorConstantState()
563 clone.mConstantState = this; in newInstance()
DStateListAnimator.java54 private StateListAnimatorConstantState mConstantState; field in StateListAnimator
316 mAnimator.mConstantState = this; in StateListAnimatorConstantState()
328 clone.mConstantState = this; in newInstance()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java1126 private final ConstantState mConstantState; field in DrawableContainer.DrawableContainerState.ConstantStateFuture
1129 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()