Searched refs:timeView (Results 1 – 4 of 4) sorted by relevance
29 val timeView: ChipChronometer, constant in com.android.systemui.statusbar.chips.ui.binder.OngoingActivityChipViewBinding
55 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()
402 final View timeView = mView.findViewById(com.android.internal.R.id.time); in setNotificationWhen() local404 if (timeView instanceof DateTimeView) { in setNotificationWhen()405 ((DateTimeView) timeView).setTime(whenMillis); in setNotificationWhen()
246 val timeView = currentChipView?.getTimeView() in <lambda>() constant248 if (currentChipView != null && timeView != null) { in <lambda>()