Searched refs:vectorDrawable (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
H A DVectorDrawableTest.java266 VectorDrawableCompat vectorDrawable =
268 Drawable.ConstantState constantState = vectorDrawable.getConstantState();
272 assertEquals(0, vectorDrawable.getChangingConfigurations());
275 vectorDrawable.setChangingConfigurations(0xff);
276 assertEquals(0xff, vectorDrawable.getChangingConfigurations());
280 constantState = vectorDrawable.getConstantState();
284 vectorDrawable.setChangingConfigurations(0xff00);
286 assertEquals(0xffff, vectorDrawable.getChangingConfigurations());
291 VectorDrawableCompat vectorDrawable =
293 Drawable.ConstantState constantState = vectorDrawable
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java373 VectorDrawable vectorDrawable = (VectorDrawable) res.getDrawable(
375 vectorDrawable.setAllowCaching(false);
376 vectorDrawable.setCallback(mCallback);
377 pathErrorScale = vectorDrawable.getPixelSize();
381 state.mVectorDrawable = vectorDrawable;
445 final VectorDrawable vectorDrawable = mAnimatedVectorState.mVectorDrawable;
446 if (vectorDrawable != null && vectorDrawable.canApplyTheme()) {
447 vectorDrawable.applyTheme(t);
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java356 VectorDrawableCompat vectorDrawable = VectorDrawableCompat.create(res,
358 vectorDrawable.setAllowCaching(false);
359 vectorDrawable.setCallback(mCallback);
363 mAnimatedVectorState.mVectorDrawable = vectorDrawable;
/frameworks/base/libs/hwui/
H A DRecordedOp.h353 , vectorDrawable(tree) {}
354 VectorDrawable::Tree* vectorDrawable; member in struct:android::uirenderer::VectorDrawableOp
H A DSkiaCanvas.cpp151 virtual void drawVectorDrawable(VectorDrawableRoot* vectorDrawable) override;
750 void SkiaCanvas::drawVectorDrawable(VectorDrawableRoot* vectorDrawable) { argument
751 vectorDrawable->drawStaging(this);
H A DFrameBuilder.cpp635 const SkBitmap& bitmap = op.vectorDrawable->getBitmapUpdateIfDirty();
636 SkPaint* paint = op.vectorDrawable->getPaint();

Completed in 118 milliseconds