Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationTargets.java36 public final Rect homeContentInsets; field in RecentsAnimationTargets
41 Rect homeContentInsets, Rect minimizedHomeBounds, Bundle extras) { in RecentsAnimationTargets() argument
43 this.homeContentInsets = homeContentInsets; in RecentsAnimationTargets()
75 pw.println(prefix + "\thomeContentInsets=" + homeContentInsets); in dump()
DRecentsAnimationCallbacks.java97 RemoteAnimationTarget[] appTargets, Rect homeContentInsets, 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.java985 new WindowBounds(overviewStackBounds, targets.homeContentInsets));
990 dp.updateInsets(targets.homeContentInsets);