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