Property | Type | Description | |
---|---|---|---|
HasOpaqueBackground | bool | ||
IsDragViewUnder | bool | ||
OnPanelAnchored | void | ||
OnPanelCollapsed | void | ||
OnPanelDragged | void | ||
OnPanelExpanded | void | ||
OnPanelSlide | void | ||
SetAllChildrenVisible | void | ||
SmoothSlideTo | bool | ||
UpdateObscuredViewVisibility | void |
Method | Description | |
---|---|---|
CollapsePane ( ) : bool | ||
ComputeScroll ( ) : void | ||
Draw ( Android.Graphics.Canvas canvas ) : void | ||
ExpandPane ( ) : bool | ||
ExpandPane ( float slideOffset ) : bool | ||
FloatNearlyEqual ( float a, float b ) : bool | ||
FloatNearlyEqual ( float a, float b, float epsilon ) : bool | ||
GenerateLayoutParams ( IAttributeSet attrs ) : Android.Views.ViewGroup.LayoutParams | ||
HidePane ( ) : void | ||
OnInterceptTouchEvent ( Android.Views.MotionEvent ev ) : bool | ||
OnTouchEvent ( Android.Views.MotionEvent ev ) : bool | ||
ShowPane ( ) : void | ||
SlidingUpPanelLayout ( Android.Content.Context context ) : System | ||
SlidingUpPanelLayout ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
SlidingUpPanelLayout ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System | ||
SlidingUpPanelLayout ( |
Method | Description | |
---|---|---|
CanScroll ( Android.Views.View view, bool checkV, int dx, int x, int y ) : bool | ||
CheckLayoutParams ( Android.Views.ViewGroup p ) : bool | ||
DrawChild ( Android.Graphics.Canvas canvas, Android.Views.View child, long drawingTime ) : bool | ||
GenerateDefaultLayoutParams ( ) : Android.Views.ViewGroup.LayoutParams | ||
GenerateLayoutParams ( Android.Views.ViewGroup p ) : Android.Views.ViewGroup.LayoutParams | ||
OnAttachedToWindow ( ) : void | ||
OnDetachedFromWindow ( ) : void | ||
OnFinishInflate ( ) : void | ||
OnLayout ( bool changed, int l, int t, int r, int b ) : void | ||
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void | ||
OnRestoreInstanceState ( IParcelable state ) : void | ||
OnSaveInstanceState ( ) : IParcelable | ||
OnSizeChanged ( int w, int h, int oldw, int oldh ) : void |
Method | Description | |
---|---|---|
HasOpaqueBackground ( Android.Views.View view ) : bool | ||
IsDragViewUnder ( int x, int y ) : bool | ||
OnPanelAnchored ( Android.Views.View panel ) : void | ||
OnPanelCollapsed ( Android.Views.View panel ) : void | ||
OnPanelDragged ( int newTop ) : void | ||
OnPanelExpanded ( Android.Views.View panel ) : void | ||
OnPanelSlide ( Android.Views.View panel ) : void | ||
SetAllChildrenVisible ( ) : void | ||
SmoothSlideTo ( float slideOffset ) : bool | ||
UpdateObscuredViewVisibility ( ) : void |
protected CanScroll ( Android.Views.View view, bool checkV, int dx, int x, int y ) : bool | ||
view | Android.Views.View | |
checkV | bool | |
dx | int | |
x | int | |
y | int | |
return | bool |
protected CheckLayoutParams ( Android.Views.ViewGroup p ) : bool | ||
p | Android.Views.ViewGroup | |
return | bool |
public Draw ( Android.Graphics.Canvas canvas ) : void | ||
canvas | Android.Graphics.Canvas | |
return | void |
protected DrawChild ( Android.Graphics.Canvas canvas, Android.Views.View child, long drawingTime ) : bool | ||
canvas | Android.Graphics.Canvas | |
child | Android.Views.View | |
drawingTime | long | |
return | bool |
public ExpandPane ( float slideOffset ) : bool | ||
slideOffset | float | |
return | bool |
public static FloatNearlyEqual ( float a, float b ) : bool | ||
a | float | |
b | float | |
return | bool |
public static FloatNearlyEqual ( float a, float b, float epsilon ) : bool | ||
a | float | |
b | float | |
epsilon | float | |
return | bool |
protected GenerateDefaultLayoutParams ( ) : Android.Views.ViewGroup.LayoutParams | ||
return | Android.Views.ViewGroup.LayoutParams |
public GenerateLayoutParams ( IAttributeSet attrs ) : Android.Views.ViewGroup.LayoutParams | ||
attrs | IAttributeSet | |
return | Android.Views.ViewGroup.LayoutParams |
protected GenerateLayoutParams ( Android.Views.ViewGroup p ) : Android.Views.ViewGroup.LayoutParams | ||
p | Android.Views.ViewGroup | |
return | Android.Views.ViewGroup.LayoutParams |
public OnInterceptTouchEvent ( Android.Views.MotionEvent ev ) : bool | ||
ev | Android.Views.MotionEvent | |
return | bool |
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 |
protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void | ||
widthMeasureSpec | int | |
heightMeasureSpec | int | |
return | void |
protected OnRestoreInstanceState ( IParcelable state ) : void | ||
state | IParcelable | |
return | void |
protected OnSaveInstanceState ( ) : IParcelable | ||
return | IParcelable |
protected OnSizeChanged ( int w, int h, int oldw, int oldh ) : void | ||
w | int | |
h | int | |
oldw | int | |
oldh | int | |
return | void |
public OnTouchEvent ( Android.Views.MotionEvent ev ) : bool | ||
ev | Android.Views.MotionEvent | |
return | bool |
public SlidingUpPanelLayout ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
return | System |
public SlidingUpPanelLayout ( Android.Content.Context context, IAttributeSet attrs ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
return | System |
public SlidingUpPanelLayout ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
defStyle | int | |
return | System |
public SlidingUpPanelLayout ( |
||
javaReference | ||
transfer | JniHandleOwnership | |
return | System |