C# Class DiscMenu.DiscMenu

http://blog.csdn.net/lmj623565791/article/details/43131133
Inheritance: Android.Views.ViewGroup, View.IOnTouchListener
ファイルを表示 Open project: gruan01/Xamarin-Example Class Usage Examples

Public Methods

Method Description
DiscMenu ( Android.Content.Context ctx, Android.Graphics.Bitmap centerBmp ) : System
OnTouch ( Android.Views.View v, Android.Views.MotionEvent e ) : bool
SetMenus ( Drawable>.Dictionary txtAndResIDs ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

Private Methods

Method Description
Btn_Click ( object sender, EventArgs e ) : void
C_Click ( object sender, EventArgs e ) : void
Collopse ( ) : void
Collopse ( int idx ) : void
Expand ( ) : void
Expand ( int idx ) : void
GetAnimatorSet ( int idx, bool expand ) : Android.Animation.AnimatorSet
GetCanExpandCollopseChild ( int idx ) : Android.Views.View
Set_AnimationEnd ( object sender, EventArgs e ) : void
ToRadians ( float degree ) : double

����תΪ����

Method Details

DiscMenu() public method

public DiscMenu ( Android.Content.Context ctx, Android.Graphics.Bitmap centerBmp ) : System
ctx Android.Content.Context
centerBmp Android.Graphics.Bitmap
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnLayout() protected method

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

OnMeasure() protected method

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
return void

OnTouch() public method

public OnTouch ( Android.Views.View v, Android.Views.MotionEvent e ) : bool
v Android.Views.View
e Android.Views.MotionEvent
return bool

SetMenus() public method

public SetMenus ( Drawable>.Dictionary txtAndResIDs ) : void
txtAndResIDs Drawable>.Dictionary
return void