Searched refs:chevronBackgroundView (Results 1 – 1 of 1) sorted by relevance
198 View chevronBackgroundView = convertView.findViewById(R.id.action_next_chevron_background); in getView() local199 chevronBackgroundView.setVisibility(action.hasNext() ? View.VISIBLE : View.INVISIBLE); in getView()