HomeSort by relevance Sort by last modified time
    Searched refs:ORIENTATION_0 (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/configstore/1.1/
types.hal 22 ORIENTATION_0,
  /hardware/interfaces/configstore/1.1/default/
SurfaceFlingerConfigs.cpp 159 DisplayOrientation value = DisplayOrientation::ORIENTATION_0;
169 value = DisplayOrientation::ORIENTATION_0;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
MathsUtils.java 37 public static final int ORIENTATION_0 = 0;
61 case ORIENTATION_0:
274 case ORIENTATION_0:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
BaseRenderer.java 140 case MathsUtils.ORIENTATION_0:
205 case MathsUtils.ORIENTATION_0:
263 case MathsUtils.ORIENTATION_0:
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoProviderTest.java 73 private static final int ORIENTATION_0 = 0;
375 mVideoCall.setDeviceOrientation(ORIENTATION_0);
380 return mConnectionInfo.mockVideoProvider.getDeviceOrientation() == ORIENTATION_0;
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
SubsamplingScaleImageView.java 78 public static final int ORIENTATION_0 = 0;
86 private static final List<Integer> VALID_ORIENTATIONS = Arrays.asList(ORIENTATION_0, ORIENTATION_90, ORIENTATION_180, ORIENTATION_270, ORIENTATION_USE_EXIF);
155 private int orientation = ORIENTATION_0;
453 onImageLoaded(Bitmap.createBitmap(imageSource.getBitmap(), imageSource.getSRegion().left, imageSource.getSRegion().top, imageSource.getSRegion().width(), imageSource.getSRegion().height()), ORIENTATION_0, false);
455 onImageLoaded(imageSource.getBitmap(), ORIENTATION_0, imageSource.isCached());
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 278 V1_1::DisplayOrientation::ORIENTATION_0);
    [all...]

Completed in 240 milliseconds