Exemplo n.º 1
0
 public void addSurfaceUpdatedListener(int index, SurfaceUpdatedListener l)
     throws IndexOutOfBoundsException {
   surfaceUpdatedHelper.addSurfaceUpdatedListener(index, l);
 }
Exemplo n.º 2
0
 public void surfaceUpdated(Object updater, NativeSurface ns, long when) {
   surfaceUpdatedHelper.surfaceUpdated(updater, ns, when);
 }
Exemplo n.º 3
0
 public void addSurfaceUpdatedListener(SurfaceUpdatedListener l) {
   surfaceUpdatedHelper.addSurfaceUpdatedListener(l);
 }
Exemplo n.º 4
0
 public void removeSurfaceUpdatedListener(SurfaceUpdatedListener l) {
   surfaceUpdatedHelper.removeSurfaceUpdatedListener(l);
 }