Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt106 val widgetState = currentState.widgetStates.get(child.id) ?: continue in applyCurrentState()
171 val widgetState = currentState.widgetStates.get(child.id) ?: continue in onMeasure()
273 val widgetState = currentState.widgetStates.get(child.id) in ensureViewsNotGone()
289 var widgetStates: MutableMap<Int, WidgetState> = mutableMapOf() variable in TransitionViewState
303 for (entry in widgetStates) { in copy()
304 copy.widgetStates[entry.key] = entry.value.copy() in copy()
313 val widgetState = widgetStates.getOrPut(child.id, { in initFromLayout()
DTransitionLayoutController.kt141 val resultWidgetState = resultState.widgetStates[id] ?: WidgetState() in getInterpolatedState()
142 val widgetStart = startState.widgetStates[id] ?: continue in getInterpolatedState()
143 val widgetEnd = endState.widgetStates[id] ?: continue in getInterpolatedState()
231 resultState.widgetStates[id] = resultWidgetState in getInterpolatedState()