HomeSort by relevance Sort by last modified time
    Searched refs:canApplyTheme (Results 1 - 20 of 20) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 165 if (state.mDrawable != null && state.mDrawable.canApplyTheme()) {
171 public boolean canApplyTheme() {
172 return (mState != null && mState.canApplyTheme()) || super.canApplyTheme();
381 public boolean canApplyTheme() {
382 return mThemeAttrs != null || (mDrawable != null && mDrawable.canApplyTheme())
383 || super.canApplyTheme();
ColorDrawable.java 255 public boolean canApplyTheme() {
256 return mColorState.canApplyTheme() || super.canApplyTheme();
301 public boolean canApplyTheme() {
AnimatedRotateDrawable.java 192 public boolean canApplyTheme() {
193 return (mState != null && mState.canApplyTheme()) || super.canApplyTheme();
300 if (state.mDrawable != null && state.mDrawable.canApplyTheme()) {
451 public boolean canApplyTheme() {
452 return mThemeAttrs != null || (mDrawable != null && mDrawable.canApplyTheme())
453 || super.canApplyTheme();
AnimatedVectorDrawable.java 319 public boolean canApplyTheme() {
320 return (mAnimatedVectorState != null && mAnimatedVectorState.canApplyTheme())
321 || super.canApplyTheme();
329 if (vectorDrawable != null && vectorDrawable.canApplyTheme()) {
377 public boolean canApplyTheme() {
378 return (mVectorDrawable != null && mVectorDrawable.canApplyTheme())
379 || super.canApplyTheme();
InsetDrawable.java 201 if (state.mDrawable != null && state.mDrawable.canApplyTheme()) {
207 public boolean canApplyTheme() {
208 return (mState != null && mState.canApplyTheme()) || super.canApplyTheme();
451 public boolean canApplyTheme() {
452 return mThemeAttrs != null || (mDrawable != null && mDrawable.canApplyTheme())
453 || super.canApplyTheme();
RotateDrawable.java 316 public boolean canApplyTheme() {
317 return (mState != null && mState.canApplyTheme()) || super.canApplyTheme();
442 if (state.mDrawable != null && state.mDrawable.canApplyTheme()) {
576 public boolean canApplyTheme() {
577 return mThemeAttrs != null || (mDrawable != null && mDrawable.canApplyTheme())
578 || super.canApplyTheme();
ScaleDrawable.java 130 if (state.mDrawable != null && state.mDrawable.canApplyTheme()) {
189 public boolean canApplyTheme() {
190 return (mState != null && mState.canApplyTheme()) || super.canApplyTheme();
389 public boolean canApplyTheme() {
390 return mThemeAttrs != null || (mDrawable != null && mDrawable.canApplyTheme())
391 || super.canApplyTheme();
VectorDrawable.java 363 public boolean canApplyTheme() {
364 return (mVectorState != null && mVectorState.canApplyTheme()) || super.canApplyTheme();
387 if (path != null && path.canApplyTheme()) {
752 public boolean canApplyTheme() {
753 return mThemeAttrs != null || (mVPathRenderer != null && mVPathRenderer.canApplyTheme())
754 || super.canApplyTheme();
855 public boolean canApplyTheme() {
869 if (childGroup.canApplyTheme()
875 if (childPath.canApplyTheme()) {
    [all...]
DrawableContainer.java 575 public boolean canApplyTheme() {
576 return mDrawableContainerState.canApplyTheme();
848 if (drawables[i] != null && drawables[i].canApplyTheme()) {
856 public boolean canApplyTheme() {
862 if (d.canApplyTheme()) {
867 if (future != null && future.canApplyTheme()) {
    [all...]
RippleDrawable.java 471 public boolean canApplyTheme() {
472 return (mState != null && mState.canApplyTheme()) || super.canApplyTheme();
933 public boolean canApplyTheme() {
934 return mTouchThemeAttrs != null || super.canApplyTheme();
LayerDrawable.java 269 if (d.canApplyTheme()) {
279 public boolean canApplyTheme() {
280 return (mLayerState != null && mLayerState.canApplyTheme()) || super.canApplyTheme();
1024 public boolean canApplyTheme() {
1025 if (mThemeAttrs != null || super.canApplyTheme()) {
    [all...]
StateListDrawable.java 376 public boolean canApplyTheme() {
377 return mThemeAttrs != null || super.canApplyTheme();
AnimatedStateListDrawable.java 635 public boolean canApplyTheme() {
636 return mAnimThemeAttrs != null || super.canApplyTheme();
Drawable.java 717 public boolean canApplyTheme() {
    [all...]
NinePatchDrawable.java 498 public boolean canApplyTheme() {
647 public boolean canApplyTheme() {
GradientDrawable.java     [all...]
ShapeDrawable.java 552 public boolean canApplyTheme() {
BitmapDrawable.java 841 public boolean canApplyTheme() {
912 public boolean canApplyTheme() {
  /frameworks/base/core/java/android/content/res/
Resources.java 753 if (d != null && d.canApplyTheme()) {
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 394 milliseconds