| android.support.v7.view.CollapsibleActionView | 
|  Known Indirect Subclasses | 
       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
       
        
         MenuItemCompat.OnActionExpandListener
        
       
       .
      
       See
       
        
         MenuItemCompat
        
       
       for more information about action views.
 See
       
        
         ActionBar
        
       
       for more information about the action bar.
      
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  | 
          Called when this view is collapsed as an action view.
          | ||||||||||
|  | 
          Called when this view is expanded as an action view.
          | ||||||||||
         Called when this view is collapsed as an action view. See
         
          
           collapseActionView(android.view.MenuItem)
          
         
         .
        
         Called when this view is expanded as an action view. See
         
          
           expandActionView(android.view.MenuItem)
          
         
         .