Searched refs:mAlphaText (Results 1 – 1 of 1) sorted by relevance
81 private TextView mAlphaText; field in DrawableTintingFragment173 mAlphaText = (TextView) v.findViewById(R.id.alphaText); in onCreateView()272 mAlphaText.setText(getString(R.string.value_alpha, Color.alpha(color))); in updateTint()