Home
last modified time | relevance | path

Searched refs:widgetEnd (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayoutController.kt142 val widgetEnd = endState.widgetStates[id] ?: continue regex
150 if (widgetStart.gone != widgetEnd.gone) {
161 val endScale = widgetEnd.scale
168 resultMeasureWidth = widgetEnd.measureWidth
169 resultMeasureHeight = widgetEnd.measureHeight
174 widgetEnd.x,
177 widgetEnd.y,
200 widgetEnd.x - resultMeasureWidth / 2.0f,
203 widgetEnd.y - resultMeasureHeight / 2.0f,
210 resultMeasureWidth = widgetEnd.measureWidth
[all …]