Searched refs:rotateBounds (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ |
D | UtilitiesTest.kt | 370 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/ |
D | UdfpsCheckEnrolledView.java | 106 RotationUtils.rotateBounds( in updateDimensions()
|
D | UdfpsEnrollView.java | 160 RotationUtils.rotateBounds( in updateDimensions()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 521 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/ |
D | Utilities.java | 790 public static void rotateBounds(Rect inOutBounds, int parentWidth, int parentHeight, in rotateBounds() method in Utilities
|