Searched defs:subtitle (Results 1 – 4 of 4) sorted by relevance
75 final String subtitle = mData.getSubtitle(); in bind() local
109 TextView subtitle = (TextView) v.findViewById(R.id.subtitle); in bindType() local
92 TextView subtitle = (TextView) mHeaderView.findViewById(R.id.album_header_subtitle); in updateHeaderView() local
289 public void setSubtitle(final CharSequence subtitle) { in setSubtitle()