Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewHierarchyAnimator.kt333 val startBottom = getBound(view, Bound.BOTTOM) ?: previousBottom in <lambda>() constant
668 val startBottom = if (ignorePreviousValues) newBottom else previousBottom in <lambda>() constant
DTransitionAnimator.kt280 val startBottom = state.bottom in <lambda>() constant
DDialogTransitionAnimator.kt1051 val startBottom = bounds.bottom in onLayoutChange() constant
/frameworks/base/core/java/android/transition/
DChangeBounds.java304 final int startBottom = startBounds.bottom; in createAnimator() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1197 final int startBottom = mLastClipBounds.bottom; in applyClippingBounds() local