ShadowViewDelegate

public interface ShadowViewDelegate


Delegate interface that can be used to facilitate rendering of shadows pre-lollipop.

Summary

Public methods

abstract float
abstract boolean
abstract void
setBackgroundDrawable(Drawable background)
abstract void
setShadowPadding(int left, int top, int right, int bottom)

Public methods

getRadius

abstract float getRadius()

isCompatPaddingEnabled

abstract boolean isCompatPaddingEnabled()

setBackgroundDrawable

abstract void setBackgroundDrawable(Drawable background)

setShadowPadding

abstract void setShadowPadding(int left, int top, int right, int bottom)