Package icyllis.arc3d.engine
Class ImageViewProxy.LazyCallbackResult
java.lang.Object
icyllis.arc3d.engine.ImageViewProxy.LazyCallbackResult
- Enclosing class:
ImageViewProxy
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Should the callback be disposed of after it has returned or preserved until the surface is freed. -
Constructor Summary
ConstructorDescriptionLazyCallbackResult
(@SharedPtr Image image) LazyCallbackResult
(@SharedPtr Image image, boolean releaseCallback) -
Method Summary
-
Field Details
-
mImage
-
mReleaseCallback
public boolean mReleaseCallbackShould 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
-
LazyCallbackResult
public LazyCallbackResult() -
LazyCallbackResult
-
LazyCallbackResult
-