added in version 25.4.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1

CompositeDrawable.ChildDrawable

public static final class CompositeDrawable.ChildDrawable
extends Object

java.lang.Object
   ↳ android.support.v17.leanback.graphics.CompositeDrawable.ChildDrawable


Wrapper class holding a drawable object and BoundsRule to update drawable bounds when parent bound changes.

Summary

Fields

public static final Property<CompositeDrawable.ChildDrawable, Integer> BOTTOM_ABSOLUTE

Implementation of Property for overrideBottom attribute.

public static final Property<CompositeDrawable.ChildDrawable, Float> BOTTOM_FRACTION

Implementation of Property for overwriting the bottom attribute of BoundsRule associated with this CompositeDrawable.ChildDrawable.

public static final Property<CompositeDrawable.ChildDrawable, Integer> LEFT_ABSOLUTE

Implementation of Property for overrideLeft attribute.

public static final Property<CompositeDrawable.ChildDrawable, Float> LEFT_FRACTION

Implementation of Property for overwriting the bottom attribute of BoundsRule associated with this CompositeDrawable.ChildDrawable.

public static final Property<CompositeDrawable.ChildDrawable, Integer> RIGHT_ABSOLUTE

Implementation of Property for overrideRight attribute.

public static final Property<CompositeDrawable.ChildDrawable, Float> RIGHT_FRACTION

Implementation of Property for overwriting the bottom attribute of BoundsRule associated with this CompositeDrawable.ChildDrawable.

public static final Property<CompositeDrawable.ChildDrawable, Integer> TOP_ABSOLUTE

Implementation of Property for overrideTop attribute.

public static final Property<CompositeDrawable.ChildDrawable, Float> TOP_FRACTION

Implementation of Property for overwriting the bottom attribute of BoundsRule associated with this CompositeDrawable.ChildDrawable.

Public constructors

CompositeDrawable.ChildDrawable(Drawable drawable, CompositeDrawable parent)

Public methods

BoundsRule getBoundsRule()

Returns the instance of BoundsRule.

Drawable getDrawable()

Returns the Drawable.

void recomputeBounds()

After changing the BoundsRule, user should call this function for the drawable to recalculate its bounds.

Inherited methods

From class java.lang.Object