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