public interface SizeReadyCallback
Modifier and Type | Method and Description |
---|---|
void |
onSizeReady(int width,
int height)
A callback called on the main thread.
|
void onSizeReady(int width, int height)
width
- The width in pixels of the target, or Target.SIZE_ORIGINAL
to indicate
that we want the resource at its original width.height
- The height in pixels of the target, or Target.SIZE_ORIGINAL
to indicate
that we want the resource at its original height.