Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt169 val currentChipView = chipView in <lambda>() constant
170 val timeView = currentChipView?.getTimeView() in <lambda>()
172 currentChipView?.findViewById<View>(R.id.ongoing_call_chip_background) in <lambda>()
174 if (currentChipView != null && timeView != null && backgroundView != null) { in <lambda>()
187 currentChipView.setOnClickListener { in <lambda>()