mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-04-29 04:37:58 +03:00
7 lines
189 B
Java
7 lines
189 B
Java
![]() |
package android.graphics;
|
||
|
|
||
|
public class LinearGradient extends Shader {
|
||
|
|
||
|
public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, float[] positions, TileMode mode) {}
|
||
|
}
|