C# Class ActionBarCompat.DrawerLayout.Helpers.MyActionBarDrawerToggle

Inheritance: ActionBarDrawerToggle
Mostra file Open project: jamesmontemagno/Xamarin.Android-AppCompat Class Usage Examples

Public Methods

Method 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 method

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
return System

OnDrawerClosed() public method

public OnDrawerClosed ( Android.Views.View drawerView ) : void
drawerView Android.Views.View
return void

OnDrawerOpened() public method

public OnDrawerOpened ( Android.Views.View drawerView ) : void
drawerView Android.Views.View
return void

OnDrawerSlide() public method

public OnDrawerSlide ( Android.Views.View drawerView, float slideOffset ) : void
drawerView Android.Views.View
slideOffset float
return void

OnDrawerStateChanged() public method

public OnDrawerStateChanged ( int newState ) : void
newState int
return void