Home
last modified time | relevance | path

Searched refs:getCurrentLayoutDirection (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsGridLayoutTest.java72 doReturn(View.LAYOUT_DIRECTION_LTR).when(mGridLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()
83 doReturn(View.LAYOUT_DIRECTION_RTL).when(mGridLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()
DGlobalActionsColumnLayoutTest.java58 doReturn(View.LAYOUT_DIRECTION_LTR).when(mColumnLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()
69 doReturn(View.LAYOUT_DIRECTION_RTL).when(mColumnLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsFlatLayout.java46 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
DGlobalActionsGridLayout.java141 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
DGlobalActionsLayout.java105 protected int getCurrentLayoutDirection() { in getCurrentLayoutDirection() method in GlobalActionsLayout
DGlobalActionsColumnLayout.java59 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java533 x = getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL ? -x : x; in updatePosition()
643 private int getCurrentLayoutDirection() { in getCurrentLayoutDirection() method in KeyguardClockSwitchController