Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSeriesScheduleRowPresenter.java43 ViewGroup.LayoutParams lp = getTimeView().getLayoutParams(); in SeriesScheduleRowViewHolder()
47 getTimeView().setLayoutParams(lp); in SeriesScheduleRowViewHolder()
DScheduleRowPresenter.java177 public TextView getTimeView() { in getTimeView() method in ScheduleRowPresenter.ScheduleRowViewHolder
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DCarNotificationBodyViewTest.java105 assertThat(mCarNotificationBodyView.getTimeView().getText()).isEqualTo(EXPECTED_WHEN); in onBind_launcherIconUsed_timeSet()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBodyView.java361 DateTimeView getTimeView() { in getTimeView() method in CarNotificationBodyView