DrawableAlphaProperty


Kotlin |Java

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)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026年05月14日 UTC.