Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DActionAdapter.java198 View chevronBackgroundView = convertView.findViewById(R.id.action_next_chevron_background); in getView() local
199 chevronBackgroundView.setVisibility(action.hasNext() ? View.VISIBLE : View.INVISIBLE); in getView()