Home
last modified time | relevance | path

Searched refs:OrientationHelper (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java33 public abstract class OrientationHelper { class
47 private OrientationHelper(RecyclerView.LayoutManager layoutManager) { in OrientationHelper() method in OrientationHelper
232 public static OrientationHelper createOrientationHelper( in createOrientationHelper()
249 public static OrientationHelper createHorizontalHelper( in createHorizontalHelper()
251 return new OrientationHelper(layoutManager) { in createHorizontalHelper()
348 public static OrientationHelper createVerticalHelper(RecyclerView.LayoutManager layoutManager) {
349 return new OrientationHelper(layoutManager) {
DScrollbarHelper.java30 static int computeScrollOffset(RecyclerView.State state, OrientationHelper orientation, in computeScrollOffset()
61 static int computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, in computeScrollExtent()
80 static int computeScrollRange(RecyclerView.State state, OrientationHelper orientation, in computeScrollRange()
DLinearLayoutManager.java47 public static final int HORIZONTAL = OrientationHelper.HORIZONTAL;
49 public static final int VERTICAL = OrientationHelper.VERTICAL;
80 OrientationHelper mOrientationHelper;
961 mOrientationHelper = OrientationHelper.createOrientationHelper(this, mOrientation); in ensureLayoutState()