HomeSort by relevance Sort by last modified time
    Searched refs:nativeSetPosition (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/webkit/
MockGeolocation.java 42 nativeSetPosition(mWebViewCore, latitude, longitude, accuracy);
60 private static native void nativeSetPosition(WebViewCore webViewCore, double latitude,
  /frameworks/base/core/java/android/view/
SurfaceControl.java 51 private static native void nativeSetPosition(int nativeObject, float x, float y);
331 nativeSetPosition(mNativeObject, x, y);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 241 static void nativeSetPosition(JNIEnv* env, jclass clazz, jint nativeObject, jfloat x, jfloat y) {
426 {"nativeSetPosition", "(IFF)V",
427 (void*)nativeSetPosition },

Completed in 6665 milliseconds