Home
last modified time | relevance | path

Searched refs:nativeProxy (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java1075 private static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid() argument
1081 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument
1083 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument
1085 private static native void nSetName(long nativeProxy, String name); in nSetName() argument
1087 private static native void nSetSurface(long nativeProxy, Surface window); in nSetSurface() argument
1089 private static native boolean nPause(long nativeProxy); in nPause() argument
1091 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument
1093 private static native void nSetLightGeometry(long nativeProxy, in nSetLightGeometry() argument
1096 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha() argument
1099 private static native void nSetOpaque(long nativeProxy, boolean opaque); in nSetOpaque() argument
[all …]