Package com.leia.sdk.views
Class InputViewsAsset.BitmapHolder
- java.lang.Object
-
- com.leia.sdk.views.InputViewsAsset.BitmapHolder
-
- Enclosing class:
- InputViewsAsset
public static class InputViewsAsset.BitmapHolder extends Object
Manages Bitmap lifetime and strict access between the main and render threads.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
InputViewsAsset.BitmapHolder.Accessor
-
Constructor Summary
Constructors Constructor Description BitmapHolder(Bitmap bitmap, boolean recycleOnRelease)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
InputViewsAsset.BitmapHolder.Accessor
getAccessor()
-
-
-
Constructor Detail
-
BitmapHolder
public BitmapHolder(Bitmap bitmap, boolean recycleOnRelease)
-
-
Method Detail
-
close
public void close()
-
getAccessor
public InputViewsAsset.BitmapHolder.Accessor getAccessor()
-
-