Searched defs:subHeader (Results 1 – 2 of 2) sorted by relevance
91 public Entry(int id, Drawable icon, String header, String subHeader, String text, in Entry()104 public Entry(int id, Drawable mainIcon, String header, String subHeader, in Entry()619 final TextView subHeader = (TextView) view.findViewById(R.id.sub_header); in createEntryView() local
1251 String subHeader = null; in dataItemToEntry() local