Home
last modified time | relevance | path

Searched refs:mDrawableFutures (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java691 SparseArray<ConstantState> mDrawableFutures; field in DrawableContainer.DrawableContainerState
801 mDrawableFutures = origDf.clone(); in DrawableContainerState()
803 mDrawableFutures = new SparseArray<>(mNumChildren); in DrawableContainerState()
814 mDrawableFutures.put(i, cs); in DrawableContainerState()
874 if (mDrawableFutures != null) { in createAllFutures()
875 final int futureCount = mDrawableFutures.size(); in createAllFutures()
882 mDrawableFutures = null; in createAllFutures()
914 if (mDrawableFutures != null) { in getChild()
920 mDrawableFutures.removeAt(keyIndex); in getChild()
921 if (mDrawableFutures.size() == 0) { in getChild()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16893 Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;->mDrawableFutures:Landroid/uti…