C# Class Cheesebaron.ParallaxScrollView.ParallaxScrollView

Inheritance: Android.Views.ViewGroup
Afficher le fichier Open project: Cheesebaron/ParallaxScrollView Class Usage Examples

Méthodes publiques

Méthode Description
AddView ( Android.Views.View child ) : void
AddView ( Android.Views.View child, LayoutParams @params ) : void
AddView ( Android.Views.View child, int index ) : void
AddView ( Android.Views.View child, int index, LayoutParams @params ) : void
AddView ( Android.Views.View child, int width, int height ) : void
GenerateLayoutParams ( IAttributeSet attrs ) : LayoutParams
ParallaxScrollView ( Android.Content.Context context ) : System
ParallaxScrollView ( Android.Content.Context context, IAttributeSet attrs ) : System
ParallaxScrollView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System

Méthodes protégées

Méthode Description
CheckLayoutParams ( LayoutParams p ) : bool
GenerateDefaultLayoutParams ( ) : LayoutParams
GenerateLayoutParams ( LayoutParams p ) : LayoutParams
OnFinishInflate ( ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

Private Methods

Méthode Description
OrganiseBackgroundView ( Android.Views.View background ) : void
OrganiseForegroundView ( Android.Views.View foreground ) : void
OrganiseViews ( ) : void
ScrollViewOnScrollChanged ( object sender, ObservableScrollViewEventArgs args ) : void

Method Details

AddView() public méthode

public AddView ( Android.Views.View child ) : void
child Android.Views.View
Résultat void

AddView() public méthode

public AddView ( Android.Views.View child, LayoutParams @params ) : void
child Android.Views.View
@params LayoutParams
Résultat void

AddView() public méthode

public AddView ( Android.Views.View child, int index ) : void
child Android.Views.View
index int
Résultat void

AddView() public méthode

public AddView ( Android.Views.View child, int index, LayoutParams @params ) : void
child Android.Views.View
index int
@params LayoutParams
Résultat void

AddView() public méthode

public AddView ( Android.Views.View child, int width, int height ) : void
child Android.Views.View
width int
height int
Résultat void

CheckLayoutParams() protected méthode

protected CheckLayoutParams ( LayoutParams p ) : bool
p LayoutParams
Résultat bool

GenerateDefaultLayoutParams() protected méthode

protected GenerateDefaultLayoutParams ( ) : LayoutParams
Résultat LayoutParams

GenerateLayoutParams() public méthode

public GenerateLayoutParams ( IAttributeSet attrs ) : LayoutParams
attrs IAttributeSet
Résultat LayoutParams

GenerateLayoutParams() protected méthode

protected GenerateLayoutParams ( LayoutParams p ) : LayoutParams
p LayoutParams
Résultat LayoutParams

OnFinishInflate() protected méthode

protected OnFinishInflate ( ) : void
Résultat void

OnLayout() protected méthode

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
Résultat void

OnMeasure() protected méthode

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
Résultat void

ParallaxScrollView() public méthode

public ParallaxScrollView ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

ParallaxScrollView() public méthode

public ParallaxScrollView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

ParallaxScrollView() public méthode

public ParallaxScrollView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
Résultat System