Searched refs:nativeProxy (Results 1 – 1 of 1) sorted by relevance
1075 private static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid() argument1081 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument1083 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument1085 private static native void nSetName(long nativeProxy, String name); in nSetName() argument1087 private static native void nSetSurface(long nativeProxy, Surface window); in nSetSurface() argument1089 private static native boolean nPause(long nativeProxy); in nPause() argument1091 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument1093 private static native void nSetLightGeometry(long nativeProxy, in nSetLightGeometry() argument1096 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha() argument1099 private static native void nSetOpaque(long nativeProxy, boolean opaque); in nSetOpaque() argument[all …]