Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DAlphaTintDrawableWrapper.java127 return new AlphaTintState(super.getConstantState(), mThemeAttrs, getAlpha(), mTint); in getConstantState()
130 static class AlphaTintState extends Drawable.ConstantState { class in AlphaTintDrawableWrapper
137 AlphaTintState( in AlphaTintState() method in AlphaTintDrawableWrapper.AlphaTintState