Home
last modified time | relevance | path

Searched refs:rotateBounds (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DUtilitiesTest.kt370 fun rotateBounds() { in rotateBounds() method
372 Utilities.rotateBounds(rect, 100, 100, 0) in rotateBounds()
376 Utilities.rotateBounds(rect, 100, 100, 1) in rotateBounds()
385 Utilities.rotateBounds(rect, 100, 100, 3) in rotateBounds()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DUdfpsCheckEnrolledView.java106 RotationUtils.rotateBounds( in updateDimensions()
DUdfpsEnrollView.java160 RotationUtils.rotateBounds( in updateDimensions()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java521 Utilities.rotateBounds(bounds, mDeviceProfile.heightPx, mDeviceProfile.widthPx, in getWindowTargetBounds()
524 Utilities.rotateBounds(bounds, mDeviceProfile.widthPx, mDeviceProfile.heightPx, in getWindowTargetBounds()
885 Utilities.rotateBounds(crop, mDeviceProfile.widthPx, in getOpeningWindowAnimators()
2259 android.util.RotationUtils.rotateBounds(mTmpResult, mDisplayRect, rotationDelta);
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java790 public static void rotateBounds(Rect inOutBounds, int parentWidth, int parentHeight, in rotateBounds() method in Utilities