Searched refs:mNativeProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java340 private long mNativeProxy; field in class:ThreadedRenderer
362 mNativeProxy = nCreateProxy(translucent, rootNodePtr);
364 ProcessInitializer.sInstance.init(context, mNativeProxy);
375 nDestroy(mNativeProxy, mRootNode.mNativeRenderNode);
435 nInitialize(mNativeProxy, surface);
476 nUpdateSurface(mNativeProxy, surface);
487 return nPauseSurface(mNativeProxy, surface);
495 nSetStopped(mNativeProxy, stopped);
506 nDestroyHardwareResources(mNativeProxy);
527 nDetachSurfaceTexture(mNativeProxy, hardwareLaye
[all...]

Completed in 21 milliseconds