Searched refs:minimizedHomeBounds (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsAnimationTargets.java | 37 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()
|
D | RecentsAnimationCallbacks.java | 98 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()
|
D | SystemUiProxy.java | 1548 Rect homeContentInsets, Rect minimizedHomeBounds, Bundle extras) { in startRecentsActivity() 1555 wallpapers, homeContentInsets, minimizedHomeBounds, extras); in startRecentsActivity()
|
D | AbsSwipeUpHandler.java | 981 if (targets.minimizedHomeBounds != null && primaryTaskTarget != null) { 983 .getOverviewWindowBounds(targets.minimizedHomeBounds, primaryTaskTarget);
|