Searched refs:getCurrentLayoutDirection (Results 1 – 7 of 7) sorted by relevance
72 doReturn(View.LAYOUT_DIRECTION_LTR).when(mGridLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()83 doReturn(View.LAYOUT_DIRECTION_RTL).when(mGridLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()
58 doReturn(View.LAYOUT_DIRECTION_LTR).when(mColumnLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()69 doReturn(View.LAYOUT_DIRECTION_RTL).when(mColumnLayout).getCurrentLayoutDirection(); in testShouldReverseListItems()
46 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
141 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
105 protected int getCurrentLayoutDirection() { in getCurrentLayoutDirection() method in GlobalActionsLayout
59 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
533 x = getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL ? -x : x; in updatePosition()643 private int getCurrentLayoutDirection() { in getCurrentLayoutDirection() method in KeyguardClockSwitchController