Searched defs:canApplyTheme (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DComplexColor.java52 public abstract boolean canApplyTheme(); method in class:ComplexColor
H A DColorStateList.java397 public boolean canApplyTheme() { method in class:ColorStateList
478 if (t == null || !canApplyTheme()) {
698 if (canApplyTheme()) {
H A DGradientColor.java537 if (t == null || !canApplyTheme()) {
592 public boolean canApplyTheme() { method in class:GradientColor
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableCompatLollipop.java67 public static boolean canApplyTheme(Drawable drawable) { method in class:DrawableCompatLollipop
68 return drawable.canApplyTheme();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DColorDrawable.java260 public boolean canApplyTheme() { method in class:ColorDrawable
261 return mColorState.canApplyTheme() || super.canApplyTheme();
279 if (state.mTint != null && state.mTint.canApplyTheme()) {
314 public boolean canApplyTheme() { method in class:ColorDrawable.ColorState
316 || (mTint != null && mTint.canApplyTheme());
H A DStateListDrawable.java356 public boolean canApplyTheme() { method in class:StateListDrawable.StateListState
357 return mThemeAttrs != null || super.canApplyTheme();
H A DAnimatedStateListDrawable.java636 public boolean canApplyTheme() { method in class:AnimatedStateListDrawable.AnimatedStateListState
637 return mAnimThemeAttrs != null || super.canApplyTheme();
H A DDrawableWrapper.java151 if (mDrawable != null && mDrawable.canApplyTheme()) {
197 public boolean canApplyTheme() { method in class:DrawableWrapper
198 return (mState != null && mState.canApplyTheme()) || super.canApplyTheme();
504 public boolean canApplyTheme() { method in class:DrawableWrapper.DrawableWrapperState
506 || (mDrawableState != null && mDrawableState.canApplyTheme())
507 || super.canApplyTheme();
H A DNinePatchDrawable.java495 if (state.mTint != null && state.mTint.canApplyTheme()) {
503 public boolean canApplyTheme() { method in class:NinePatchDrawable
504 return mNinePatchState != null && mNinePatchState.canApplyTheme();
629 public boolean canApplyTheme() { method in class:NinePatchDrawable.NinePatchState
631 || (mTint != null && mTint.canApplyTheme())
632 || super.canApplyTheme();
H A DShapeDrawable.java424 if (state.mTint != null && state.mTint.canApplyTheme()) {
559 public boolean canApplyTheme() { method in class:ShapeDrawable.ShapeState
561 || (mTint != null && mTint.canApplyTheme());
H A DBitmapDrawable.java846 if (state.mTint != null && state.mTint.canApplyTheme()) {
868 public boolean canApplyTheme() { method in class:BitmapDrawable
869 return mBitmapState != null && mBitmapState.canApplyTheme();
939 public boolean canApplyTheme() { method in class:BitmapDrawable.BitmapState
940 return mThemeAttrs != null || mTint != null && mTint.canApplyTheme();
H A DDrawable.java852 public boolean canApplyTheme() { method in class:Drawable
1376 public boolean canApplyTheme() { method in class:Drawable.ConstantState
H A DRippleDrawable.java517 if (state.mColor != null && state.mColor.canApplyTheme()) {
525 public boolean canApplyTheme() { method in class:RippleDrawable
526 return (mState != null && mState.canApplyTheme()) || super.canApplyTheme();
1020 public boolean canApplyTheme() { method in class:RippleDrawable.RippleState
1022 || (mColor != null && mColor.canApplyTheme())
1023 || super.canApplyTheme();
H A DAnimatedVectorDrawable.java436 public boolean canApplyTheme() { method in class:AnimatedVectorDrawable
437 return (mAnimatedVectorState != null && mAnimatedVectorState.canApplyTheme())
438 || super.canApplyTheme();
446 if (vectorDrawable != null && vectorDrawable.canApplyTheme()) {
510 public boolean canApplyTheme() { method in class:AnimatedVectorDrawable.AnimatedVectorDrawableState
511 return (mVectorDrawable != null && mVectorDrawable.canApplyTheme())
512 || mPendingAnims != null || super.canApplyTheme();
H A DDrawableContainer.java615 public boolean canApplyTheme() { method in class:DrawableContainer
616 return mDrawableContainerState.canApplyTheme();
948 if (drawables[i] != null && drawables[i].canApplyTheme()) {
961 public boolean canApplyTheme() { method in class:DrawableContainer.DrawableContainerState
967 if (d.canApplyTheme()) {
972 if (future != null && future.canApplyTheme()) {
H A DGradientDrawable.java1210 if (state.mTint != null && state.mTint.canApplyTheme()) {
1214 if (state.mSolidColors != null && state.mSolidColors.canApplyTheme()) {
1218 if (state.mStrokeColors != null && state.mStrokeColors.canApplyTheme()) {
1285 public boolean canApplyTheme() { method in class:GradientDrawable
1286 return (mGradientState != null && mGradientState.canApplyTheme()) || super.canApplyTheme();
1934 public boolean canApplyTheme() { method in class:GradientDrawable.GradientState
1939 || (mTint != null && mTint.canApplyTheme())
1940 || (mStrokeColors != null && mStrokeColors.canApplyTheme())
1941 || (mSolidColors != null && mSolidColors.canApplyTheme())
[all...]
H A DLayerDrawable.java235 if (d != null && d.canApplyTheme()) {
395 public boolean canApplyTheme() { method in class:LayerDrawable
396 return (mLayerState != null && mLayerState.canApplyTheme()) || super.canApplyTheme();
1861 public boolean canApplyTheme() { method in class:LayerDrawable.ChildDrawable
1863 || (mDrawable != null && mDrawable.canApplyTheme());
2009 public boolean canApplyTheme() { method in class:LayerDrawable.LayerState
2010 if (mThemeAttrs != null || super.canApplyTheme()) {
2018 if (layer.canApplyTheme()) {
H A DVectorDrawable.java472 public boolean canApplyTheme() { method in class:VectorDrawable
473 return (mVectorState != null && mVectorState.canApplyTheme()) || super.canApplyTheme();
506 if (state.mTint != null && state.mTint.canApplyTheme()) {
510 if (mVectorState != null && mVectorState.canApplyTheme()) {
884 public boolean canApplyTheme() { method in class:VectorDrawable.VectorDrawableState
886 || (mRootGroup != null && mRootGroup.canApplyTheme())
887 || (mTint != null && mTint.canApplyTheme())
888 || super.canApplyTheme();
1164 public boolean canApplyTheme() { method in class:VectorDrawable.VGroup
1356 public boolean canApplyTheme() { method in class:VectorDrawable.VClipPath
1623 public boolean canApplyTheme() { method in class:VectorDrawable.VFullPath
1787 abstract boolean canApplyTheme(); method in class:VectorDrawable.VObject
[all...]
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java56 boolean canApplyTheme(Drawable drawable); method in interface:DrawableCompat.DrawableImpl
128 public boolean canApplyTheme(Drawable drawable) { method in class:DrawableCompat.BaseDrawableImpl
248 public boolean canApplyTheme(Drawable drawable) { method in class:DrawableCompat.LollipopDrawableImpl
249 return DrawableCompatLollipop.canApplyTheme(drawable);
424 public static boolean canApplyTheme(Drawable drawable) { method in class:DrawableCompat
425 return IMPL.canApplyTheme(drawable);
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java408 public boolean canApplyTheme() { method in class:AnimatedVectorDrawableCompat
410 return DrawableCompat.canApplyTheme(mDelegateDrawable);
456 public boolean canApplyTheme() { method in class:AnimatedVectorDrawableCompat.AnimatedVectorDrawableDelegateState
457 return mDelegateState.canApplyTheme();
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java357 public boolean canApplyTheme() { method in class:VectorDrawableCompat
359 DrawableCompat.canApplyTheme(mDelegateDrawable);
751 public boolean canApplyTheme() { method in class:VectorDrawableCompat.VectorDrawableDelegateState
752 return mDelegateState.canApplyTheme();
1391 public boolean canApplyTheme() { method in class:VectorDrawableCompat.VPath
1539 public boolean canApplyTheme() { method in class:VectorDrawableCompat.VFullPath

Completed in 4691 milliseconds