Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewHierarchyAnimator.kt797 val endBottom = bottom + marginAdjustment.bottom in <lambda>() constant
931 val endBottom = in <lambda>() constant
DTransitionAnimator.kt290 var endBottom = endState.bottom in <lambda>() variable
/frameworks/base/core/java/android/transition/
DChangeBounds.java305 final int endBottom = endBounds.bottom; in createAnimator() local