Searched refs:widgetStates (Results 1 – 2 of 2) sorted by relevance
106 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 TransitionViewState303 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()
141 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()