C# 클래스 Cheesebaron.ParallaxScrollView.ParallaxScrollView

상속: Android.Views.ViewGroup
파일 보기 프로젝트 열기: Cheesebaron/ParallaxScrollView 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OrganiseBackgroundView ( Android.Views.View background ) : void
OrganiseForegroundView ( Android.Views.View foreground ) : void
OrganiseViews ( ) : void
ScrollViewOnScrollChanged ( object sender, ObservableScrollViewEventArgs args ) : void

메소드 상세

AddView() 공개 메소드

public AddView ( Android.Views.View child ) : void
child Android.Views.View
리턴 void

AddView() 공개 메소드

public AddView ( Android.Views.View child, LayoutParams @params ) : void
child Android.Views.View
@params LayoutParams
리턴 void

AddView() 공개 메소드

public AddView ( Android.Views.View child, int index ) : void
child Android.Views.View
index int
리턴 void

AddView() 공개 메소드

public AddView ( Android.Views.View child, int index, LayoutParams @params ) : void
child Android.Views.View
index int
@params LayoutParams
리턴 void

AddView() 공개 메소드

public AddView ( Android.Views.View child, int width, int height ) : void
child Android.Views.View
width int
height int
리턴 void

CheckLayoutParams() 보호된 메소드

protected CheckLayoutParams ( LayoutParams p ) : bool
p LayoutParams
리턴 bool

GenerateDefaultLayoutParams() 보호된 메소드

protected GenerateDefaultLayoutParams ( ) : LayoutParams
리턴 LayoutParams

GenerateLayoutParams() 공개 메소드

public GenerateLayoutParams ( IAttributeSet attrs ) : LayoutParams
attrs IAttributeSet
리턴 LayoutParams

GenerateLayoutParams() 보호된 메소드

protected GenerateLayoutParams ( LayoutParams p ) : LayoutParams
p LayoutParams
리턴 LayoutParams

OnFinishInflate() 보호된 메소드

protected OnFinishInflate ( ) : void
리턴 void

OnLayout() 보호된 메소드

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
리턴 void

OnMeasure() 보호된 메소드

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
리턴 void

ParallaxScrollView() 공개 메소드

public ParallaxScrollView ( Android.Content.Context context ) : System
context Android.Content.Context
리턴 System

ParallaxScrollView() 공개 메소드

public ParallaxScrollView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System

ParallaxScrollView() 공개 메소드

public ParallaxScrollView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
리턴 System