Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTabWidgetTest.java168 if (mockTabWidget.getOrientation() == LinearLayout.VERTICAL) { in testAddView()
171 } else if (mockTabWidget.getOrientation() == LinearLayout.HORIZONTAL) { in testAddView()
DLinearLayoutTest.java165 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation()); in testAccessWeightSum()
250 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation()); in testLayoutHorizontal()
307 assertEquals(LinearLayout.VERTICAL, parent.getOrientation()); in testLayoutVertical()
/cts/hostsidetests/theme/
Dandroid_device.py89 def getOrientation(self): member in androidDevice
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java169 assertEquals(0, display.getOrientation()); in testGetDisplayAttrs()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java407 .append(ev.getOrientation(i) * 180 / Math.PI).append(" deg\n"); in dump()
/cts/tests/tests/hardware/src/android/hardware/cts/
DSensorManagerStaticTest.java185 rotv3 = SensorManager.getOrientation( ((i&1) != 0) ? R : mat9to16(R), rotv2); in testGetOrientation()