Home
last modified time | relevance | path

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

/frameworks/support/core-ui/java/android/support/v4/widget/
DCircleImageView.java25 import android.graphics.drawable.ShapeDrawable;
59 ShapeDrawable circle; in CircleImageView()
61 circle = new ShapeDrawable(new OvalShape()); in CircleImageView()
65 circle = new ShapeDrawable(oval); in CircleImageView()
121 if (getBackground() instanceof ShapeDrawable) { in setBackgroundColor()
122 ((ShapeDrawable) getBackground()).getPaint().setColor(color); in setBackgroundColor()
/frameworks/opt/setupwizard/library/full-support/test/instrumentation/src/com/android/setupwizardlib/items/
DRecyclerItemAdapterTest.java32 import android.graphics.drawable.ShapeDrawable;
88 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableNoPadding()
99 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableWithPadding()
/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/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/android/support/v7/widget/
DAppCompatProgressBarHelper.java27 import android.graphics.drawable.ShapeDrawable;
103 final ShapeDrawable shapeDrawable = new ShapeDrawable(getDrawableShape()); in tileify()
/frameworks/base/core/java/com/android/internal/app/
DPlatLogoActivity.java39 import android.graphics.drawable.ShapeDrawable;
/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/
Dpreloaded-classes1092 android.graphics.drawable.ShapeDrawable
1093 android.graphics.drawable.ShapeDrawable$ShapeState
Dcompiled-classes-phone1430 android.graphics.drawable.ShapeDrawable
1431 android.graphics.drawable.ShapeDrawable$ShaderFactory
1432 android.graphics.drawable.ShapeDrawable$ShapeState
/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();
/frameworks/base/api/
Dcurrent.txt14234 public class PaintDrawable extends android.graphics.drawable.ShapeDrawable {
14279 public class ShapeDrawable extends android.graphics.drawable.Drawable {
14280 ctor public ShapeDrawable();
14281 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);
14285 method public android.graphics.drawable.ShapeDrawable.ShaderFactory getShaderFactory();
14295 method public void setShaderFactory(android.graphics.drawable.ShapeDrawable.ShaderFactory);
14299 public static abstract class ShapeDrawable.ShaderFactory {
14300 ctor public ShapeDrawable.ShaderFactory();
Dsystem-current.txt15014 public class PaintDrawable extends android.graphics.drawable.ShapeDrawable {
15059 public class ShapeDrawable extends android.graphics.drawable.Drawable {
15060 ctor public ShapeDrawable();
15061 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);
15065 method public android.graphics.drawable.ShapeDrawable.ShaderFactory getShaderFactory();
15075 method public void setShaderFactory(android.graphics.drawable.ShapeDrawable.ShaderFactory);
15079 public static abstract class ShapeDrawable.ShaderFactory {
15080 ctor public ShapeDrawable.ShaderFactory();