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.kt301 val startBottom = getBound(view, Bound.BOTTOM) ?: previousBottom in <lambda>() constant
636 val startBottom = if (ignorePreviousValues) newBottom else previousBottom in <lambda>() constant
DLaunchAnimator.kt220 val startBottom = state.bottom in <lambda>() constant
DDialogLaunchAnimator.kt1119 val startBottom = bounds.bottom in onLayoutChange() constant
/frameworks/base/core/java/android/transition/
DChangeBounds.java300 final int startBottom = startBounds.bottom; in createAnimator() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsController.java1092 final int startBottom = mLastClipBounds.bottom; in applyClippingBounds() local