Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DBottomLabelLayoutTest.java36 private BottomLabelLayout mBottomLabelLayout; field in BottomLabelLayoutTest
41 mBottomLabelLayout = new BottomLabelLayout(RuntimeEnvironment.application, null); in setUp()
42 mBottomLabelLayout.setOrientation(LinearLayout.HORIZONTAL); in setUp()
46 mBottomLabelLayout.addView(mSpace); in setUp()
51 mBottomLabelLayout.setStacked(true); in testSetStacked_stackedTrue_layoutVertical()
53 assertThat(mBottomLabelLayout.getOrientation()).isEqualTo(LinearLayout.VERTICAL); in testSetStacked_stackedTrue_layoutVertical()
59 mBottomLabelLayout.setStacked(false); in testSetStacked_stackedFalse_layoutHorizontal()
61 assertThat(mBottomLabelLayout.getOrientation()).isEqualTo(LinearLayout.HORIZONTAL); in testSetStacked_stackedFalse_layoutHorizontal()