Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRecentsAnimationListener.java32 Rect homeContentInsets, Rect minimizedHomeBounds); in onAnimationStart() argument
H A DActivityManagerWrapper.java203 Rect homeContentInsets, Rect minimizedHomeBounds) { in startRecentsActivity()
207 wallpapers, homeContentInsets, minimizedHomeBounds); in startRecentsActivity()
/aosp14/frameworks/base/core/java/android/view/
H A DIRecentsAnimationRunner.aidl60 in Rect homeContentInsets, in Rect minimizedHomeBounds) = 2; in onAnimationStart() argument
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DRecentsAnimationPerfTest.java185 Rect homeContentInsets, Rect minimizedHomeBounds) throws RemoteException { in testRecentsAnimation()