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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSnapHelper.java55 getVerticalHelper(layoutManager));
107 getVerticalHelper(layoutManager), 0, velocityY);
133 return findCenterView(layoutManager, getVerticalHelper(layoutManager));
271 private OrientationHelper getVerticalHelper(@NonNull RecyclerView.LayoutManager layoutManager) { method in class:LinearSnapHelper
H A DPagerSnapHelper.java60 getVerticalHelper(layoutManager));
71 return findCenterView(layoutManager, getVerticalHelper(layoutManager));
88 mStartMostChildView = findStartView(layoutManager, getVerticalHelper(layoutManager));
239 private OrientationHelper getVerticalHelper(@NonNull RecyclerView.LayoutManager layoutManager) { method in class:PagerSnapHelper

Completed in 35 milliseconds