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.java395 if (state == null || state.mAnimThemeAttrs == null) { in applyTheme()
400 state.mAnimThemeAttrs, R.styleable.AnimatedRotateDrawable); in applyTheme()
414 state.mAnimThemeAttrs = a.extractThemeAttrs(); in updateStateFromTypedArray()
559 int[] mAnimThemeAttrs; field in AnimatedStateListDrawable.AnimatedStateListState
570 mAnimThemeAttrs = orig.mAnimThemeAttrs; in AnimatedStateListState()
637 return mAnimThemeAttrs != null || super.canApplyTheme(); in canApplyTheme()