Searched refs:wrappedState (Results 1 – 3 of 3) sorted by relevance
76 private class RoundedCornerState(private val wrappedState: ConstantState) : ConstantState() {82 val wrapper = wrappedState.newDrawable(res, theme) as DrawableWrapper87 return wrappedState.changingConfigurations
88 private class RoundedCornerState(private val wrappedState: ConstantState) : ConstantState() {94 val wrapper = wrappedState.newDrawable(res, theme) as DrawableWrapper99 return wrappedState.changingConfigurations
138 ConstantState wrappedState, in AlphaTintState() argument143 mWrappedState = wrappedState; in AlphaTintState()