/frameworks/base/core/java/android/view/ |
D | OrientationEventListener.java | 34 private int mOrientation = ORIENTATION_UNKNOWN; 48 public static final int ORIENTATION_UNKNOWN = -1; field in OrientationEventListener 120 int orientation = ORIENTATION_UNKNOWN; in onSensorChanged()
|
D | OrientationListener.java | 38 public static final int ORIENTATION_UNKNOWN = OrientationEventListener.ORIENTATION_UNKNOWN; field in OrientationListener
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/ |
D | WallpaperCropperTest.java | 20 import static android.app.WallpaperManager.ORIENTATION_UNKNOWN; 98 private int mFolded = ORIENTATION_UNKNOWN; 99 private int mFoldedRotated = ORIENTATION_UNKNOWN; 100 private int mUnfolded = ORIENTATION_UNKNOWN; 101 private int mUnfoldedRotated = ORIENTATION_UNKNOWN; 137 if (orientation == ORIENTATION_UNKNOWN) return ORIENTATION_UNKNOWN; in getFoldedOrientation() 140 return ORIENTATION_UNKNOWN; in getFoldedOrientation() 144 if (orientation == ORIENTATION_UNKNOWN) return ORIENTATION_UNKNOWN; in getUnfoldedOrientation() 147 return ORIENTATION_UNKNOWN; in getUnfoldedOrientation()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperDisplayHelper.java | 19 import static android.app.WallpaperManager.ORIENTATION_UNKNOWN; 239 return ORIENTATION_UNKNOWN; in getFoldedOrientation() 251 return ORIENTATION_UNKNOWN; in getUnfoldedOrientation()
|
D | WallpaperData.java | 20 import static android.app.WallpaperManager.ORIENTATION_UNKNOWN; 177 int mOrientationWhenSet = ORIENTATION_UNKNOWN;
|
D | WallpaperCropper.java | 19 import static android.app.WallpaperManager.ORIENTATION_UNKNOWN; 135 if (unfoldedOrientation != ORIENTATION_UNKNOWN) { in getCrop() 409 Rect cropHint = suggestedCrops.get(ORIENTATION_UNKNOWN); in getDefaultCrops() 504 Rect tempCropHint = wallpaper.mCropHints.get(ORIENTATION_UNKNOWN); in generateCropInternal()
|
D | WallpaperDataParser.java | 21 import static android.app.WallpaperManager.ORIENTATION_UNKNOWN; 485 if (unfoldedOrientation != ORIENTATION_UNKNOWN) { in writeWallpaperAttributes()
|
D | WallpaperManagerService.java | 26 import static android.app.WallpaperManager.ORIENTATION_UNKNOWN; 3001 if (orientation == ORIENTATION_UNKNOWN && cropMap.size() > 1) { in getCropMap()
|
/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
D | RotationResolverManagerService.java | 77 static final int ORIENTATION_UNKNOWN = field in RotationResolverManagerService 269 return ORIENTATION_UNKNOWN; in errorCodeToProto()
|
/frameworks/base/media/java/android/media/ |
D | MicrophoneInfo.java | 117 public static final Coordinate3F ORIENTATION_UNKNOWN = new Coordinate3F(0.0f, 0.0f, 0.0f); field in MicrophoneInfo
|
D | AudioManager.java | 8130 MicrophoneInfo.POSITION_UNKNOWN, MicrophoneInfo.ORIENTATION_UNKNOWN, in microphoneInfoFromAudioDeviceInfo()
|
/frameworks/proto_logging/stats/enums/hardware/biometrics/ |
D | enums.proto | 81 ORIENTATION_UNKNOWN = 0; enumerator
|
/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
D | BiometricFrameworkStatsLogger.java | 279 return BiometricsProtoEnums.ORIENTATION_UNKNOWN; in orientationType()
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 312 ORIENTATION_UNKNOWN, 324 public static final int ORIENTATION_UNKNOWN = -1; field in WallpaperManager 375 default: return ORIENTATION_UNKNOWN; in getRotatedOrientation() 2279 if (visibleCropHint != null) cropMap.put(ORIENTATION_UNKNOWN, visibleCropHint); in setBitmap() 2469 if (visibleCropHint != null) cropMap.put(ORIENTATION_UNKNOWN, visibleCropHint); in setStream()
|
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/ |
D | WallpaperBackupAgent.java | 21 import static android.app.WallpaperManager.ORIENTATION_UNKNOWN; 923 if (!cropHint.isEmpty()) cropHints.put(ORIENTATION_UNKNOWN, cropHint); in parseCropHints()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 24772 field public static final android.media.MicrophoneInfo.Coordinate3F ORIENTATION_UNKNOWN; 52011 field public static final int ORIENTATION_UNKNOWN = -1; // 0xffffffff 52022 field @Deprecated public static final int ORIENTATION_UNKNOWN = -1; // 0xffffffff
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33088 field public static final int ORIENTATION_UNKNOWN = -1; // 0xffffffff 33099 field public static final int ORIENTATION_UNKNOWN = -1; // 0xffffffff
|