Home
last modified time | relevance | path

Searched defs:vectorDrawable (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
DVectorDrawableTest.java266 VectorDrawableCompat vectorDrawable = in testGetChangingConfigurations() local
291 VectorDrawableCompat vectorDrawable = in testGetConstantState() local
335 VectorDrawableCompat vectorDrawable = in testBounds() local
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatedVectorDrawableCompat.java356 VectorDrawableCompat vectorDrawable = VectorDrawableCompat.create(res, in inflate() local
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java373 VectorDrawable vectorDrawable = (VectorDrawable) res.getDrawable( in inflate() local
445 final VectorDrawable vectorDrawable = mAnimatedVectorState.mVectorDrawable; in applyTheme() local
/frameworks/base/libs/hwui/
DRecordedOp.h354 VectorDrawable::Tree* vectorDrawable; member
DSkiaCanvas.cpp750 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { in drawVectorDrawable()