DrawableAlphaProperty

public class DrawableAlphaProperty


Compat property for getAlpha and setAlpha for pre-K devices.

Summary

Constants

static final Property<Drawable, Integer>

A compat Property wrapper around getAlpha and setAlpha.

Public methods

Integer
get(Drawable object)
void
set(Drawable object, Integer value)

Constants

DRAWABLE_ALPHA_COMPAT

public static final Property<Drawable, Integer> DRAWABLE_ALPHA_COMPAT

A compat Property wrapper around getAlpha and setAlpha.

Public methods

get

public Integer get(Drawable object)

set

public void set(Drawable object, Integer value)