Searched refs:nativeProxy (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 1481 private static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid() argument 1487 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument 1489 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument 1491 private static native void nSetName(long nativeProxy, String name); in nSetName() argument 1493 private static native void nSetSurface(long nativeProxy, Surface window, boolean discardBuffer); in nSetSurface() argument 1495 private static native void nSetSurfaceControl(long nativeProxy, long nativeSurfaceControl); in nSetSurfaceControl() argument 1497 private static native boolean nPause(long nativeProxy); in nPause() argument 1499 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument 1501 private static native void nSetLightGeometry(long nativeProxy, in nSetLightGeometry() argument 1504 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha() argument [all …]
|
D | HardwareBufferRenderer.java | 368 private static native void nSetLightAlpha(long nativeProxy, float ambientShadowAlpha, in nSetLightAlpha() argument
|