Searched refs:nativeSetPosition (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DMockGeolocation.java42 nativeSetPosition(mWebViewCore, latitude, longitude, accuracy);
60 private static native void nativeSetPosition(WebViewCore webViewCore, double latitude, method in class:MockGeolocation
/frameworks/base/core/java/android/view/
H A DSurface.java254 private native void nativeSetPosition(float x, float y); method in class:Surface
546 nativeSetPosition(x, y);
551 nativeSetPosition(x, y);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp544 static void nativeSetPosition(JNIEnv* env, jobject surfaceObj, jfloat x, jfloat y) { function in namespace:android
834 {"nativeSetPosition", "(FF)V",
835 (void*)nativeSetPosition },

Completed in 601 milliseconds