Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DGroupNotificationViewHolder.java74 private final View mTouchInterceptorView; field in GroupNotificationViewHolder
135 mTouchInterceptorView = view.findViewById(R.id.touch_interceptor_view); in GroupNotificationViewHolder()
359 mTouchInterceptorView.setOnClickListener(expansionClickListener); in updateOnClickListener()
360 mTouchInterceptorView.setVisibility(isExpanded ? View.GONE : View.VISIBLE); in updateOnClickListener()