Home | History | Annotate | Download | only in drawable

Lines Matching defs:canApplyTheme

920         if (state.mTint != null && state.mTint.canApplyTheme()) {
942 public boolean canApplyTheme() {
943 return mBitmapState != null && mBitmapState.canApplyTheme();
1021 public boolean canApplyTheme() {
1022 return mThemeAttrs != null || mTint != null && mTint.canApplyTheme();