/**@class android.app.MediaRouteButton
@extends android.view.View

*/
var MediaRouteButton = {

/**Gets the media route types for filtering the routes that the user can
 select using the media route chooser dialog.
@return {Number} The route types.
*/
getRouteTypes : function(  ) {},

/**Sets the types of routes that will be shown in the media route chooser dialog
 launched by this button.
@param {Number} types The route types to match.
*/
setRouteTypes : function(  ) {},

/**
*/
setExtendedSettingsClickListener : function(  ) {},

/**Show the route chooser or controller dialog.
 <p>
 If the default route is selected or if the currently selected route does
 not match the {@link #getRouteTypes route types}, then shows the route chooser dialog.
 Otherwise, shows the route controller dialog to offer the user
 a choice to disconnect from the route or perform other control actions
 such as setting the route's volume.
 </p><p>
 This will attach a {@link android.app.DialogFragment} to the containing Activity.
 </p>
*/
showDialog : function(  ) {},

/**
*/
setContentDescription : function(  ) {},

/**
*/
performClick : function(  ) {},

/**
*/
jumpDrawablesToCurrentState : function(  ) {},

/**
*/
setVisibility : function(  ) {},

/**
*/
onAttachedToWindow : function(  ) {},

/**
*/
onDetachedFromWindow : function(  ) {},


};