Home
last modified time | relevance | path

Searched defs:targetRect (Results 1 – 8 of 8) sorted by relevance

/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/util/
DCropSizeUtilTest.kt20 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/
DOptionsPopupView.java87 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/
DRectFSpringAnim.java510 protected RectF targetRect; field in RectFSpringAnim.SpringConfig
536 RectF startRect, RectF targetRect) { in DefaultSpringConfig()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSwipeUpAnimationLogic.java304 final RectF targetRect = homeAnimationFactory.getWindowTargetRect(); in createWindowAnimationToHome() local
328 RectF targetRect, in getWindowAnimationToHomeInternal()
DLauncherBackAnimationController.java482 private void applyTransform(RectF targetRect, float cornerRadius) { in applyTransform()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DOldSpeedDialFragment.java412 Uri contactUri, Rect targetRect, CallSpecificAppData callSpecificAppData) { in onContactSelected()
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java851 final RectF targetRect = new RectF(left, top, left + scaledWidth, top + scaledHeight); in scaleCenterCrop() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1438 RectF targetRect = new RectF(); in getClosingWindowAnimators() local