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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DSnapHelper.java190 View snapView = findSnapView(layoutManager);
269 public abstract View findSnapView(LayoutManager layoutManager); method in class:SnapHelper
H A DLinearSnapHelper.java74 final View currentView = findSnapView(layoutManager);
131 public View findSnapView(RecyclerView.LayoutManager layoutManager) { method in class:LinearSnapHelper

Completed in 187 milliseconds