public static final class BitmapLayer.ConcurrentLayer
extends java.lang.Object
| Constructor and Description |
|---|
ConcurrentLayer(int width,
int height,
android.graphics.Bitmap.Config config) |
| Modifier and Type | Method and Description |
|---|---|
BitmapLayer |
getLockedLayer() |
BitmapLayer |
lock() |
void |
unlock() |
public ConcurrentLayer(int width,
int height,
android.graphics.Bitmap.Config config)
@WorkerThread public BitmapLayer lock()
@WorkerThread @MainThread public BitmapLayer getLockedLayer()
@WorkerThread @MainThread public void unlock()