Home
last modified time | relevance | path

Searched defs:paintDrawable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DPaintDrawableTest.java65 PaintDrawable paintDrawable; in testSetCornerRadius() local
90 PaintDrawable paintDrawable; in testSetCornerRadii() local
133 MyPaintDrawable paintDrawable = new MyPaintDrawable(); in testInflateTag() local
238 PaintDrawable paintDrawable = new PaintDrawable(); in getPaintDrawable() local
H A DDefaultFocusHighlightTest.java306 PaintDrawable paintDrawable = new PaintDrawable(); in createPaintDrawable() local
/aosp_15_r20/external/skia/tests/
H A DFlattenDrawableTest.cpp111 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable()
127 sk_sp<SkFlattenable> paintDrawable( in CreateProc() local
139 PaintDrawable* paintDrawable() const { return fPaintDrawable.get(); } in paintDrawable() function in CompoundDrawable
280 sk_sp<PaintDrawable> paintDrawable(new PaintDrawable(paint)); in DEF_TEST() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPaintDrawableTest.java15 PaintDrawable paintDrawable = new PaintDrawable(); in noCornerRadii_returnsNull() local
21 PaintDrawable paintDrawable = new PaintDrawable(); in getCornerRadii_returnsCornerRadii() local