Home
last modified time | relevance | path

Searched refs:tileMode (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java72 @NonNull TileMode tileMode) { in RadialGradient() argument
74 stops, tileMode, ColorSpace.get(ColorSpace.Named.SRGB)); in RadialGradient()
96 @NonNull TileMode tileMode) { in RadialGradient() argument
98 tileMode, detectColorSpace(colors)); in RadialGradient()
141 @NonNull TileMode tileMode) { in RadialGradient() argument
142 this(startX, startY, startRadius, endX, endY, endRadius, colors.clone(), stops, tileMode, in RadialGradient()
152 @NonNull TileMode tileMode, ColorSpace colorSpace in RadialGradient() argument
176 mTileMode = tileMode; in RadialGradient()
190 @ColorInt int centerColor, @ColorInt int edgeColor, @NonNull TileMode tileMode) { in RadialGradient() argument
209 this(centerX, centerY, radius, new long[] {centerColor, edgeColor}, null, tileMode); in RadialGradient()
[all …]
H A DLinearGradient.java164 long[] colors, float[] positions, int tileMode, long colorSpaceHandle); in nativeCreate() argument
/aosp14/frameworks/base/libs/hwui/jni/
H A DShader.cpp154 jfloatArray posArray, jint tileMode, jlong colorSpaceHandle) { in LinearGradient_create() argument
166 static_cast<SkTileMode>(tileMode), sGradientShaderFlags, nullptr)); in LinearGradient_create()
190 jint tileMode, in RadialGradient_create() argument
205 auto skTileMode = static_cast<SkTileMode>(tileMode); in RadialGradient_create()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java887 final int tileMode = a.getInt(R.styleable.BitmapDrawable_tileMode, TILE_MODE_UNDEFINED); in updateStateFromTypedArray() local
888 if (tileMode != TILE_MODE_UNDEFINED) { in updateStateFromTypedArray()
889 final Shader.TileMode mode = parseTileMode(tileMode); in updateStateFromTypedArray()
933 private static Shader.TileMode parseTileMode(int tileMode) { in parseTileMode() argument
934 switch (tileMode) { in parseTileMode()
/aosp14/frameworks/base/core/java/android/content/res/
H A DGradientColor.java168 private static Shader.TileMode parseTileMode(@GradientTileMode int tileMode) { in parseTileMode() argument
169 switch (tileMode) { in parseTileMode()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt1702 field public static final int tileMode = 16843265; // 0x1010201
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt76633 Lcom/android/internal/R$attr;->tileMode:I