/frameworks/av/services/camera/libcameraservice/tests/ |
D | DepthProcessorTest.cpp | 119 generateColorJpegBuffer(jpegQuality, ExifOrientation::ORIENTATION_UNDEFINED, in TEST() 163 generateColorJpegBuffer(jpegQuality, ExifOrientation::ORIENTATION_UNDEFINED, in TEST() 214 ExifOrientation exifOrientations[] = { ExifOrientation::ORIENTATION_UNDEFINED, in TEST() 221 if (exifOrientation != ExifOrientation::ORIENTATION_UNDEFINED) { in TEST() 222 auto jpegExifOrientation = ExifOrientation::ORIENTATION_UNDEFINED; in TEST() 261 auto depthJpegExifOrientation = ExifOrientation::ORIENTATION_UNDEFINED; in TEST() 264 if (exifOrientation == ORIENTATION_UNDEFINED) { in TEST() 272 auto confidenceJpegExifOrientation = ExifOrientation::ORIENTATION_UNDEFINED; in TEST() 276 if (exifOrientation == ORIENTATION_UNDEFINED) { in TEST() 319 auto jpegExifOrientation = ExifOrientation::ORIENTATION_UNDEFINED; in TEST() [all …]
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | ThumbnailData.java | 19 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 44 orientation = ORIENTATION_UNDEFINED; in ThumbnailData()
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | ExifUtils.h | 36 ORIENTATION_UNDEFINED = 0x0, enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | RotationLockTile.java | 89 if (lockOrientation == Configuration.ORIENTATION_UNDEFINED) { in isCurrentOrientationLockPortrait()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | RotationPolicy.java | 91 return Configuration.ORIENTATION_UNDEFINED; in getRotationLockOrientation()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | DngCreator.java | 158 if (orientation < ExifInterface.ORIENTATION_UNDEFINED || in setOrientation() 165 if (orientation == ExifInterface.ORIENTATION_UNDEFINED) { in setOrientation()
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 617 public static final int ORIENTATION_UNDEFINED = 0; field in Configuration 1021 case ORIENTATION_UNDEFINED: sb.append(" ?orien"); break; in toString() 1362 orientation = ORIENTATION_UNDEFINED; in setToDefaults() 1467 if (delta.orientation != ORIENTATION_UNDEFINED in updateFrom() 1672 if ((compareUndefined || delta.orientation != ORIENTATION_UNDEFINED) in diff() 2608 ORIENTATION_UNDEFINED); in readXmlAttrs() 2670 if (config.orientation != ORIENTATION_UNDEFINED) { in writeXmlAttrs()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | DepthPhotoProcessor.cpp | 80 return ExifOrientation::ORIENTATION_UNDEFINED; in getExifOrientation() 204 if (exifOrientation != ExifOrientation::ORIENTATION_UNDEFINED) { in encodeGrayscaleJpeg()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | RenderAction.java | 389 config.orientation = Configuration.ORIENTATION_UNDEFINED; in getConfiguration()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | TaskViewThumbnail.java | 57 private int mDisplayOrientation = Configuration.ORIENTATION_UNDEFINED;
|
D | TaskStackView.java | 200 private int mDisplayOrientation = Configuration.ORIENTATION_UNDEFINED;
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PipSnapAlgorithm.java | 66 private int mOrientation = Configuration.ORIENTATION_UNDEFINED;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestUtils.java | 1878 if (exifOrientation == ExifInterface.ORIENTATION_UNDEFINED) { in verifyJpegKeys() 2030 final int ORIENTATION_MIN = ExifInterface.ORIENTATION_UNDEFINED; in verifyJpegExifExtraTags() 2042 boolean deviceRotatedImage = exifOrientation == ExifInterface.ORIENTATION_UNDEFINED; in verifyJpegExifExtraTags()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipManager.java | 128 private int mLastOrientation = Configuration.ORIENTATION_UNDEFINED;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskRecord.java | 50 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 2177 if (inOutConfig.orientation == ORIENTATION_UNDEFINED) { in computeConfigResourceOverrides() 2280 (overrideOrientation != ORIENTATION_UNDEFINED || refActivity == null) in computeFullscreenBounds() 2282 if (forcedOrientation == ORIENTATION_UNDEFINED || forcedOrientation == parentOrientation) { in computeFullscreenBounds()
|
D | ActivityRecord.java | 85 import static android.content.res.Configuration.ORIENTATION_UNDEFINED; 2756 return ORIENTATION_UNDEFINED; in getRequestedConfigurationOrientation() 2936 if (requestedOrientation != ORIENTATION_UNDEFINED) { in resolveSizeCompatModeConfiguration()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 161 private int mOrientation = Configuration.ORIENTATION_UNDEFINED;
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 442 public static final int ORIENTATION_UNDEFINED = 0; field in ExifInterface
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 9129 field public static final int ORIENTATION_UNDEFINED = 0; // 0x0 14363 field public static final int ORIENTATION_UNDEFINED = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 12232 field public static final int ORIENTATION_UNDEFINED = 0; // 0x0 23849 field public static final int ORIENTATION_UNDEFINED = 0; // 0x0
|