Home
last modified time | relevance | path

Searched refs:ShapeDrawable (Results 1 – 17 of 17) sorted by relevance

/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
DCircleImageView.java25 import android.graphics.drawable.ShapeDrawable;
60 ShapeDrawable circle; in CircleImageView()
62 circle = new ShapeDrawable(new OvalShape()); in CircleImageView()
66 circle = new ShapeDrawable(oval); in CircleImageView()
122 if (getBackground() instanceof ShapeDrawable) { in setBackgroundColor()
123 ((ShapeDrawable) getBackground()).getPaint().setColor(color); in setBackgroundColor()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DStatusBarBackgroundLayoutTest.java23 import android.graphics.drawable.ShapeDrawable;
41 final ShapeDrawable drawable = new ShapeDrawable(); in testSetStatusBarBackground()
DItemTest.java30 import android.graphics.drawable.ShapeDrawable;
73 Drawable icon = new ShapeDrawable(); in testOnBindView()
79 Drawable recycledIcon = new ShapeDrawable(); in testOnBindView()
120 ShapeDrawable icon = new ShapeDrawable(); in testProperties()
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/items/
DRecyclerItemAdapterTest.java33 import android.graphics.drawable.ShapeDrawable;
89 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableNoPadding()
100 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableWithPadding()
/frameworks/base/graphics/java/android/graphics/drawable/
DShapeDrawable.java76 public class ShapeDrawable extends Drawable { class
84 public ShapeDrawable() { in ShapeDrawable() method in ShapeDrawable
93 public ShapeDrawable(Shape s) { in ShapeDrawable() method in ShapeDrawable
405 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ShapeDrawable); in inflate()
439 final TypedArray a = t.resolveAttributes(state.mThemeAttrs, R.styleable.ShapeDrawable); in applyTheme()
597 return new ShapeDrawable(this, null); in newDrawable()
602 return new ShapeDrawable(this, res); in newDrawable()
616 private ShapeDrawable(ShapeState state, Resources res) { in ShapeDrawable() method in ShapeDrawable
DPaintDrawable.java30 public class PaintDrawable extends ShapeDrawable {
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatProgressBarHelper.java27 import android.graphics.drawable.ShapeDrawable;
104 final ShapeDrawable shapeDrawable = new ShapeDrawable(getDrawableShape()); in tileify()
/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
DShortcutView.java38 import android.graphics.drawable.ShapeDrawable;
90 Drawable circle = DrawableCompat.wrap(new ShapeDrawable(new OvalShape())); in setSliceContent()
/frameworks/base/core/java/android/widget/
DSmartSelectSprite.java35 import android.graphics.drawable.ShapeDrawable;
414 final ShapeDrawable shapeDrawable = new ShapeDrawable(rectangleList); in startAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java46 import android.graphics.drawable.ShapeDrawable;
314 ShapeDrawable arrowDrawable = new ShapeDrawable(TriangleShape.create( in RecentsOnboarding()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java41 import android.graphics.drawable.ShapeDrawable;
2698 public static class HorizontalLineDrawable extends ShapeDrawable {
2770 public static class ColorPaletteDrawable extends ShapeDrawable {
/frameworks/base/api/
Dtest-current.txt336 public class ShapeDrawable extends android.graphics.drawable.Drawable {
Dcurrent.txt15003 public class PaintDrawable extends android.graphics.drawable.ShapeDrawable {
15048 public class ShapeDrawable extends android.graphics.drawable.Drawable {
15049 ctor public ShapeDrawable();
15050 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);
15054 method public android.graphics.drawable.ShapeDrawable.ShaderFactory getShaderFactory();
15065 method public void setShaderFactory(android.graphics.drawable.ShapeDrawable.ShaderFactory);
15069 public static abstract class ShapeDrawable.ShaderFactory {
15070 ctor public ShapeDrawable.ShaderFactory();
/frameworks/base/config/
Dhiddenapi-public-dex.txt11612 Landroid/graphics/drawable/ShapeDrawable$ShaderFactory;
11613 Landroid/graphics/drawable/ShapeDrawable$ShaderFactory;-><init>()V
11614 Landroid/graphics/drawable/ShapeDrawable$ShaderFactory;->resize(II)Landroid/graphics/Shader;
11615 Landroid/graphics/drawable/ShapeDrawable;
11616 Landroid/graphics/drawable/ShapeDrawable;-><init>()V
11617 Landroid/graphics/drawable/ShapeDrawable;-><init>(Landroid/graphics/drawable/shapes/Shape;)V
11618 Landroid/graphics/drawable/ShapeDrawable;->applyTheme(Landroid/content/res/Resources$Theme;)V
11619 Landroid/graphics/drawable/ShapeDrawable;->draw(Landroid/graphics/Canvas;)V
11620 Landroid/graphics/drawable/ShapeDrawable;->getAlpha()I
11621 Landroid/graphics/drawable/ShapeDrawable;->getChangingConfigurations()I
[all …]
Dpreloaded-classes1200 android.graphics.drawable.ShapeDrawable
1201 android.graphics.drawable.ShapeDrawable$ShapeState
Dboot-image-profile.txt2169 HPLandroid/graphics/drawable/ShapeDrawable$ShaderFactory;->resize(II)Landroid/graphics/Shader;
2170 HPLandroid/graphics/drawable/ShapeDrawable;-><init>()V
2171 HPLandroid/graphics/drawable/ShapeDrawable;->getConstantState()Landroid/graphics/drawable/Drawable$…
2172 HPLandroid/graphics/drawable/ShapeDrawable;->setColorFilter(Landroid/graphics/ColorFilter;)V
2173 HPLandroid/graphics/drawable/ShapeDrawable;->setIntrinsicHeight(I)V
2174 HPLandroid/graphics/drawable/ShapeDrawable;->setIntrinsicWidth(I)V
2175 HPLandroid/graphics/drawable/ShapeDrawable;->setShape(Landroid/graphics/drawable/shapes/Shape;)V
21092 HSPLandroid/graphics/drawable/ShapeDrawable;-><init>(Landroid/graphics/drawable/shapes/Shape;)V
21093 HSPLandroid/graphics/drawable/ShapeDrawable;->draw(Landroid/graphics/Canvas;)V
21094 HSPLandroid/graphics/drawable/ShapeDrawable;->getAlpha()I
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11893 public class PaintDrawable extends android.graphics.drawable.ShapeDrawable {
11952 public class ShapeDrawable extends android.graphics.drawable.Drawable {
11953 ctor public ShapeDrawable();
11954 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);
11958 method public android.graphics.drawable.ShapeDrawable.ShaderFactory getShaderFactory();
11968 method public void setShaderFactory(android.graphics.drawable.ShapeDrawable.ShaderFactory);
11972 public static abstract class ShapeDrawable.ShaderFactory {
11973 ctor public ShapeDrawable.ShaderFactory();