Searched refs:AdaptiveConstantState (Results 1 – 4 of 4) sorted by relevance
45 private AdaptiveConstantState mAdaptiveConstantState;58 mAdaptiveConstantState = new AdaptiveConstantState(context, foreground); in AdaptiveIcon()109 static class AdaptiveConstantState extends ConstantState { class in AdaptiveIcon114 AdaptiveConstantState(Context context, Drawable drawable) { in AdaptiveConstantState() method in AdaptiveIcon.AdaptiveConstantState
48 private AdaptiveConstantState mAdaptiveConstantState;65 mAdaptiveConstantState = new AdaptiveConstantState(context, foreground); in TopLevelIcon()137 static class AdaptiveConstantState extends ConstantState { class in TopLevelIcon142 AdaptiveConstantState(Context context, Drawable drawable) { in AdaptiveConstantState() method in TopLevelIcon.AdaptiveConstantState
103 TopLevelIcon.AdaptiveConstantState state = in getConstantState_returnCorrectState()104 (TopLevelIcon.AdaptiveConstantState) icon.getConstantState(); in getConstantState_returnCorrectState()
134 final AdaptiveIcon.AdaptiveConstantState state = in getConstantState_returnCorrectState()135 (AdaptiveIcon.AdaptiveConstantState) icon.getConstantState(); in getConstantState_returnCorrectState()