Searched refs:reverseLayout (Results 1 – 4 of 4) sorted by relevance
62 boolean reverseLayout) { in ChooserGridLayoutManager() argument63 super(context, spanCount, orientation, reverseLayout); in ChooserGridLayoutManager()
186 boolean reverseLayout = layoutStyleOEMV1 != null && layoutStyleOEMV1.getReverseLayout(); in setLayoutStyle()192 reverseLayout)); in setLayoutStyle()197 reverseLayout); in setLayoutStyle()
185 boolean reverseLayout = layoutStyleOEMV1 != null && layoutStyleOEMV1.getReverseLayout(); in setLayoutStyle()191 reverseLayout)); in setLayoutStyle()196 reverseLayout); in setLayoutStyle()
262 Context context, int orientation, boolean reverseLayout) { in HorizontalBreadcrumbLinearLayoutManager() argument263 super(context, orientation, reverseLayout); in HorizontalBreadcrumbLinearLayoutManager()