Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DSwipeAnimationTargetSet.java40 public final Rect homeContentInsets; field in SwipeAnimationTargetSet
44 RemoteAnimationTargetCompat[] targets, Rect homeContentInsets, in SwipeAnimationTargetSet() argument
49 this.homeContentInsets = homeContentInsets; in SwipeAnimationTargetSet()
65 homeContentInsets, minimizedHomeBounds, mShouldMinimizeSplitScreen, in cloneWithoutTargets()
DRecentsAnimationListenerSet.java75 RemoteAnimationTargetCompat[] targets, Rect homeContentInsets, in onAnimationStart() argument
79 homeContentInsets, minimizedHomeBounds, mShouldMinimizeSplitScreen, in onAnimationStart()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandler.java256 dp.updateInsets(targetSet.homeContentInsets); in onRecentsAnimationStart()