Searched refs:titleView (Results 1 – 6 of 6) sorted by relevance
325 TextView titleView = (TextView) findViewById(R.id.title); in updateEmptyView() local328 titleView.setText(R.string.print_searching_for_printers); in updateEmptyView()331 titleView.setText(R.string.print_no_printers); in updateEmptyView()554 TextView titleView = (TextView) convertView.findViewById(R.id.title);555 titleView.setText(title);
1857 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local1858 titleView.setText(title); in getView()
706 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local707 titleView.setText(getContext().getString( in getView()722 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local723 titleView.setText(activity.loadLabel(packageManager)); in getView()
536 final TextView titleView = (TextView) view.findViewById(com.android.internal.R.id.title); in onBindView() local537 if (titleView != null) { in onBindView()540 titleView.setText(title); in onBindView()541 titleView.setVisibility(View.VISIBLE); in onBindView()543 titleView.setVisibility(View.GONE); in onBindView()
762 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local763 titleView.setText(mContext.getString( in getView()778 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local779 titleView.setText(activity.loadLabel(packageManager)); in getView()
287 final TextView titleView = (TextView) findViewById(R.id.title); in onCreate() local288 if (titleView != null) { in onCreate()289 titleView.setText(title); in onCreate()