| TYPE | NAME | DESCRIPTION |
|---|---|---|
| DRAWABLE | drawable | The drawable to offset |
| INT32 | wrap_around | wrap image around or fill vacated regions |
| INT32 | fill_type | fill vacated regions of drawable with background or transparent: OFFSET_BACKGROUND (0) or OFFSET_TRANSPARENT (1) |
| INT32 | offset_x | offset by this amount in X direction |
| INT32 | offset_y | offset by this amount in Y direction |