Link

Menu/Drawer/Dialog Initiation Methods

Menu/drawer/dialog initiation methods are Android system methods that show menu/drawer/dialog on the screen:

Transition TypeAPIs
Menu OpenMenuInflater.inflate(int, Menu)
Drawer OpenDawerLayout.openDrawer(View, boolean)
        .openDrawer(View)
        .openDrawer(int)
        .openDrawer(int, boolean)
ShowDialogDialogFragment.show(FragmentTransaction, String)
        .show(FragmentManager, String)
        .showNow(FragmentManager,String)