Searched refs:VectorDrawable (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp17 #include <VectorDrawable.h>
74 sp<VectorDrawableRoot> dirtyVD(new VectorDrawableRoot(new VectorDrawable::Group()));
H A DRenderNodeDrawableTests.cpp17 #include <VectorDrawable.h>
1172 VectorDrawable::Group* group = new VectorDrawable::Group();
/frameworks/support/graphics/drawable/static/src/main/java/androidx/vectordrawable/graphics/drawable/
H A DVectorDrawableCompat.java38 import android.graphics.drawable.VectorDrawable;
64 * For API 24 and above, this class is delegating to the framework's {@link VectorDrawable}.
74 * will be recreated and redrawn every time size is changed. In other words, if a VectorDrawable is
876 * Instead of creating a VectorDrawable, create a VectorDrawableCompat instance which contains
877 * a delegated VectorDrawable instance.
890 drawableCompat.mDelegateDrawable = (VectorDrawable) mDelegateState.newDrawable();
897 drawableCompat.mDelegateDrawable = (VectorDrawable) mDelegateState.newDrawable(res);
905 (VectorDrawable) mDelegateState.newDrawable(res, theme);
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java33 import android.graphics.drawable.VectorDrawable;
134 } else if (d instanceof VectorDrawable) {
/frameworks/base/config/
H A Dpreloaded-classes1206 android.graphics.drawable.VectorDrawable
1207 android.graphics.drawable.VectorDrawable$VClipPath
1208 android.graphics.drawable.VectorDrawable$VFullPath
1209 android.graphics.drawable.VectorDrawable$VFullPath$1
1210 android.graphics.drawable.VectorDrawable$VFullPath$10
1211 android.graphics.drawable.VectorDrawable$VFullPath$2
1212 android.graphics.drawable.VectorDrawable$VFullPath$3
1213 android.graphics.drawable.VectorDrawable$VFullPath$4
1214 android.graphics.drawable.VectorDrawable$VFullPath$5
1215 android.graphics.drawable.VectorDrawable
[all...]
H A Dboot-image-profile.txt2114 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;->createRTAnimatorForRootGroup([Landroid/animation/PropertyValuesHolder;Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VectorDrawableState;J)V
2178 HPLandroid/graphics/drawable/VectorDrawable$VFullPath$6;->setValue(Landroid/graphics/drawable/VectorDrawable$VFullPath;F)V
2179 HPLandroid/graphics/drawable/VectorDrawable$VFullPath$6;->setValue(Ljava/lang/Object;F)V
2180 HPLandroid/graphics/drawable/VectorDrawable$VFullPath;->setFillAlpha(F)V
2181 HPLandroid/graphics/drawable/VectorDrawable$VGroup$4;->setValue(Landroid/graphics/drawable/VectorDrawable$VGroup;F)V
2182 HPLandroid/graphics/drawable/VectorDrawable$VGroup$4;->setValue(Ljava/lang/Object;F)V
2183 HPLandroid/graphics/drawable/VectorDrawable$VGroup$5;->setValue(Landroid/graphics/drawable/VectorDrawable
[all...]
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp17 #include "VectorDrawable.h"
33 namespace VectorDrawable { namespace in namespace:android::uirenderer
585 ATRACE_FORMAT("VectorDrawable repaint %dx%d", cacheWidth, cacheHeight);
624 }; // namespace VectorDrawable

Completed in 140 milliseconds

12