Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DGradientDrawableTest.java129 orientation, gradientDrawable.getOrientation()); in testSetOrientation()
750 assertEquals(Orientation.TOP_BOTTOM, drawable.getOrientation()); in testGradientNegativeAngle()
756 assertEquals(Orientation.TOP_BOTTOM, drawable.getOrientation()); in testGradientDrawableOrientationConstructor()
767 assertEquals(Orientation.BL_TR, drawable.getOrientation()); in testInflatedGradientOrientationUpdated()
770 assertEquals(Orientation.BOTTOM_TOP, drawable.getOrientation()); in testInflatedGradientOrientationUpdated()
/cts/tests/tests/widget/src/android/widget/cts/
DTabWidgetTest.java254 if (mockTabWidget.getOrientation() == LinearLayout.VERTICAL) { in testAddView()
257 } else if (mockTabWidget.getOrientation() == LinearLayout.HORIZONTAL) { in testAddView()
DLinearLayoutTest.java205 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation()); in testAccessWeightSum()
361 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation()); in testLayoutHorizontal()
419 assertEquals(LinearLayout.VERTICAL, parent.getOrientation()); in testLayoutVertical()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java167 that.getOrientation(), this.orientation, DELTA); in verifyMatches()
219 that.getOrientation(pointerIndex), this.orientation, DELTA); in verifyMatches()
DMotionEventTest.java708 .append(ev.getOrientation(i) * 180 / Math.PI).append(" deg\n"); in dump()
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java233 assertEquals(0, display.getOrientation());
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java185 rotv3 = SensorManager.getOrientation( ((i&1) != 0) ? R : mat9to16(R), rotv2); in testGetOrientation()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java659 public String getOrientation() throws UiObjectNotFoundException, IOException { in getOrientation() method in BasePrintTest
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java656 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in printMicrophoneInfo()
DAudioRecordTest.java931 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in printMicrophoneInfo()
DAudioManagerTest.java1548 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in testGetMicrophones()