Home
last modified time | relevance | path

Searched refs:AdaptiveConstantState (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveIcon.java45 private AdaptiveConstantState mAdaptiveConstantState;
58 mAdaptiveConstantState = new AdaptiveConstantState(context, foreground); in AdaptiveIcon()
109 static class AdaptiveConstantState extends ConstantState { class in AdaptiveIcon
114 AdaptiveConstantState(Context context, Drawable drawable) { in AdaptiveConstantState() method in AdaptiveIcon.AdaptiveConstantState
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DTopLevelIcon.java48 private AdaptiveConstantState mAdaptiveConstantState;
65 mAdaptiveConstantState = new AdaptiveConstantState(context, foreground); in TopLevelIcon()
137 static class AdaptiveConstantState extends ConstantState { class in TopLevelIcon
142 AdaptiveConstantState(Context context, Drawable drawable) { in AdaptiveConstantState() method in TopLevelIcon.AdaptiveConstantState
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
H A DTopLevelIconTest.java103 TopLevelIcon.AdaptiveConstantState state = in getConstantState_returnCorrectState()
104 (TopLevelIcon.AdaptiveConstantState) icon.getConstantState(); in getConstantState_returnCorrectState()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DAdaptiveIconTest.java134 final AdaptiveIcon.AdaptiveConstantState state = in getConstantState_returnCorrectState()
135 (AdaptiveIcon.AdaptiveConstantState) icon.getConstantState(); in getConstantState_returnCorrectState()