Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

CollapsibleActionView

android.view.CollapsibleActionView
Known Indirect Subclasses

Class Overview

When a View implements this interface it will receive callbacks when expanded or collapsed as an action view alongside the optional, app-specified callbacks to MenuItem.OnActionExpandListener .

See MenuItem for more information about action views. See ActionBar for more information about the action bar.

Summary

Public Methods
abstract void onActionViewCollapsed ()
Called when this view is collapsed as an action view.
abstract void onActionViewExpanded ()
Called when this view is expanded as an action view.

Public Methods

public abstract void onActionViewCollapsed ()

Called when this view is collapsed as an action view. See collapseActionView() .

public abstract void onActionViewExpanded ()

Called when this view is expanded as an action view. See expandActionView() .