Searched refs:thumbState (Results 1 – 1 of 1) sorted by relevance
55 final int[] thumbState = oldDrawable.isStateful() ? oldDrawable.getState() : null; in getColorTintedDrawable() local60 if (thumbState != null) { in getColorTintedDrawable()61 newDrawable.setState(thumbState); in getColorTintedDrawable()