/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | SweepGradient.java | 26 public class SweepGradient extends Shader { class 62 public SweepGradient(float cx, float cy, @NonNull @ColorInt int[] colors, in SweepGradient() method in SweepGradient 84 public SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient() method in SweepGradient 93 private SweepGradient(float cx, float cy, @NonNull @ColorLong long[] colors, in SweepGradient() method in SweepGradient 115 public SweepGradient(float cx, float cy, @ColorInt int color0, @ColorInt int color1) { in SweepGradient() method in SweepGradient 130 public SweepGradient(float cx, float cy, @ColorLong long color0, @ColorLong long color1) { in SweepGradient() method in SweepGradient
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | AdvancedGradientsActivity.java | 26 import android.graphics.SweepGradient; 41 private final SweepGradient mSweepGradient; 50 mSweepGradient = new SweepGradient(0.0f, 0.0f, 0xff000000, 0xffffffff); in GradientsView()
|
H A D | GradientsActivity.java | 30 import android.graphics.SweepGradient; 173 SweepGradient gradient = new SweepGradient(100.0f, 100.0f, 0xff000000, 0xffffffff); in SweepGradientView()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | GradientColor.java | 28 import android.graphics.SweepGradient; 480 mShader = new SweepGradient(mCenterX, mCenterY, tempColors, tempOffsets); in onColorsChange()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | GradientDrawable.java | 47 import android.graphics.SweepGradient; 1399 mFillPaint.setShader(new SweepGradient(x0, y0, tempColors, tempPositions));
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 2171 android.graphics.SweepGradient
|
H A D | boot-image-profile.txt | 24955 Landroid/graphics/SweepGradient;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 2175 android.graphics.SweepGradient
|
H A D | boot-image-profile.txt | 35062 Landroid/graphics/SweepGradient;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 16667 public class SweepGradient extends android.graphics.Shader { 16668 ctor public SweepGradient(float, float, @ColorInt @NonNull int[], @Nullable float[]); 16669 ctor public SweepGradient(float, float, @ColorLong @NonNull long[], @Nullable float[]); 16670 ctor public SweepGradient(float, float, @ColorInt int, @ColorInt int); 16671 ctor public SweepGradient(float, float, @ColorLong long, @ColorLong long);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18436 Landroid/graphics/SweepGradient;->copy()Landroid/graphics/Shader; 18437 Landroid/graphics/SweepGradient;->createNativeInstance(J)J 18438 Landroid/graphics/SweepGradient;->mType:I 18439 Landroid/graphics/SweepGradient;->nativeCreate1(JFF[I[F)J 18440 Landroid/graphics/SweepGradient;->nativeCreate2(JFFII)J 18441 Landroid/graphics/SweepGradient;->TYPE_COLORS_AND_POSITIONS:I 18442 Landroid/graphics/SweepGradient;->TYPE_COLOR_START_AND_COLOR_END:I
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |