Home
last modified time | relevance | path

Searched refs:minimizedHomeBounds (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationTargets.java37 public final Rect minimizedHomeBounds; field in RecentsAnimationTargets
41 Rect homeContentInsets, Rect minimizedHomeBounds, Bundle extras) { in RecentsAnimationTargets() argument
44 this.minimizedHomeBounds = minimizedHomeBounds; in RecentsAnimationTargets()
76 pw.println(prefix + "\tminimizedHomeBounds=" + minimizedHomeBounds); in dump()
DRecentsAnimationCallbacks.java98 Rect minimizedHomeBounds, Bundle extras) { in onAnimationStart() argument
100 homeContentInsets, minimizedHomeBounds, extras); in onAnimationStart()
108 Rect homeContentInsets, Rect minimizedHomeBounds, Bundle extras) { in onAnimationStart() argument
144 wallpaperTargets, nonAppTargets, homeContentInsets, minimizedHomeBounds, in onAnimationStart()
DSystemUiProxy.java1548 Rect homeContentInsets, Rect minimizedHomeBounds, Bundle extras) { in startRecentsActivity()
1555 wallpapers, homeContentInsets, minimizedHomeBounds, extras); in startRecentsActivity()
DAbsSwipeUpHandler.java981 if (targets.minimizedHomeBounds != null && primaryTaskTarget != null) {
983 .getOverviewWindowBounds(targets.minimizedHomeBounds, primaryTaskTarget);