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