Searched defs:nativeSetLayer (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DSurfaceControl.java60 private static native void nativeSetLayer(long nativeObject, int zorder); method in class:SurfaceControl
466 nativeSetLayer(mNativeObject, zorder);
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp284 static void nativeSetLayer(JNIEnv* env, jclass clazz, jlong nativeObject, jint zorder) { function in namespace:android
783 {"nativeSetLayer", "(JI)V",
784 (void*)nativeSetLayer },

Completed in 82 milliseconds