Home
last modified time | relevance | path

Searched refs:mIsStateful (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/
H A DDynamicAdaptiveIconDrawable.java788 private boolean mIsStateful; field in DynamicAdaptiveIconDrawable.LayerState
809 mIsStateful = orig.mIsStateful; in LayerState()
898 return mIsStateful; in isStateful()
911 mIsStateful = isStateful; in isStateful()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java965 private boolean mIsStateful; field in AdaptiveIconDrawable.LayerState
987 mIsStateful = orig.mIsStateful; in LayerState()
1075 return mIsStateful; in isStateful()
1088 mIsStateful = isStateful; in isStateful()
H A DVectorDrawable.java1305 private boolean mIsStateful; field in VectorDrawable.VGroup
1319 mIsStateful = copy.mIsStateful; in VGroup()
1371 mIsStateful |= child.isStateful(); in addChild()
1451 return mIsStateful; in isStateful()
1512 mIsStateful |= child.isStateful(); in applyTheme()
H A DLayerDrawable.java1955 private boolean mIsStateful;
1983 mIsStateful = orig.mIsStateful;
2117 return mIsStateful;
2131 mIsStateful = isStateful;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19340 Landroid/graphics/drawable/AdaptiveIconDrawable$LayerState;->mIsStateful:Z
19993 Landroid/graphics/drawable/LayerDrawable$LayerState;->mIsStateful:Z
20464 Landroid/graphics/drawable/VectorDrawable$VGroup;->mIsStateful:Z