android/view/View: naive implementation for setBackgroundColor

This commit is contained in:
Mis012
2023-10-30 17:28:38 +01:00
parent 0b0cfed345
commit d483828236
3 changed files with 23 additions and 1 deletions

View File

@@ -287,6 +287,14 @@ JNIEXPORT void JNICALL Java_android_view_View_native_1requestLayout
JNIEXPORT void JNICALL Java_android_view_View_nativeInvalidate
(JNIEnv *, jclass, jlong);
/*
* Class: android_view_View
* Method: setBackgroundColor
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_android_view_View_setBackgroundColor
(JNIEnv *, jobject, jint);
/*
* Class: android_view_View
* Method: setVisibility