Searched defs:targetRect (Results 1 – 8 of 8) sorted by relevance
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/util/ |
D | CropSizeUtilTest.kt | 20 val targetRect = Point(5, 10) in testFiveByFive_findMaxRectWithRatioIn_FiveByTen() constant 29 val targetRect = Rect(0, 0, 6, 3) in testThreeByNine_findMaxRectWithRatioIn_SixByThree() constant
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 87 public void setTargetRect(RectF targetRect) { in setTargetRect() 161 RectF targetRect, in show() 170 RectF targetRect, in show()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RectFSpringAnim.java | 510 protected RectF targetRect; field in RectFSpringAnim.SpringConfig 536 RectF startRect, RectF targetRect) { in DefaultSpringConfig()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | SwipeUpAnimationLogic.java | 304 final RectF targetRect = homeAnimationFactory.getWindowTargetRect(); in createWindowAnimationToHome() local 328 RectF targetRect, in getWindowAnimationToHomeInternal()
|
D | LauncherBackAnimationController.java | 482 private void applyTransform(RectF targetRect, float cornerRadius) { in applyTransform()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | OldSpeedDialFragment.java | 412 Uri contactUri, Rect targetRect, CallSpecificAppData callSpecificAppData) { in onContactSelected()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 851 final RectF targetRect = new RectF(left, top, left + scaledWidth, top + scaledHeight); in scaleCenterCrop() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 1438 RectF targetRect = new RectF(); in getClosingWindowAnimators() local
|