Skip to content
Snippets Groups Projects
Commit 515c5e4e authored by Emeric Vigier's avatar Emeric Vigier
Browse files

#14917: Hide example JNI functions with callback

parent 0d6b7d9e
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,8 @@ as that of the covered work.
android:id="@+id/callVoid_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/callButtonLayout"
android:layout_below="@+id/textTo"
android:visibility="invisible"
android:text="callVoidText" />
<Button
......@@ -98,6 +99,7 @@ as that of the covered work.
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/callVoid_text"
android:visibility="invisible"
android:onClick="onClick"
android:text="CallVoid" />
......@@ -107,6 +109,7 @@ as that of the covered work.
android:layout_height="wrap_content"
android:layout_below="@+id/buttonCallVoid"
android:layout_centerHorizontal="true"
android:visibility="invisible"
android:text="getNewDataText" />
<Button
......@@ -114,6 +117,7 @@ as that of the covered work.
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/NewData_text"
android:visibility="invisible"
android:onClick="onClick"
android:text="GetNewData" />
......@@ -123,6 +127,7 @@ as that of the covered work.
android:layout_height="wrap_content"
android:layout_below="@+id/buttonGetNewData"
android:layout_centerHorizontal="true"
android:visibility="invisible"
android:text="callbackString" />
<Button
......@@ -130,6 +135,7 @@ as that of the covered work.
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/DataString_text"
android:visibility="invisible"
android:onClick="onClick"
android:text="GetDataString" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment