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.kt216 val currentChipView = chipView in <lambda>() constant
217 val timeView = currentChipView?.getTimeView() in <lambda>()
219 if (currentChipView != null && timeView != null) { in <lambda>()
272 val currentChipView = chipView in <lambda>() constant
274 currentChipView?.findViewById<View>(R.id.ongoing_activity_chip_background) in <lambda>()
276 if (currentChipView != null && backgroundView != null && intent != null) { in <lambda>()
277 currentChipView.setOnClickListener { in <lambda>()