Searched refs:getOrientation (Results 1 – 14 of 14) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | GradientDrawableTest.java | 131 orientation, gradientDrawable.getOrientation()); in testSetOrientation() 829 ((GradientDrawable) context.getDrawable(resId)).getOrientation()); in verifyGradientOrientation() 842 assertEquals(Orientation.LEFT_RIGHT, drawable.getOrientation()); in testGradientNoAngle() 850 assertEquals(Orientation.TOP_BOTTOM, new GradientDrawable().getOrientation()); in testDynamicGradientDefaultOrientation() 856 assertEquals(Orientation.TOP_BOTTOM, drawable.getOrientation()); in testGradientDrawableOrientationConstructor() 867 assertEquals(Orientation.BL_TR, drawable.getOrientation()); in testInflatedGradientOrientationUpdated() 870 assertEquals(Orientation.BOTTOM_TOP, drawable.getOrientation()); in testInflatedGradientOrientationUpdated()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TabWidgetTest.java | 262 if (mockTabWidget.getOrientation() == LinearLayout.VERTICAL) { in testAddView() 265 } else if (mockTabWidget.getOrientation() == LinearLayout.HORIZONTAL) { in testAddView()
|
D | LinearLayoutTest.java | 214 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation()); in testAccessWeightSum() 370 assertEquals(LinearLayout.HORIZONTAL, parent.getOrientation()); in testLayoutHorizontal() 428 assertEquals(LinearLayout.VERTICAL, parent.getOrientation()); in testLayoutVertical()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventUtils.java | 174 that.getOrientation(), this.orientation, DELTA); in verifyMatches() 229 that.getOrientation(pointerIndex), this.orientation, DELTA); in verifyMatches()
|
D | MotionEventTest.java | 818 .append(ev.getOrientation(i) * 180 / Math.PI).append(" deg\n"); in dump()
|
/cts/tests/input/src/android/input/cts/ |
D | MotionPredictorTest.kt | 242 assertEquals(orientation, predicted.getOrientation(0), tolerance) in testTiltOrientation()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 185 rotv3 = SensorManager.getOrientation( ((i&1) != 0) ? R : mat9to16(R), rotv2); in testGetOrientation()
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 591 public String getOrientation() throws TestHelperException { in getOrientation() method in BasePrintTest
|
/cts/tests/tests/display/src/android/display/cts/ |
D | DisplayTest.java | 594 assertEquals(0, display.getOrientation());
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioRecordTest.java | 908 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in printMicrophoneInfo()
|
D | AudioManagerTest.java | 1948 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in testGetMicrophones()
|
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/ |
D | MediaRecorderTest.java | 720 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in printMicrophoneInfo()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsService.java | 1173 SensorManager.getOrientation(mRotationMatrix, orientationVals); in sendResponse()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 15341 method public int getOrientation(); 17627 method public android.graphics.drawable.GradientDrawable.Orientation getOrientation(); 18744 method public static float[] getOrientation(float[], float[]); 24749 method public android.media.MicrophoneInfo.Coordinate3F getOrientation(); 50715 method @Deprecated public int getOrientation(); 51810 method public float getOrientation(); 51811 method public float getOrientation(int); 59337 method public int getOrientation(); 59560 method public int getOrientation();
|