ListView: implement setSelection() and scrollTo()

This commit is contained in:
Julian Winkler
2024-09-03 17:51:25 +02:00
parent 3d38ec9755
commit 14eae15178
5 changed files with 48 additions and 0 deletions

View File

@@ -215,6 +215,14 @@ JNIEXPORT jlong JNICALL Java_android_widget_AbsListView_native_1constructor
JNIEXPORT void JNICALL Java_android_widget_AbsListView_native_1setAdapter
(JNIEnv *, jobject, jlong, jobject);
/*
* Class: android_widget_AbsListView
* Method: native_scrollTo
* Signature: (JI)V
*/
JNIEXPORT void JNICALL Java_android_widget_AbsListView_native_1scrollTo
(JNIEnv *, jobject, jlong, jint);
/*
* Class: android_widget_AbsListView
* Method: setItemChecked