Searched refs:updateTextView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramTableAdapter.java434 updateTextView(mTimeView, Utils.getDurationString(context,
440 updateTextView(mDescriptionView, program.getDescription());
443 updateTextView(mDescriptionView, getBlockedDescription(blockedRating));
446 updateTextView(mAspectRatioView, Utils.getAspectRatioString(
451 updateTextView(mResolutionView, Utils.getVideoDefinitionLevelString(
456 updateTextView(mTitleView, mProgramTitleForBlockedChannel);
458 updateTextView(mTitleView, mProgramTitleForNoInformation);
529 private void updateTextView(TextView textView, String text) { method in class:ProgramTableAdapter.ProgramRowHolder
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java237 updateTextView(views, R.id.date, View.VISIBLE, dayInfo.mDayLabel);
260 updateTextView(views, R.id.when, eventInfo.visibWhen, eventInfo.when);
261 updateTextView(views, R.id.where, eventInfo.visibWhere, eventInfo.where);
263 updateTextView(views, R.id.title, eventInfo.visibTitle, eventInfo.title);
462 static void updateTextView(RemoteViews views, int id, int visibility, String string) { method in class:CalendarAppWidgetService.CalendarFactory
/packages/apps/TV/src/com/android/tv/ui/
H A DChannelBannerView.java407 updateTextView(
412 updateTextView(
417 updateTextView(
480 private void updateTextView(TextView textView, int sizeRes, int marginTopRes) { method in class:ChannelBannerView
639 updateTextView(mProgramTextView,
665 updateTextView(

Completed in 105 milliseconds