Searched defs:titleView (Results 1 - 10 of 10) sorted by relevance

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/
H A DSavedQueryViewHolder.java29 public final TextView titleView; field in class:SavedQueryViewHolder
33 titleView = view.findViewById(android.R.id.title);
50 titleView.setText(result.title);
/packages/apps/Car/libs/car-list/src/com/android/car/list/
H A DCheckBoxLineItem.java53 viewHolder.titleView.setText(mTitle);
62 final TextView titleView; field in class:CheckBoxLineItem.CheckboxLineItemViewHolder
72 titleView = view.findViewById(R.id.title);
H A DIconTextLineItem.java51 viewHolder.titleView.setText(mTitle);
71 public final TextView titleView; field in class:IconTextLineItem.ViewHolder
80 titleView = (TextView) view.findViewById(R.id.title);
H A DSingleTextLineItem.java49 viewHolder.titleView.setText(mTitle);
56 public final TextView titleView; field in class:SingleTextLineItem.ViewHolder
60 titleView = view.findViewById(R.id.title);
H A DTextLineItem.java49 viewHolder.titleView.setText(mTitle);
52 viewHolder.titleView.setEnabled(isEnabled());
68 public final TextView titleView; field in class:TextLineItem.ViewHolder
75 titleView = (TextView) view.findViewById(R.id.title);
H A DToggleLineItem.java52 viewHolder.titleView.setText(mTitle);
68 public final TextView titleView; field in class:ToggleLineItem.ToggleLineItemViewHolder
74 titleView = (TextView) view.findViewById(R.id.title);
H A DSeekbarLineItem.java75 viewHolder.titleView.setText(mTitle);
86 final TextView titleView; field in class:SeekbarLineItem.ViewHolder
92 titleView = view.findViewById(R.id.title);
H A DSpinnerLineItem.java75 viewHolder.titleView.setText(mTitle);
84 public final TextView titleView; field in class:SpinnerLineItem.ViewHolder
89 titleView = view.findViewById(R.id.title);
H A DEditTextLineItem.java130 viewHolder.titleView.setText(mTitle);
161 public final TextView titleView; field in class:EditTextLineItem.ViewHolder
166 titleView = view.findViewById(R.id.title);
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
H A DSearchViewHolder.java41 public final TextView titleView; field in class:SearchViewHolder
53 titleView = view.findViewById(android.R.id.title);
64 titleView.setText(result.title);

Completed in 120 milliseconds