Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt217 val timeView = currentChipView?.getTimeView() in <lambda>() constant
219 if (currentChipView != null && timeView != null) { in <lambda>()
230 timeView.setShouldHideText(false) in <lambda>()
231 timeView.base = in <lambda>()
234 timeView.start() in <lambda>()
236 timeView.setShouldHideText(true) in <lambda>()
237 timeView.stop() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java361 final View timeView = mView.findViewById(com.android.internal.R.id.time); in setNotificationWhen() local
363 if (timeView instanceof DateTimeView) { in setNotificationWhen()
364 ((DateTimeView) timeView).setTime(whenMillis); in setNotificationWhen()