Searched defs:nativeSetSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurface.java252 private native void nativeSetSize(int w, int h); method in class:Surface
551 nativeSetSize(w, h);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp554 static void nativeSetSize(JNIEnv* env, jobject surfaceObj, jint w, jint h) { function in namespace:android
836 {"nativeSetSize", "(II)V",
837 (void*)nativeSetSize },
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java628 private native void nativeSetSize(int nativeClass, int width, int height, method in class:WebViewCore
2090 nativeSetSize(mNativeClass, width, height, textwrapWidth, scale,

Completed in 46 milliseconds