Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DCarUiLinearLayoutStyle.java87 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout()
H A DCarUiGridLayoutStyle.java94 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DChooserGridLayoutManager.java62 boolean reverseLayout) { in ChooserGridLayoutManager()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DScrollbarHelper.java32 boolean smoothScrollbarEnabled, boolean reverseLayout) { in computeScrollOffset()
H A DLinearLayoutManager.java162 public LinearLayoutManager(Context context, int orientation, boolean reverseLayout) { in LinearLayoutManager()
375 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout()
H A DGridLayoutManager.java98 boolean reverseLayout) { in GridLayoutManager()
H A DRecyclerView.java9772 public boolean reverseLayout; field in RecyclerView.LayoutManager.Properties
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DHorizontalBreadcrumb.java262 Context context, int orientation, boolean reverseLayout) { in HorizontalBreadcrumbLinearLayoutManager()