C# 클래스 SlidingMenuSharp.CustomViewBehind

상속: Android.Views.ViewGroup
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CustomViewBehind ( Android.Content.Context context ) : System
CustomViewBehind ( Android.Content.Context context, IAttributeSet attrs ) : System
DrawFade ( Android.Views.View content, Android.Graphics.Canvas canvas, float openPercent ) : void
DrawSelector ( Android.Views.View content, Android.Graphics.Canvas canvas, float openPercent ) : void
DrawShadow ( Android.Views.View content, Android.Graphics.Canvas canvas ) : void
GetAbsLeftBound ( Android.Views.View content ) : int
GetAbsRightBound ( Android.Views.View content ) : int
GetMenuLeft ( Android.Views.View content, int page ) : int
GetMenuPage ( int page ) : int
MarginTouchAllowed ( Android.Views.View content, int x ) : bool
MenuClosedSlideAllowed ( float dx ) : bool
MenuOpenSlideAllowed ( float dx ) : bool
MenuOpenTouchAllowed ( Android.Views.View content, int currPage, float x ) : bool
MenuTouchInQuickReturn ( Android.Views.View content, int currPage, float x ) : bool
OnInterceptTouchEvent ( Android.Views.MotionEvent ev ) : bool
OnTouchEvent ( Android.Views.MotionEvent e ) : bool
ScrollBehindTo ( Android.Views.View content, int x, int y ) : void
ScrollTo ( int x, int y ) : void

보호된 메소드들

메소드 설명
DispatchDraw ( Android.Graphics.Canvas canvas ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

메소드 상세

CustomViewBehind() 공개 메소드

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

CustomViewBehind() 공개 메소드

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

DispatchDraw() 보호된 메소드

protected DispatchDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
리턴 void

DrawFade() 공개 메소드

public DrawFade ( Android.Views.View content, Android.Graphics.Canvas canvas, float openPercent ) : void
content Android.Views.View
canvas Android.Graphics.Canvas
openPercent float
리턴 void

DrawSelector() 공개 메소드

public DrawSelector ( Android.Views.View content, Android.Graphics.Canvas canvas, float openPercent ) : void
content Android.Views.View
canvas Android.Graphics.Canvas
openPercent float
리턴 void

DrawShadow() 공개 메소드

public DrawShadow ( Android.Views.View content, Android.Graphics.Canvas canvas ) : void
content Android.Views.View
canvas Android.Graphics.Canvas
리턴 void

GetAbsLeftBound() 공개 메소드

public GetAbsLeftBound ( Android.Views.View content ) : int
content Android.Views.View
리턴 int

GetAbsRightBound() 공개 메소드

public GetAbsRightBound ( Android.Views.View content ) : int
content Android.Views.View
리턴 int

GetMenuLeft() 공개 메소드

public GetMenuLeft ( Android.Views.View content, int page ) : int
content Android.Views.View
page int
리턴 int

GetMenuPage() 공개 메소드

public GetMenuPage ( int page ) : int
page int
리턴 int

MarginTouchAllowed() 공개 메소드

public MarginTouchAllowed ( Android.Views.View content, int x ) : bool
content Android.Views.View
x int
리턴 bool

MenuClosedSlideAllowed() 공개 메소드

public MenuClosedSlideAllowed ( float dx ) : bool
dx float
리턴 bool

MenuOpenSlideAllowed() 공개 메소드

public MenuOpenSlideAllowed ( float dx ) : bool
dx float
리턴 bool

MenuOpenTouchAllowed() 공개 메소드

public MenuOpenTouchAllowed ( Android.Views.View content, int currPage, float x ) : bool
content Android.Views.View
currPage int
x float
리턴 bool

MenuTouchInQuickReturn() 공개 메소드

public MenuTouchInQuickReturn ( Android.Views.View content, int currPage, float x ) : bool
content Android.Views.View
currPage int
x float
리턴 bool

OnInterceptTouchEvent() 공개 메소드

public OnInterceptTouchEvent ( Android.Views.MotionEvent ev ) : bool
ev Android.Views.MotionEvent
리턴 bool

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

OnTouchEvent() 공개 메소드

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
리턴 bool

ScrollBehindTo() 공개 메소드

public ScrollBehindTo ( Android.Views.View content, int x, int y ) : void
content Android.Views.View
x int
y int
리턴 void

ScrollTo() 공개 메소드

public ScrollTo ( int x, int y ) : void
x int
y int
리턴 void