Home
last modified time | relevance | path

Searched defs:finalHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java373 long maxAnimationDuration, float animationScale, int finalWidth, int finalHeight) { in setRotationInTransaction()
388 float animationScale, int finalWidth, int finalHeight, boolean dismissing, in startAnimation()
645 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in dismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1955 int finalHeight = StackStateAnimator.getFinalActualHeight(lastView); in updateBackgroundBounds() local