Exemplo n.º 1
0
 JNIEXPORT void JNICALL
 Java_com_android_accelerometergraph_AccelerometerGraphJNI_surfaceChanged(
         JNIEnv *env, jclass type, jint width, jint height) {
     (void)env;
     (void)type;
     gSensorGraph.surfaceChanged(width, height);
 }
Exemplo n.º 2
0
 JNIEXPORT void JNICALL
 Java_sample_hawk_com_mybasicappcomponents_jni_AccelerometerGraphJNI_surfaceChanged(
         JNIEnv *env, jclass type, jint width, jint height) {
     (void)env;
     (void)type;
     gSensorGraph.surfaceChanged(width, height);
 }