HomeSort by relevance Sort by last modified time
    Searched defs:requestedOrientation (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
PixelCopyWideGamutViewProducerActivity.java 74 final int requestedOrientation = ORIENTATIONS[mCurrentOrientation];
76 requestedOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
77 || requestedOrientation == ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT;
PixelCopyViewProducerActivity.java 76 final int requestedOrientation = ORIENTATIONS[mCurrentOrientation];
78 requestedOrientation == ActivityInfo.SCREEN_ORIENTATION_PORTRAIT
79 || requestedOrientation == ActivityInfo.SCREEN_ORIENTATION_REVERSE_PORTRAIT;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowActivity.java 60 private int requestedOrientation = -1;
409 protected void setRequestedOrientation(int requestedOrientation) {
411 getParent().setRequestedOrientation(requestedOrientation);
413 this.requestedOrientation = requestedOrientation;
422 return this.requestedOrientation;
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java     [all...]

Completed in 1083 milliseconds