Searched defs:widgetState (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/jank/ |
D | StateTracker.java | 87 @NonNull String widgetState) { in removeState() 115 @NonNull String widgetState) { in putState() 187 public String getStateKey(String widgetCategory, String widgetId, String widgetState) { in getStateKey()
|
D | JankTracker.java | 179 public void addUiState(String widgetCategory, String widgetId, String widgetState) { in addUiState() 193 public void removeUiState(String widgetCategory, String widgetId, String widgetState) { in removeUiState()
|
D | JankDataProcessor.java | 283 private int widgetStateToInt(String widgetState) { in widgetStateToInt() 419 public void setWidgetState(String widgetState) { in setWidgetState()
|
D | AppJankStats.java | 182 @Nullable @WidgetState String widgetState, long totalFrames, long jankyFrames, in AppJankStats()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | TransitionLayout.kt | 132 val widgetState = currentState.widgetStates.get(child.id) ?: continue in applyCurrentState() constant 201 val widgetState = currentState.widgetStates.get(child.id) ?: continue in onMeasure() constant 303 val widgetState = currentState.widgetStates.get(child.id) in ensureViewsNotGone() constant 365 val widgetState = widgetStates.getOrPut(child.id, { in initFromLayout() constant
|
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/ |
D | KeyValueBackupReporter.java | 225 void onWriteWidgetData(boolean priorStateExists, @Nullable byte[] widgetState) { in onWriteWidgetData()
|