Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DThreadedRenderer.java980 private static native int nGetRenderThreadTid(long nativeProxy); in nGetRenderThreadTid() argument
984 private static native void nDeleteProxy(long nativeProxy); in nDeleteProxy() argument
986 private static native boolean nLoadSystemProperties(long nativeProxy); in nLoadSystemProperties() argument
987 private static native void nSetName(long nativeProxy, String name); in nSetName() argument
989 private static native void nInitialize(long nativeProxy, Surface window); in nInitialize() argument
990 private static native void nUpdateSurface(long nativeProxy, Surface window); in nUpdateSurface() argument
991 private static native boolean nPauseSurface(long nativeProxy, Surface window); in nPauseSurface() argument
992 private static native void nSetStopped(long nativeProxy, boolean stopped); in nSetStopped() argument
993 private static native void nSetup(long nativeProxy, in nSetup() argument
995 private static native void nSetLightCenter(long nativeProxy, in nSetLightCenter() argument
[all …]