Home
last modified time | relevance | path

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

/cts/tests/tests/dpi/src/android/dpi/cts/
DOrientationActivity.java36 int orientation = getIntent().getIntExtra(EXTRA_ORIENTATION, -1); in onCreate() local
DConfigurationScreenLayoutTest.java110 private Activity startOrientationActivity(int orientation) { in startOrientationActivity()
/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
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()
561 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/tests/graphics/src/android/graphics/drawable/cts/
DClipDrawableTest.java380 public MockClipDrawable(Drawable drawable, int gravity, int orientation) { in MockClipDrawable()
DGradientDrawableTest.java124 Orientation orientation; in testSetOrientation() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java722 private void requestOrientationInSplitScreen(RotationSession rotationSession, int orientation, in requestOrientationInSplitScreen()
DKeyguardTests.java369 final int orientation = origDisplayOrientation == Configuration.ORIENTATION_LANDSCAPE in testNoTransientConfigurationWhenShowWhenLockedRequestsOrientation() local
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityAndWindowManagersState.java287 void waitForLastOrientation(int orientation) { in waitForLastOrientation()
295 void waitForActivityOrientation(ComponentName activityName, int orientation) { in waitForActivityOrientation()
DActivityManagerTestBase.java328 void requestOrientation(int orientation) { in requestOrientation()
349 void requestOrientationForPip(int orientation) { in requestOrientationForPip()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java139 public final int orientation; field in ExifInterfaceTest.ExpectedValue
DAudioManagerTest.java1548 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in testGetMicrophones() local
DMediaRecorderTest.java656 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in printMicrophoneInfo() local
DAudioRecordTest.java931 MicrophoneInfo.Coordinate3F orientation = microphone.getOrientation(); in printMicrophoneInfo() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java593 int endSpacing, float orientation, long duration) { in pinchWithinView()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java644 protected void changeOrientation(String orientation) throws UiObjectNotFoundException, in changeOrientation()
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2260 Integer orientation = ch.get(CameraCharacteristics.SENSOR_ORIENTATION); in matchParametersToCharacteritics() local
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1710 final int orientation = orientationValues[i]; in testClipToScreenClipsToInsets() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2672 public ExifTestData(Location location, int orientation, in ExifTestData()