Searched refs:headingTextView (Results 1 – 1 of 1) sorted by relevance
323 TextView headingTextView = (TextView) listItem.findViewById(R.id.heading); in bindView() local332 headingTextView.setText(this.heading); in bindView()333 headingTextView.setVisibility(TextUtils.isEmpty(this.heading) in bindView()