Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedStateListDrawable.java394 if (state == null || state.mAnimThemeAttrs == null) { in applyTheme()
399 state.mAnimThemeAttrs, R.styleable.AnimatedRotateDrawable); in applyTheme()
413 state.mAnimThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
558 int[] mAnimThemeAttrs; field in AnimatedStateListDrawable.AnimatedStateListState
569 mAnimThemeAttrs = orig.mAnimThemeAttrs; in AnimatedStateListState()
636 return mAnimThemeAttrs != null || super.canApplyTheme(); in canApplyTheme()