Searched defs:widgetState (Results 1 – 2 of 2) sorted by relevance
132 val widgetState = currentState.widgetStates.get(child.id) ?: continue in applyCurrentState() constant201 val widgetState = currentState.widgetStates.get(child.id) ?: continue in onMeasure() constant303 val widgetState = currentState.widgetStates.get(child.id) in ensureViewsNotGone() constant365 val widgetState = widgetStates.getOrPut(child.id, { in initFromLayout() constant
234 void onWriteWidgetData(boolean priorStateExists, @Nullable byte[] widgetState) { in onWriteWidgetData()