Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/binder/
DOngoingActivityChipViewBinding.kt29 val timeView: ChipChronometer, constant in com.android.systemui.statusbar.chips.ui.binder.OngoingActivityChipViewBinding
DOngoingActivityChipBinder.kt55 val chipTimeView = viewBinding.timeView in bind()
100 timeView = rootView.requireViewById(R.id.ongoing_activity_chip_time), in createBinding()
154 is OngoingActivityChipModel.Active.Timer -> viewBinding.timeView.resetWidthRestriction() in resetChipMainContentWidthRestrictions()
177 binding.timeView.typeface = in updateTypefaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java402 final View timeView = mView.findViewById(com.android.internal.R.id.time); in setNotificationWhen() local
404 if (timeView instanceof DateTimeView) { in setNotificationWhen()
405 ((DateTimeView) timeView).setTime(whenMillis); in setNotificationWhen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt246 val timeView = currentChipView?.getTimeView() in <lambda>() constant
248 if (currentChipView != null && timeView != null) { in <lambda>()