Class ImageViewProxy.LazyCallbackResult

java.lang.Object
icyllis.arc3d.engine.ImageViewProxy.LazyCallbackResult
Enclosing class:
ImageViewProxy

public static class ImageViewProxy.LazyCallbackResult extends Object
  • Field Details

    • mImage

      @SharedPtr public @SharedPtr Image mImage
    • mReleaseCallback

      public boolean mReleaseCallback
      Should the callback be disposed of after it has returned or preserved until the surface is freed. Only honored if 'mSurface' is not-null. If it is null the callback is preserved.
  • Constructor Details