Home
last modified time | relevance | path

Searched defs:constantState (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/graphics/
DFitWidthBitmapDrawableTest.java73 public void constantState() { in constantState() method in FitWidthBitmapDrawableTest
DCompositeDrawableTest.java166 public void constantState() { in constantState() method in CompositeDrawableTest
/frameworks/support/graphics/drawable/static/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
DVectorDrawableTest.java285 Drawable.ConstantState constantState = vectorDrawable.getConstantState(); in testGetChangingConfigurations() local
310 Drawable.ConstantState constantState = vectorDrawable.getConstantState(); in testGetConstantState() local
/frameworks/support/graphics/drawable/animated/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
DAnimatedVectorDrawableTest.java257 ConstantState constantState = d1.getConstantState(); in testGetChangingConfigurations() local
282 ConstantState constantState = mAnimatedVectorDrawable.getConstantState(); in testGetConstantState() local
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java129 final ConstantState<Animator> constantState = animator.createConstantState(); in loadAnimator() local
173 final ConstantState<StateListAnimator> constantState = animator in loadStateListAnimator() local
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java102 ConstantState constantState = mOpts.placeholder.getConstantState(); in onOptsChanged() local
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java192 Drawable.ConstantState constantState = key != null ? sDrawableCache.get(key) : null; in getDrawable() local