Searched refs:subtitle (Results 1 – 8 of 8) sorted by relevance
457 final TextView subtitle; in getView() local470 subtitle = (TextView) view.findViewById(R.id.subtitle); in getView()486 subtitle.setVisibility(View.VISIBLE); in getView()487 subtitle.setText(subtitleText); in getView()489 subtitle.setVisibility(View.GONE); in getView()546 subtitle.setText(usage); in getView()547 subtitle.setVisibility(View.VISIBLE); in getView()559 … subtitle.setText(R.string.geolocation_settings_page_summary_allowed); in getView()562 … subtitle.setText(R.string.geolocation_settings_page_summary_not_allowed); in getView()565 subtitle.setVisibility(View.VISIBLE); in getView()
565 CharSequence subtitle = null;570 subtitle = packageInfo.applicationInfo.loadLabel(getPackageManager());579 TextView subtitleView = (TextView) convertView.findViewById(R.id.subtitle);580 if (!TextUtils.isEmpty(subtitle)) {581 subtitleView.setText(subtitle);
211 TextView subtitle; field in NotificationAppList.ViewHolder264 vh.subtitle = (TextView) v.findViewById(android.R.id.text1); in newView()307 vh.subtitle.setText(sub); in bindView()308 vh.subtitle.setVisibility(!sub.isEmpty() ? View.VISIBLE : View.GONE); in bindView()
92 TextView subtitle = (TextView) mHeaderView.findViewById(R.id.album_header_subtitle); in updateHeaderView() local95 subtitle.setText(getActivity().getResources().getQuantityString( in updateHeaderView()
316 … final TextViewSnippet snippet = (TextViewSnippet)(view.findViewById(R.id.subtitle)); in onCreate()
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...