Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java114 private View mOngoingCallChip; field in CollapsedStatusBarFragment
306 mOngoingCallChip = mStatusBar.findViewById(R.id.ongoing_call_chip); in onViewCreated()
634 animateHiddenState(mOngoingCallChip, View.GONE, animate); in hideOngoingCallChip()
639 animateShow(mOngoingCallChip, animate); in showOngoingCallChip()
747 mOngoingCallController.setChipView(mOngoingCallChip); in initOngoingCallChip()