Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DThreadedRenderer.java1185 private static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid() argument
1189 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument
1191 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument
1192 private static native void nSetName(long nativeProxy, String name); in nSetName() argument
1194 private static native void nInitialize(long nativeProxy, Surface window); in nInitialize() argument
1195 private static native void nUpdateSurface(long nativeProxy, Surface window); in nUpdateSurface() argument
1196 private static native boolean nPauseSurface(long nativeProxy, Surface window); in nPauseSurface() argument
1197 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument
1198 private static native void nSetup(long nativeProxy, in nSetup() argument
1200 private static native void nSetLightCenter(long nativeProxy, in nSetLightCenter() argument
[all …]