Home
last modified time | relevance | path

Searched refs:homeContentInsets (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationTargets.java30 public final Rect homeContentInsets; field in RecentsAnimationTargets
34 RemoteAnimationTargetCompat[] wallpapers, Rect homeContentInsets, in RecentsAnimationTargets() argument
37 this.homeContentInsets = homeContentInsets; in RecentsAnimationTargets()
DRecentsAnimationCallbacks.java80 RemoteAnimationTargetCompat[] appTargets, Rect homeContentInsets, in onAnimationStart() argument
83 homeContentInsets, minimizedHomeBounds); in onAnimationStart()
91 Rect homeContentInsets, Rect minimizedHomeBounds) { in onAnimationStart() argument
93 wallpaperTargets, homeContentInsets, minimizedHomeBounds); in onAnimationStart()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java223 new WindowBounds(overviewStackBounds, targets.homeContentInsets)); in onRecentsAnimationStart()
228 dp.updateInsets(targets.homeContentInsets); in onRecentsAnimationStart()