Home
last modified time | relevance | path

Searched defs:minimizedHomeBounds (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationTargets.java31 public final Rect minimizedHomeBounds; field in RecentsAnimationTargets
35 Rect homeContentInsets, Rect minimizedHomeBounds) { in RecentsAnimationTargets()
H A DRecentsAnimationCallbacks.java89 Rect minimizedHomeBounds) { in onAnimationStart()
99 Rect homeContentInsets, Rect minimizedHomeBounds) { in onAnimationStart()
/aosp12/frameworks/base/core/java/android/view/
H A DIRecentsAnimationRunner.aidl60 in Rect homeContentInsets, in Rect minimizedHomeBounds) = 2; in onAnimationStart()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRecentsAnimationListener.java31 Rect homeContentInsets, Rect minimizedHomeBounds); in onAnimationStart()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java572 final Rect minimizedHomeBounds = mTargetActivityRecord != null in startAnimation() local