Home
last modified time | relevance | path

Searched defs:widgetState (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() constant
171 val widgetState = currentState.widgetStates.get(child.id) ?: continue in onMeasure() constant
273 val widgetState = currentState.widgetStates.get(child.id) in ensureViewsNotGone() constant
313 val widgetState = widgetStates.getOrPut(child.id, { in initFromLayout() constant
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DKeyValueBackupReporter.java236 void onWriteWidgetData(boolean priorStateExists, @Nullable byte[] widgetState) { in onWriteWidgetData()