Searched refs:getCurrentLayoutDirection (Results 1 – 5 of 5) 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()
85 protected int getCurrentLayoutDirection() { in getCurrentLayoutDirection() method in GlobalActionsLayout
141 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()
59 if (getCurrentLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in shouldReverseListItems()