HomeSort by relevance Sort by last modified time
    Searched refs:GradientColor (Results 1 - 8 of 8) sorted by null

  /frameworks/layoutlib/bridge/src/android/content/res/
ComplexColor_Accessor.java 30 * Class that provides access to the {@link GradientColor#createFromXmlInner(Resources,
35 public static GradientColor createGradientColorFromXmlInner(@NonNull Resources r,
38 return GradientColor.createFromXmlInner(r, parser, attrs, theme);
  /frameworks/base/core/java/android/content/res/
GradientColor.java 49 * {@link android.content.res.GradientColor}s are created from XML resource files defined in the
73 public class GradientColor extends ComplexColor {
74 private static final String TAG = "GradientColor";
90 /** Lazily-created factory for this GradientColor. */
129 private GradientColor() {
132 private GradientColor(GradientColor copy) {
254 * A public method to create GradientColor from a XML resource.
256 public static GradientColor createFromXml(Resources r, XmlResourceParser parser, Theme theme)
275 * tag in an XML document, tries to create a GradientColor from that tag
    [all...]
ResourcesImpl.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 22 import android.content.res.GradientColor;
145 * or a gradient color (See {@link android.R.styleable#GradientColor}
151 * state list or a gradient color (See {@link android.R.styleable#GradientColor}
223 * All of the attributes are listed in {@link android.R.styleable#GradientColor}.
283 * See more details in {@link android.R.styleable#GradientColor} and
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 42 import android.content.res.GradientColor;
146 * GradientColor} is found, null will be returned.
  /frameworks/base/config/
preloaded-classes     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /tools/dexter/testdata/expected/
large.asm 968 1190| sput-object v0, android.R$styleable.GradientColor
    [all...]

Completed in 1054 milliseconds