Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DSeriesScheduleRowPresenter.java43 ViewGroup.LayoutParams lp = getTimeView().getLayoutParams(); in SeriesScheduleRowViewHolder()
47 getTimeView().setLayoutParams(lp); in SeriesScheduleRowViewHolder()
H A DScheduleRowPresenter.java177 public TextView getTimeView() { in getTimeView() method in ScheduleRowPresenter.ScheduleRowViewHolder
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt184 val timeView = currentChipView?.getTimeView()
317 fun tearDownChipView() = chipView?.getTimeView()?.stop()
319 private fun View.getTimeView(): OngoingCallChronometer? {
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
H A DCarNotificationBodyViewTest.java84 assertThat(mCarNotificationBodyView.getTimeView().getText()).isEqualTo(EXPECTED_WHEN); in onBind_launcherIconUsed_timeSet()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationBodyView.java292 DateTimeView getTimeView() { in getTimeView() method in CarNotificationBodyView