Searched refs:mDelegateState (Results 1 – 2 of 2) sorted by relevance
422 private final ConstantState mDelegateState; field in AnimatedVectorDrawableCompat.AnimatedVectorDrawableDelegateState425 mDelegateState = state; in AnimatedVectorDrawableDelegateState()432 drawableCompat.mDelegateDrawable = mDelegateState.newDrawable(); in newDrawable()441 drawableCompat.mDelegateDrawable = mDelegateState.newDrawable(res); in newDrawable()450 drawableCompat.mDelegateDrawable = mDelegateState.newDrawable(res, theme); in newDrawable()457 return mDelegateState.canApplyTheme(); in canApplyTheme()462 return mDelegateState.getChangingConfigurations(); in getChangingConfigurations()
722 private final ConstantState mDelegateState; field in VectorDrawableCompat.VectorDrawableDelegateState725 mDelegateState = state; in VectorDrawableDelegateState()731 drawableCompat.mDelegateDrawable = (VectorDrawable) mDelegateState.newDrawable(); in newDrawable()738 drawableCompat.mDelegateDrawable = (VectorDrawable) mDelegateState.newDrawable(res); in newDrawable()746 (VectorDrawable) mDelegateState.newDrawable(res, theme); in newDrawable()752 return mDelegateState.canApplyTheme(); in canApplyTheme()757 return mDelegateState.getChangingConfigurations(); in getChangingConfigurations()