Searched refs:findSnapView (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DSnapHelper.java189 View snapView = findSnapView(layoutManager);
287 public abstract View findSnapView(RecyclerView.LayoutManager layoutManager); method in class:SnapHelper
H A DLinearSnapHelper.java75 final View currentView = findSnapView(layoutManager);
132 public View findSnapView(RecyclerView.LayoutManager layoutManager) { method in class:LinearSnapHelper
H A DPagerSnapHelper.java71 public View findSnapView(RecyclerView.LayoutManager layoutManager) { method in class:PagerSnapHelper
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedSnapHelper.java100 public View findSnapView(RecyclerView.LayoutManager layoutManager) { method in class:PagedSnapHelper

Completed in 10 milliseconds