C# Class Rg.Plugins.Popup.Droid.Renderers.PopupPageRenderer

Inheritance: PageRenderer
显示文件 Open project: rotorgames/Rg.Plugins.Popup

Private Properties

Property Type Description
OnBackgroundClick void

Public Methods

Method Description
DispatchTouchEvent ( Android.Views.MotionEvent e ) : bool
OnTouchEvent ( Android.Views.MotionEvent e ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnAttachedToWindow ( ) : void
OnDetachedFromWindow ( ) : void
OnElementChanged ( ElementChangedEventArgs e ) : void
OnLayout ( bool changed, int l, int t, int r, int b ) : void

Private Methods

Method Description
OnBackgroundClick ( object sender, EventArgs e ) : void

Method Details

DispatchTouchEvent() public method

public DispatchTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
return bool

Dispose() protected method

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

OnAttachedToWindow() protected method

protected OnAttachedToWindow ( ) : void
return void

OnDetachedFromWindow() protected method

protected OnDetachedFromWindow ( ) : void
return void

OnElementChanged() protected method

protected OnElementChanged ( ElementChangedEventArgs e ) : void
e ElementChangedEventArgs
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

OnTouchEvent() public method

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
return bool