Searched refs:orientationHelper (Results 1 – 1 of 1) sorted by relevance
79 OrientationHelper orientationHelper = getOrientationHelper(layoutManager); in findSnapView() local85 View currentPosView = getFirstMostVisibleChild(orientationHelper); in findSnapView()101 handleScrollToPos(posToReturn, orientationHelper); in findSnapView()120 private void handleScrollToPos(int posToReturn, OrientationHelper orientationHelper) { in handleScrollToPos() argument132 int start = orientationHelper.getStartAfterPadding(); in handleScrollToPos()133 int viewStart = orientationHelper.getDecoratedStart(childToReturn.itemView); in handleScrollToPos()239 OrientationHelper orientationHelper = getOrientationHelper(layoutManager); in attachToRecyclerView()240 View currentPosView = getFirstMostVisibleChild(orientationHelper); in attachToRecyclerView()248 handleScrollToPos(posToReturn, orientationHelper); in attachToRecyclerView()