Home
last modified time | relevance | path

Searched defs:reverseLayout (Results 1 – 14 of 14) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DBaseGridLayoutManagerTest.java119 public Config(int spanCount, int orientation, boolean reverseLayout) { in Config()
140 public Config reverseLayout(boolean reverseLayout) { in reverseLayout() argument
170 boolean reverseLayout) { in WrappedGridLayoutManager()
DBaseLinearLayoutManagerTest.java365 Config(int orientation, boolean reverseLayout, boolean stackFromEnd) { in Config()
395 Config reverseLayout(boolean reverseLayout) { in reverseLayout() argument
464 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in WrappedLinearLayoutManager()
DLinearLayoutManagerFindReferenceChildTest.kt47 listOf(false, true).flatMap { reverseLayout -> in <lambda>() method
DLinearLayoutManagerFindZeroPxReferenceChildTest.kt71 listOf(false, true).flatMap { reverseLayout -> in <lambda>() method
DLinearLayoutManagerRemoveShownItemsTest.kt45 listOf(false, true).flatMap { reverseLayout -> in <lambda>() method
DBaseStaggeredGridLayoutManagerTest.java419 Config(int orientation, boolean reverseLayout, int spanCount, int gapStrategy) { in Config()
435 Config reverseLayout(boolean reverseLayout) { in reverseLayout() argument
DRecyclerViewFocusTest.java264 TestLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in TestLinearLayoutManager()
DAsyncListUtilLayoutTest.java317 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in WrappedLinearLayoutManager()
DLinearLayoutManagerExtraLayoutSpaceTest.java331 ExtraLayoutSpaceLayoutManager(Context context, int orientation, boolean reverseLayout) { in ExtraLayoutSpaceLayoutManager()
DGridLayoutManagerTest.java101 private void scrollToBadOffset(boolean reverseLayout) throws Throwable { in scrollToBadOffset()
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DScrollbarHelper.java31 boolean smoothScrollbarEnabled, boolean reverseLayout) { in computeScrollOffset()
DLinearLayoutManager.java183 boolean reverseLayout in LinearLayoutManager()
472 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout()
DGridLayoutManager.java159 @RecyclerView.Orientation int orientation, boolean reverseLayout) { in GridLayoutManager()
DRecyclerView.java11730 public boolean reverseLayout; field in RecyclerView.LayoutManager.Properties