Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 25 of 37) 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.java122 private Activity startOrientationActivity(int orientation) { in startOrientationActivity()
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/
DEnsureUsingScreenOrientation.kt34 val orientation: DisplayProperties.ScreenOrientation, constant in com.android.bedstead.harrier.annotations.EnsureUsingScreenOrientation
/cts/tests/input/src/android/input/cts/
DCaptureEventActivity.kt37 val orientation = intent.getIntExtra(EXTRA_FIXED_ORIENTATION, 0) in onCreate() constant
DMultiTouchTest.kt53 var orientation = 0 variable in android.input.cts.MultiTouchTest
DMotionPredictorTest.kt217 val orientation = -Math.PI.toFloat() / 4 in testTiltOrientation() constant
/cts/tests/tests/view/src/android/view/cts/
DOrientationEventListenerTest.java83 public void onOrientationChanged(int orientation) { in onOrientationChanged()
DOrientationListenerTest.java106 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 public void changeAspectRatio(double aspectRatio, int orientation) { in changeAspectRatio()
/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/other/
DPrivacyIndicatorBoundsTests.java77 public int orientation; field in PrivacyIndicatorBoundsTests
/cts/tests/tests/content/src/android/content/res/cts/config/
DOverrideConfigTest.kt72 val orientation = resources.configuration.orientation in setUpRotation() constant
/cts/tests/tests/hardware/src/android/hardware/input/cts/virtualcreators/
DVirtualInputEventCreator.java139 int toolType, float tilt, float orientation) { in createStylusTouchMotionEvent()
156 float pressure, int buttonState, float tilt, float orientation) { in createStylusEvent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DDisplayCutoutTests.java134 public int orientation; field in DisplayCutoutTests
172 final int orientation = displaySize.getHeight() <= displaySize.getWidth() in setUpClass() local
373 private void runTest(int cutoutMode, TestDef test, int orientation) { in runTest()
DRoundedCornerTests.java88 public int orientation; field in RoundedCornerTests
/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/camera/utils/src/android/hardware/cts/helpers/
DCameraUtils.java120 Integer orientation = ch.get(CameraCharacteristics.SENSOR_ORIENTATION); in matchParametersToCharacteristics() local
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java177 int orientation = mActivity.getResources().getConfiguration().orientation; in rotate() 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()
/cts/tests/framework/base/windowmanager/src/android/server/wm/keyguard/
DKeyguardTests.java456 final int orientation = origDisplayOrientation == Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DAttachedSurfaceControlTest.java116 int orientation = activity.getResources().getConfiguration().orientation; in onBufferTransformHintChanged() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java665 int endSpacing, float orientation, long duration) { in pinchWithinView()

12