Home
last modified time | relevance | path

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

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