Searched refs:orientationHelper (Results 1 – 1 of 1) sorted by relevance
74 OrientationHelper orientationHelper = getOrientationHelper(layoutManager); in findSnapView() local80 View currentPosView = getFirstMostVisibleChild(orientationHelper); in findSnapView()97 handleScrollToPos(posToReturn, orientationHelper); in findSnapView()118 private void handleScrollToPos(int posToReturn, OrientationHelper orientationHelper) { in handleScrollToPos() argument131 int start = orientationHelper.getStartAfterPadding(); in handleScrollToPos()132 int viewStart = orientationHelper.getDecoratedStart(childToReturn.itemView); in handleScrollToPos()242 OrientationHelper orientationHelper = getOrientationHelper(layoutManager); in attachToRecyclerView()243 View currentPosView = getFirstMostVisibleChild(orientationHelper); in attachToRecyclerView()251 handleScrollToPos(posToReturn, orientationHelper); in attachToRecyclerView()