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);
1904 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local1905 titleView.setText(title); in getView()
727 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local728 titleView.setText(getContext().getString( in getView()743 TextView titleView = (TextView) convertView.findViewById(R.id.title); in getView() local744 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()
306 final TextView titleView = (TextView) findViewById(R.id.title); in onCreate() local307 if (titleView != null) { in onCreate()308 titleView.setText(title); in onCreate()