Home
last modified time | relevance | path

Searched refs:reverseLayout (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserGridLayoutManager.java62 boolean reverseLayout) { in ChooserGridLayoutManager() argument
63 super(context, spanCount, orientation, reverseLayout); in ChooserGridLayoutManager()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
DRecyclerViewAdapterProxyV1.java186 boolean reverseLayout = layoutStyleOEMV1 != null && layoutStyleOEMV1.getReverseLayout(); in setLayoutStyle()
192 reverseLayout)); in setLayoutStyle()
197 reverseLayout); in setLayoutStyle()
DRecyclerViewAdapterProxyV2.java185 boolean reverseLayout = layoutStyleOEMV1 != null && layoutStyleOEMV1.getReverseLayout(); in setLayoutStyle()
191 reverseLayout)); in setLayoutStyle()
196 reverseLayout); in setLayoutStyle()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DHorizontalBreadcrumb.java262 Context context, int orientation, boolean reverseLayout) { in HorizontalBreadcrumbLinearLayoutManager() argument
263 super(context, orientation, reverseLayout); in HorizontalBreadcrumbLinearLayoutManager()