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