Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DDrawableUtils.java38 Drawable.ConstantState constantState) { in setContainerConstantState()
44 Drawable.ConstantState constantState) { in setContainerConstantStateV9()
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/graphics/
DFitWidthBitmapDrawableTest.java73 public void constantState() { in constantState() method in FitWidthBitmapDrawableTest
DCompositeDrawableTest.java165 public void constantState() { in constantState() method in CompositeDrawableTest
/frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
DVectorDrawableTest.java284 Drawable.ConstantState constantState = vectorDrawable.getConstantState(); in testGetChangingConfigurations() local
309 Drawable.ConstantState constantState = vectorDrawable.getConstantState(); in testGetConstantState() local
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
DAnimatedVectorDrawableTest.java255 ConstantState constantState = d1.getConstantState(); in testGetChangingConfigurations() local
280 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