Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DHardwareRenderer.java292 nSetSurface(mNativeProxy, surface); in setSurface()
1087 private static native void nSetSurface(long nativeProxy, Surface window); in nSetSurface() method in HardwareRenderer
/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/java/com/prefabulated/bouncyball/
DOrbitActivity.java442 nSetSurface(surface, width, height); in surfaceChanged()
451 public native void nSetSurface(Surface surface, int width, int height); in nSetSurface() method in OrbitActivity