Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
DCarUiLinearLayoutStyle.java49 layoutStyle.setReverseLayout(((LinearLayoutManager) layoutManager).getReverseLayout()); in from()
81 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout() method in CarUiLinearLayoutStyle
DCarUiGridLayoutStyle.java55 layoutStyle.setReverseLayout(((GridLayoutManager) layoutManager).getReverseLayout()); in from()
96 public void setReverseLayout(boolean reverseLayout) { in setReverseLayout() method in CarUiGridLayoutStyle
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java513 manager.setReverseLayout(false); in onCreateView()