Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewHierarchyAnimator.kt320 val startBottom = getBound(view, Bound.BOTTOM) ?: previousBottom regex
655 val startBottom = if (ignorePreviousValues) newBottom else previousBottom regex
H A DLaunchAnimator.kt220 val startBottom = state.bottom regex
H A DDialogLaunchAnimator.kt1035 val startBottom = bounds.bottom regex
/aosp14/frameworks/base/core/java/android/transition/
H A DChangeBounds.java300 final int startBottom = startBounds.bottom; in createAnimator() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1178 final int startBottom = mLastClipBounds.bottom; in applyClippingBounds() local