Logo
Explore Help
Sign In
atl/android_translation_layer
0
0
Fork 0
You've already forked android_translation_layer
mirror of https://gitlab.com/android_translation_layer/android_translation_layer.git synced 2025-10-27 11:48:10 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
31929d22537d78f16988961ffc0895ffcb543b6d
android_translation_layer/src/api-impl/android/graphics/drawable/GradientDrawable.java

11 lines
214 B
Java
Raw Normal View History

add bunch of new java APIs: mostly stubs or copied from AOSP Many of these classes are only needed to be subclassed by androidx support library, which is used in many android apps
2023-08-17 10:46:24 +02:00
package android.graphics.drawable;
public class GradientDrawable extends Drawable {
public void setColor(int color) {}
public void setCornerRadius(float cornerRadius) {}
Add some missing APIs. android.widget.Filter and android.webkit.MimeTypeMap are copied from AOSP. Other new classes are only stub implementations.
2023-09-01 12:55:04 +02:00
public void setShape(int shape) {}
add bunch of new java APIs: mostly stubs or copied from AOSP Many of these classes are only needed to be subclassed by androidx support library, which is used in many android apps
2023-08-17 10:46:24 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 77ms Template: 4ms
English
English
Licenses API