C# Class ActionBarCompat.DrawerLayout.Helpers.MyActionBarDrawerToggle

Inheritance: ActionBarDrawerToggle
Afficher le fichier Open project: jamesmontemagno/Xamarin.Android-AppCompat Class Usage Examples

Méthodes publiques

Méthode Description
MyActionBarDrawerToggle ( Android.App.Activity activity, Android drawerLayout, int drawerImageRes, int openDrawerContentDescRes, int closeDrawerContentDescRes ) : System
OnDrawerClosed ( Android.Views.View drawerView ) : void
OnDrawerOpened ( Android.Views.View drawerView ) : void
OnDrawerSlide ( Android.Views.View drawerView, float slideOffset ) : void
OnDrawerStateChanged ( int newState ) : void

Method Details

MyActionBarDrawerToggle() public méthode

public MyActionBarDrawerToggle ( Android.App.Activity activity, Android drawerLayout, int drawerImageRes, int openDrawerContentDescRes, int closeDrawerContentDescRes ) : System
activity Android.App.Activity
drawerLayout Android
drawerImageRes int
openDrawerContentDescRes int
closeDrawerContentDescRes int
Résultat System

OnDrawerClosed() public méthode

public OnDrawerClosed ( Android.Views.View drawerView ) : void
drawerView Android.Views.View
Résultat void

OnDrawerOpened() public méthode

public OnDrawerOpened ( Android.Views.View drawerView ) : void
drawerView Android.Views.View
Résultat void

OnDrawerSlide() public méthode

public OnDrawerSlide ( Android.Views.View drawerView, float slideOffset ) : void
drawerView Android.Views.View
slideOffset float
Résultat void

OnDrawerStateChanged() public méthode

public OnDrawerStateChanged ( int newState ) : void
newState int
Résultat void