Searched refs:wrappedState (Results 1 – 2 of 2) sorted by relevance
72 private class RoundedCornerState(private val wrappedState: ConstantState) : ConstantState() { constant in com.android.systemui.util.RoundedCornerState78 val wrapper = wrappedState.newDrawable(res, theme) as DrawableWrapper in newDrawable()83 return wrappedState.changingConfigurations in getChangingConfigurations()
132 ConstantState wrappedState, in AlphaTintState() argument137 mWrappedState = wrappedState; in AlphaTintState()