/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | RotationUtils.java | 45 public static Insets rotateInsets(Insets insets, @Rotation int rotation) { in rotateInsets() 101 @Rotation int rotation) { in rotateBounds() 135 public static void rotateBounds(Rect inOutBounds, Rect parentBounds, @Rotation int rotation) { in rotateBounds() 153 @Rotation int rotation) { in rotateSurface() 178 public static void rotatePoint(Point inOutPoint, @Rotation int rotation, in rotatePoint() 201 public static void rotatePointF(PointF inOutPoint, @Rotation int rotation, in rotatePointF() 228 public static void transformPhysicalToLogicalCoordinates(@Rotation int rotation, in transformPhysicalToLogicalCoordinates() 259 public static int reverseRotationDirectionAroundZAxis(@Surface.Rotation int rotation) { in reverseRotationDirectionAroundZAxis()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | StatusBarContentInsetsProviderImpl.java | 144 …t getBoundingRectForPrivacyChipForRotation(@com.android.systemui.util.leak.RotationUtils.Rotation() in getBoundingRectForPrivacyChipForRotation() 152 …nsets getStatusBarContentInsetsForRotation(@com.android.systemui.util.leak.RotationUtils.Rotation() in getStatusBarContentInsetsForRotation() 165 …cs.Rect getStatusBarContentAreaForRotation(@com.android.systemui.util.leak.RotationUtils.Rotation() in getStatusBarContentAreaForRotation() 192 private final void setBottomMarginOverride(int rotation, float marginBottomDp) { in setBottomMarginOverride() 201 public int getStatusBarPaddingTop(@com.android.systemui.util.leak.RotationUtils.Rotation() in getStatusBarPaddingTop() 213 …entInsetsProviderImpl.CacheKey getCacheKey(@com.android.systemui.util.leak.RotationUtils.Rotation() in getCacheKey() 220 private final int rotation = 0; field in StatusBarContentInsetsProviderImpl.CacheKey 226 public CacheKey(@com.android.systemui.util.leak.RotationUtils.Rotation() in CacheKey() 262 …BarContentInsetsProviderImpl.CacheKey copy(@com.android.systemui.util.leak.RotationUtils.Rotation() in copy()
|
D | StatusBarContentInsetsProvider.java | 75 …t getBoundingRectForPrivacyChipForRotation(@com.android.systemui.util.leak.RotationUtils.Rotation() in getBoundingRectForPrivacyChipForRotation() 87 …nsets getStatusBarContentInsetsForRotation(@com.android.systemui.util.leak.RotationUtils.Rotation() in getStatusBarContentInsetsForRotation() 107 …cs.Rect getStatusBarContentAreaForRotation(@com.android.systemui.util.leak.RotationUtils.Rotation() in getStatusBarContentAreaForRotation() 116 …public abstract int getStatusBarPaddingTop(@com.android.systemui.util.leak.RotationUtils.Rotation() in getStatusBarPaddingTop()
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | desktop_frame_rotation.cc | 20 libyuv::RotationMode ToLibyuvRotationMode(Rotation rotation) { in ToLibyuvRotationMode() 37 Rotation rotation, in RotateAndOffsetRect() 46 Rotation ReverseRotation(Rotation rotation) { in ReverseRotation() 61 DesktopSize RotateSize(DesktopSize size, Rotation rotation) { in RotateSize() 74 DesktopRect RotateRect(DesktopRect rect, DesktopSize size, Rotation rotation) { in RotateRect() 95 const Rotation& rotation, in RotateDesktopFrame()
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayRotationTests.java | 399 final int rotation = mTarget.rotationForOrientation( in testReturnsSideways_UserRotationLocked_IncompatibleAppRequest() local 547 private SensorEvent createSensorEvent(int rotation) throws Exception { in createSensorEvent() 776 final int rotation = mTarget.rotationForOrientation(SCREEN_ORIENTATION_LANDSCAPE, in testReturnsCompatibleRotation_SensorEnabled_RotationThawed() local 1062 final int rotation = mTarget.rotationForOrientation( in testReturnsUserRotation_FixedToUserRotation_IgnoreIncompatibleAppRequest() local 1328 private void freezeRotation(int rotation) { in freezeRotation() 1394 private DisplayRotationBuilder setLidOpenRotation(int rotation) { in setLidOpenRotation() 1399 private DisplayRotationBuilder setCarDockRotation(int rotation) { in setCarDockRotation() 1404 private DisplayRotationBuilder setDeskDockRotation(int rotation) { in setDeskDockRotation() 1409 private DisplayRotationBuilder setUndockedHdmiRotation(int rotation) { in setUndockedHdmiRotation() 1495 private int convertRotationToDegrees(@Surface.Rotation int rotation) { in convertRotationToDegrees() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayRotation.java | 368 final int rotation = mContext.getResources().getInteger(resID); in readRotation() local 457 void applyCurrentRotation(@Surface.Rotation int rotation) { in applyCurrentRotation() 465 void setRotation(@Surface.Rotation int rotation) { in setRotation() 575 int rotation = rotationForOrientation(lastOrientation, oldRotation); in updateRotationUnchecked() local 979 void freezeRotation(int rotation, String caller) { in freezeRotation() 1206 final int rotation = rotationForOrientation(mLastOrientation, oldRotation); in needsUpdate() local 1444 boolean isLandscapeOrSeascape(@Surface.Rotation final int rotation) { in isLandscapeOrSeascape() 1448 boolean isAnyPortrait(@Surface.Rotation final int rotation) { in isAnyPortrait() 1563 private void sendProposedRotationChangeToStatusBarInternal(int rotation, boolean isValid) { in sendProposedRotationChangeToStatusBarInternal() 1566 bar.onProposedRotationChanged(mDisplayContent.getDisplayId(), rotation, isValid); in sendProposedRotationChangeToStatusBarInternal() local [all …]
|
H A D | DisplayContent.java | 1827 final int rotation = mDisplayRotation.rotationForOrientation(orientation, displayRotation); in applyFixedRotationForNonTopVisibleActivityIfNeeded() local 1876 final int rotation = mDisplayRotation.rotationForOrientation(activityOrientation, in rotationForActivityInDifferentOrientation() local 1964 final int rotation = rotationForActivityInDifferentOrientation(orientationSrc); in handleTopActivityLaunchingInDifferentOrientation() local 2006 void setFixedRotationLaunchingAppUnchecked(@Nullable ActivityRecord r, int rotation) { in setFixedRotationLaunchingAppUnchecked() 2027 void setFixedRotationLaunchingApp(@NonNull ActivityRecord r, @Rotation int rotation) { in setFixedRotationLaunchingApp() 2101 private void startFixedRotationTransform(WindowToken token, int rotation) { in startFixedRotationTransform() 2122 int rotation = rotationForActivityInDifferentOrientation(activityRecord); in rotateInDifferentOrientationIfNeeded() local 2249 private void applyRotation(final int oldRotation, final int rotation) { in applyRotation() 2289 setFixedTransformHint(getPendingTransaction(), mSurfaceControl, rotation); in applyRotation() local 2299 void setFixedTransformHint(Transaction t, SurfaceControl sc, int rotation) { in setFixedTransformHint() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/ui/viewmodel/ |
D | PromptIconViewModel.java | 114 …private final int getSfpsIconViewAsset(com.android.systemui.biometrics.shared.model.DisplayRotatio… in getSfpsIconViewAsset() 129 …rivate final int getCoexSfpsIconViewAsset(com.android.systemui.biometrics.shared.model.DisplayRota… in getCoexSfpsIconViewAsset() 217 …final int getSfpsAsset_fingerprintToError(com.android.systemui.biometrics.shared.model.DisplayRota… in getSfpsAsset_fingerprintToError() 221 …final int getSfpsAsset_errorToFingerprint(com.android.systemui.biometrics.shared.model.DisplayRota… in getSfpsAsset_errorToFingerprint() 225 …inal int getSfpsAsset_fingerprintToUnlock(com.android.systemui.biometrics.shared.model.DisplayRota… in getSfpsAsset_fingerprintToUnlock() 229 …nal int getSfpsAsset_fingerprintToSuccess(com.android.systemui.biometrics.shared.model.DisplayRota… in getSfpsAsset_fingerprintToSuccess()
|
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | AccessibilityNodeInfoDumper.java | 59 public static void dumpWindowToFile(AccessibilityNodeInfo root, int rotation, in dumpWindowToFile() 82 public static void dumpWindowToFile(AccessibilityNodeInfo root, File dumpFile, int rotation, in dumpWindowToFile() 140 int rotation = display.getRotation(); in dumpWindowsToFile() local 144 dumpWindowRec(windows.get(i), serializer, i, size.x, size.y, rotation); in dumpWindowsToFile() local 160 int index, int width, int height, int rotation) throws IOException { in dumpWindowRec()
|
/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/math/ |
D | Pose.java | 35 public final Quaternion rotation; field in Pose 38 public Pose(Vector3 translation, Quaternion rotation) { in Pose() 51 public Pose(float[] translation, float[] rotation) { in Pose() 85 Quaternion rotation = Quaternion.fromMatrix(matrix); in fromMatrix() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | PrivacyIndicatorBounds.java | 50 public PrivacyIndicatorBounds(@NonNull Rect[] staticBounds, @Surface.Rotation int rotation) { in PrivacyIndicatorBounds() 67 @Surface.Rotation int rotation) { in updateBoundsForRotation() 107 public PrivacyIndicatorBounds rotate(@Surface.Rotation int rotation) { in rotate() 215 int rotation = in.readInt(); in PrivacyIndicatorBounds() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/view/ |
H A D | RotationPolicy.java | 79 final int rotation = in getRotationLockOrientation() local 109 final int rotation = areAllRotationsAllowed(context) in setRotationLock() local 119 final int rotation, String caller) { in setRotationLockAtAngle() 150 private static void setRotationLock(final boolean enabled, final int rotation, in setRotationLock()
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | EncodedImage.java | 56 public final int rotation; field in EncodedImage 72 int encodedHeight, long captureTimeNs, FrameType frameType, int rotation, in EncodedImage() 131 private int rotation; field in EncodedImage.Builder 168 public Builder setRotation(int rotation) { in setRotation()
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | video_frame.cc | 200 VideoFrame::Builder& VideoFrame::Builder::set_rotation(VideoRotation rotation) { in set_rotation() 236 webrtc::VideoRotation rotation, in VideoFrame() 247 VideoRotation rotation) in VideoFrame() 261 VideoRotation rotation, in VideoFrame()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
H A D | UdfpsUtilsTest.java | 62 int rotation = Surface.ROTATION_0; in testTouchOutsideAreaNoRotation() local 104 int rotation = Surface.ROTATION_90; in testTouchOutsideAreaRotation90Degrees() local 146 int rotation = Surface.ROTATION_270; in testTouchOutsideAreaRotation270Degrees() local
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 44 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/ui/include/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 44 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/ui/include/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 44 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 44 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/ui/include/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 44 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 44 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 44 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 44 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/ui/include/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 53 constexpr const char* toCString(Rotation rotation) { in toCString()
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/ui/include_vndk/ui/ |
D | Rotation.h | 31 constexpr auto toRotation(std::underlying_type_t<Rotation> rotation) { in toRotation() 35 constexpr auto toRotationInt(Rotation rotation) { in toRotationInt() 53 constexpr const char* toCString(Rotation rotation) { in toCString()
|