Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 25 of 34) sorted by relevance

12

/cts/tests/tests/dpi/src/android/dpi/cts/
DOrientationActivity.java36 int orientation = getIntent().getIntExtra(EXTRA_ORIENTATION, -1); in onCreate() local
DConfigurationScreenLayoutTest.java127 private Activity startOrientationActivity(int orientation) { in startOrientationActivity()
/cts/tests/input/src/android/input/cts/
DCaptureEventActivity.kt36 val orientation = intent.getIntExtra(EXTRA_FIXED_ORIENTATION, 0) in onCreate() constant
DMultiTouchTest.kt44 var orientation = 0 variable
/cts/tests/tests/view/src/android/view/cts/
DOrientationEventListenerTest.java81 public void onOrientationChanged(int orientation) { in onOrientationChanged()
DOrientationListenerTest.java104 public void onOrientationChanged(int orientation) { in onOrientationChanged()
DMotionEventUtils.java86 private float orientation; field in MotionEventUtils.PointerCoordsBuilder
111 public PointerCoordsBuilder withOrientation(float orientation) { in withOrientation()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DDisplayMetricsSession.java49 void changeAspectRatio(double aspectRatio, int orientation) { in changeAspectRatio()
DActivityManagerTestBase.java473 void requestOrientation(int orientation) { in requestOrientation()
517 void requestOrientationForPip(int orientation) { in requestOrientationForPip()
/cts/tests/sensor/src/android/hardware/cts/accessories/
DVirtualHeadTracker.java77 private static String orientationFloatToStr(float[] orientation) { in orientationFloatToStr()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPrivacyIndicatorBoundsTests.java76 public int orientation; field in PrivacyIndicatorBoundsTests
DDisplayCutoutTests.java128 public int orientation; field in DisplayCutoutTests
166 final int orientation = displaySize.getHeight() <= displaySize.getWidth() in setUpClass() local
364 private void runTest(int cutoutMode, TestDef test, int orientation) { in runTest()
DRoundedCornerTests.java85 public int orientation; field in RoundedCornerTests
DKeyguardTests.java374 final int orientation = origDisplayOrientation == Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation() local
/cts/tests/tests/content/src/android/content/res/cts/config/
DOverrideConfigTest.kt72 val orientation = resources.configuration.orientation in setUpRotation() constant
/cts/libs/helpers/interfaces/src/com/android/cts/helpers/
DICtsPrintHelper.java78 void setPageOrientation(String orientation); in setPageOrientation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java481 private void setTestedConfiguration(int cameraId, int orientation) { in setTestedConfiguration()
604 Settings(int stageIndex, int cameraId, int orientation) { in Settings()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java161 int orientation = mActivity.getResources().getConfiguration().orientation; in rotate() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DAttachedSurfaceControlTest.java95 int orientation = activity.getResources().getConfiguration().orientation; in onBufferTransformHintChanged() local
/cts/tests/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java119 Integer orientation = ch.get(CameraCharacteristics.SENSOR_ORIENTATION); in matchParametersToCharacteristics() local
/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java206 public void setPageOrientation(String orientation) throws TestHelperException { in setPageOrientation()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DClipDrawableTest.java380 public MockClipDrawable(Drawable drawable, int gravity, int orientation) { in MockClipDrawable()
DGradientDrawableTest.java126 Orientation orientation; in testSetOrientation() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java661 int endSpacing, float orientation, long duration) { in pinchWithinView()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java587 protected void changeOrientation(String orientation) throws TestHelperException { in changeOrientation()

12