Home
last modified time | relevance | path

Searched refs:updateTextView (Results 1 – 4 of 4) sorted by relevance

/aosp12/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);
460 static void updateTextView(RemoteViews views, int id, int visibility, String string) {
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramTableAdapter.java601 updateTextView(mTimeView, program.getDurationString(context));
604 updateTextView(
613 updateTextView(
695 updateTextView(mDescriptionView, program.getDescription());
698 updateTextView(mDescriptionView, getBlockedDescription(blockedRating));
703 updateTextView(mTitleView, mProgramTitleForBlockedChannel);
705 updateTextView(mTitleView, mProgramTitleForNoInformation);
784 private boolean updateTextView(TextView textView, String text) {
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DChannelBannerView.java475 updateTextView( in updateChannelInfo()
480 updateTextView( in updateChannelInfo()
485 updateTextView( in updateChannelInfo()
545 private void updateTextView(TextView textView, int sizeRes, int marginTopRes) {
686 updateTextView(
718 updateTextView(
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DBaseTooltipView.java202 updateTextView(); in updateTooltipView()
210 private void updateTextView() { in updateTextView() method in BaseTooltipView