Searched refs:minimizedHomeBounds (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | SwipeAnimationTargetSet.java | 41 public final Rect minimizedHomeBounds; field in SwipeAnimationTargetSet 45 Rect minimizedHomeBounds, boolean shouldMinimizeSplitScreen, in SwipeAnimationTargetSet() argument 50 this.minimizedHomeBounds = minimizedHomeBounds; in SwipeAnimationTargetSet() 65 homeContentInsets, minimizedHomeBounds, mShouldMinimizeSplitScreen, in cloneWithoutTargets()
|
D | RecentsAnimationListenerSet.java | 75 Rect minimizedHomeBounds) { in onAnimationStart() argument 78 homeContentInsets, minimizedHomeBounds, mShouldMinimizeSplitScreen, in onAnimationStart()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | WindowTransformSwipeHandler.java | 774 if (targetSet.minimizedHomeBounds != null && runningTaskTarget != null) { in onRecentsAnimationStart() 776 .getOverviewWindowBounds(targetSet.minimizedHomeBounds, runningTaskTarget); in onRecentsAnimationStart() 778 targetSet.minimizedHomeBounds.width(), targetSet.minimizedHomeBounds.height())); in onRecentsAnimationStart()
|