Searched refs:focusedAlpha (Results 1 – 1 of 1) sorted by relevance
265 private void setTextViewFocusedAlpha(float focusedAlpha) { in setTextViewFocusedAlpha() argument266 mTextViewFocused.setAlpha(focusedAlpha); in setTextViewFocusedAlpha()267 mTextView.setAlpha(1f - focusedAlpha); in setTextViewFocusedAlpha()