Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/common/
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
/packages/apps/Car/Settings/tests/multivalent/src/com/android/car/settings/common/
DTopLevelIconTest.java103 TopLevelIcon.AdaptiveConstantState state = in getConstantState_returnCorrectState()
104 (TopLevelIcon.AdaptiveConstantState) icon.getConstantState(); in getConstantState_returnCorrectState()