Home
last modified time | relevance | path

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

/cts/tests/tests/dpi/src/android/dpi/cts/
DOrientationActivity.java36 int orientation = getIntent().getIntExtra(EXTRA_ORIENTATION, -1); in onCreate() local
DConfigurationScreenLayoutTest.java89 private Activity startOrientationActivity(int orientation) { in startOrientationActivity()
/cts/tests/app/app/src/android/app/stubs/
DOrientationTestUtils.java67 Instrumentation instrumentation, final int orientation) { in changeOrientation()
/cts/tests/tests/view/src/android/view/cts/
DOrientationEventListenerTest.java80 public void onOrientationChanged(int orientation) { in onOrientationChanged()
DOrientationListenerTest.java103 public void onOrientationChanged(int orientation) { in onOrientationChanged()
DMotionEventUtils.java86 private float orientation; field in MotionEventUtils.PointerCoordsBuilder
110 public PointerCoordsBuilder withOrientation(float orientation) { in withOrientation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
DCameraOrientationActivity.java437 private void setTestedConfiguration(int cameraId, int orientation) { in setTestedConfiguration()
557 Settings(int stageIndex, int cameraId, int orientation) { in Settings()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java152 int orientation = mActivity.getResources().getConfiguration().orientation; in rotate() local
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerAppConfigurationTests.java420 private void requestOrientationInSplitScreen(int orientation, String activity) in requestOrientationInSplitScreen()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DClipDrawableTest.java379 public MockClipDrawable(Drawable drawable, int gravity, int orientation) { in MockClipDrawable()
DGradientDrawableTest.java110 Orientation orientation; in testSetOrientation() local
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java126 public final int orientation; field in ExifInterfaceTest.ExpectedValue
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerTestBase.java180 protected static String getOrientationBroadcast(int orientation) { in getOrientationBroadcast()
959 int orientation; field in ActivityManagerTestBase.ReportedSizes
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java617 int endSpacing, float orientation, long duration) { in createPinchInViewBounds()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java892 Integer orientation = c.get(CameraCharacteristics.SENSOR_ORIENTATION); in testDepthOutputCharacteristics() local
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java566 void changeOrientation(String orientation) throws UiObjectNotFoundException, IOException { in changeOrientation()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1328 final int orientation = orientationValues[i]; in testClipToScreenClipsToInsets() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2348 public ExifTestData(Location location, int orientation, in ExifTestData()