Home
last modified time | relevance | path

Searched defs:endBottom (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewHierarchyAnimator.kt784 val endBottom = bottom + marginAdjustment.bottom regex
918 val endBottom = regex
H A DLaunchAnimator.kt230 var endBottom = endState.bottom regex
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeBounds.java301 final int endBottom = endBounds.bottom; in createAnimator() local