Searched refs:titleView (Results 1 – 8 of 8) sorted by relevance
84 TextView titleView = (TextView) view.findViewById(R.id.event_title); in updateView() local95 titleView.setTextColor(mPastEventColor); in updateView()99 titleView.setTextColor(mTitleColor); in updateView()108 titleView.setText(eventName); in updateView()
111 TextView titleView = (TextView) view.findViewById(android.R.id.title); in onBindView() local115 sRegularTitleColor = titleView.getTextColors(); in onBindView()122 titleView.setTextColor(color); in onBindView()
164 final TextView titleView = (TextView) findViewById(R.id.overlay_title); in onClickHandler() local167 titleView.getText().toString(), subTitleView.getText().toString()); in onClickHandler()
921 TextView titleView = (TextView) v.findViewById(R.id.title);930 titleView.setText(title);933 titleView.setText(item.mName);939 titleView.requestLayout();
252 final TextView titleView = (TextView) field.findViewById(R.id.kind_title); in bindData() local253 titleView.setText(titleText); in bindData()
106 final TextView titleView = (TextView)titleBarView.findViewById(R.id.action_bar_title); in onCreateActionMode() local107 titleView.setText(FileUtils.getSimpleName(mAudioTrack.getFilename())); in onCreateActionMode()
1400 public final TextView titleView; field in ContactDetailFragment.KindTitleViewCache1403 titleView = (TextView)view.findViewById(R.id.title); in KindTitleViewCache()1607 viewCache.titleView.setText(entry.getTitle()); in getKindTitleEntryView()
3640 TextView titleView = (TextView) mPopupView.findViewById(R.id.event_title); in updateEventDetails() local3641 titleView.setText(event.title); in updateEventDetails()