Home
last modified time | relevance | path

Searched refs:shouldReverseSublists (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsGridLayoutTest.java98 assertEquals(false, mGridLayout.shouldReverseSublists()); in testShouldReverseSublists()
101 assertEquals(false, mGridLayout.shouldReverseSublists()); in testShouldReverseSublists()
104 assertEquals(true, mGridLayout.shouldReverseSublists()); in testShouldReverseSublists()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsGridLayout.java42 listView.setReverseSublists(shouldReverseSublists()); in setupListView()
114 protected boolean shouldReverseSublists() { in shouldReverseSublists() method in GlobalActionsGridLayout