Searched refs:minimizedHomeBounds (Results 1 – 3 of 3) sorted by relevance
41 public final Rect minimizedHomeBounds; field in SwipeAnimationTargetSet45 Rect minimizedHomeBounds, boolean shouldMinimizeSplitScreen, in SwipeAnimationTargetSet() argument50 this.minimizedHomeBounds = minimizedHomeBounds; in SwipeAnimationTargetSet()65 homeContentInsets, minimizedHomeBounds, mShouldMinimizeSplitScreen, in cloneWithoutTargets()
76 Rect minimizedHomeBounds) { in onAnimationStart() argument79 homeContentInsets, minimizedHomeBounds, mShouldMinimizeSplitScreen, in onAnimationStart()
246 if (targetSet.minimizedHomeBounds != null && runningTaskTarget != null) { in onRecentsAnimationStart()248 .getOverviewWindowBounds(targetSet.minimizedHomeBounds, runningTaskTarget); in onRecentsAnimationStart()