Searched refs:nestedState (Results 1 – 2 of 2) sorted by relevance
100 private class LoopedDrawableState(private val nestedState: ConstantState) : ConstantState() { constant in com.android.systemui.util.drawable.LoopedAnimatable2DrawableWrapper.LoopedDrawableState102 override fun newDrawable(): Drawable = fromDrawable(nestedState.newDrawable())105 fromDrawable(nestedState.newDrawable(res))108 fromDrawable(nestedState.newDrawable(res, theme))110 override fun canApplyTheme(): Boolean = nestedState.canApplyTheme()112 override fun getChangingConfigurations(): Int = nestedState.changingConfigurations
259 public void writeNested(@NonNull String fieldName, byte[] nestedState) { in writeNested() argument266 new DumpField(fieldName, (new String(nestedState, StandardCharsets.UTF_8)).trim())); in writeNested()