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 |
public
static
final
Property<CompositeDrawable.ChildDrawable, Float> |
BOTTOM_FRACTION
Implementation of |
public
static
final
Property<CompositeDrawable.ChildDrawable, Integer> |
LEFT_ABSOLUTE
Implementation of |
public
static
final
Property<CompositeDrawable.ChildDrawable, Float> |
LEFT_FRACTION
Implementation of |
public
static
final
Property<CompositeDrawable.ChildDrawable, Integer> |
RIGHT_ABSOLUTE
Implementation of |
public
static
final
Property<CompositeDrawable.ChildDrawable, Float> |
RIGHT_FRACTION
Implementation of |
public
static
final
Property<CompositeDrawable.ChildDrawable, Integer> |
TOP_ABSOLUTE
Implementation of |
public
static
final
Property<CompositeDrawable.ChildDrawable, Float> |
TOP_FRACTION
Implementation of |
Public constructors | |
---|---|
CompositeDrawable.ChildDrawable(Drawable drawable, CompositeDrawable parent)
|
Public methods | |
---|---|
BoundsRule
|
getBoundsRule()
Returns the instance of |
Drawable
|
getDrawable()
Returns the |
void
|
recomputeBounds()
After changing the |
Inherited methods | |
---|---|
![]()
java.lang.Object
|