Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java65 private View mIconContainer; field in NotificationHeaderViewWrapper
147 mIconContainer = mView.findViewById(com.android.internal.R.id.conversation_icon_container); in resolveHeaderViews()
263 if (mIconContainer != null) { in updateExpandability()
264 mIconContainer.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()