Home | History | Annotate | Download | only in drawable

Lines Matching defs:canApplyTheme

672     public boolean canApplyTheme() {
673 return (mAnimatedVectorState != null && mAnimatedVectorState.canApplyTheme())
674 || super.canApplyTheme();
682 if (vectorDrawable != null && vectorDrawable.canApplyTheme()) {
749 public boolean canApplyTheme() {
750 return (mVectorDrawable != null && mVectorDrawable.canApplyTheme())
751 || mPendingAnims != null || super.canApplyTheme();