ExpandableTransformationWidget

public interface ExpandableTransformationWidget
implements ExpandableWidget

com.google.android.material.expandable.ExpandableTransformationWidget
FloatingActionButton Floating action buttons are used for a special type of promoted action. 


An ExpandableWidget that visually transforms into another component when expanded.

Summary

Public methods

abstract int getExpandedComponentIdHint()

Returns the expanded component id hint.

abstract void setExpandedComponentIdHint(int expandedComponentIdHint)

Sets the expanded component id hint, which may be used by a Behavior to determine whether it should handle this widget's state change.

Inherited methods

abstract boolean isExpanded()

Returns whether this widget is expanded.

abstract boolean setExpanded(boolean expanded)

Sets the expanded state on this widget.

Public methods

getExpandedComponentIdHint

public abstract int getExpandedComponentIdHint ()

Returns the expanded component id hint.

Returns
int

setExpandedComponentIdHint

public abstract void setExpandedComponentIdHint (int expandedComponentIdHint)

Sets the expanded component id hint, which may be used by a Behavior to determine whether it should handle this widget's state change.

Parameters
expandedComponentIdHint int