Methods Summary |
---|
public static android.support.v7.app.MediaRouteDialogFactory | getDefault()Gets the default factory instance.
return sDefault;
|
public MediaRouteChooserDialogFragment | onCreateChooserDialogFragment()Called when the chooser dialog is being opened and it is time to create the fragment.
Subclasses may override this method to create a customized fragment.
return new MediaRouteChooserDialogFragment();
|
public MediaRouteControllerDialogFragment | onCreateControllerDialogFragment()Called when the controller dialog is being opened and it is time to create the fragment.
Subclasses may override this method to create a customized fragment.
return new MediaRouteControllerDialogFragment();
|