Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DPagedRecyclerView.java471 public ViewHolder findContainingViewHolder(View view) { in findContainingViewHolder() method in PagedRecyclerView
473 return mNestedRecyclerView.findContainingViewHolder(view); in findContainingViewHolder()
475 return super.findContainingViewHolder(view); in findContainingViewHolder()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationItemTouchListener.java204 recyclerView.findContainingViewHolder(viewAtPoint); in onInterceptTouchEvent()