User Tools

Site Tools


thinkgeo.mapsuite.androidedition.centercoordinatemaptool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.centercoordinatemaptool [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.androidedition.centercoordinatemaptool [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool ====== ====== ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents the coordinates of the map center, display in the lower right corner of the map. Represents the coordinates of the map center, display in the lower right corner of the map.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**Java.Lang.Object +    *Java.Lang.Object 
-***Android.Views.View +      *Android.Views.View 
-****Android.Views.ViewGroup +        *Android.Views.ViewGroup 
-*****Android.Widget.RelativeLayout +          *Android.Widget.RelativeLayout 
-******[[ThinkGeo.MapSuite.AndroidEdition.MapTool]] +            *ThinkGeo.MapSuite.AndroidEdition.MapTool 
-*******[[ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool]]+              ***ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} CenterCoordinateMapTool(Context) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CenterCoordinateMapTool(Context)|CenterCoordinateMapTool]] ​  | Context ​  ​| ​   | Initializes a new instance of the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CenterCoordinateMapTool(MapView,​ Context)|CenterCoordinateMapTool]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]],​ Context ​  ​| ​   | Initializes a new instance of the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CenterCoordinateMapTool(MapView,​ Context, IAttributeSet)|CenterCoordinateMapTool]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]],​ Context, IAttributeSet ​  ​| ​   | Initializes a new instance of the class. ​  |+
  
-==== Protected Constructors ​==== +  * //​Initializes a new instance of the  class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  * //​context//​ 
 +    * Type:​Context 
 +    * Description:​Interface to global information about an application environment.
  
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CenterCoordinateMapTool(MapView,​Context) **
 +
 +  * //​Initializes a new instance of the  class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //mapView//
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]
 +    * Description:​Current map that the mapTool will be drawn on
 +
 +  * //context//
 +    * Type:​Context
 +    * Description:​Interface to global information about an application environment.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CenterCoordinateMapTool(MapView,​Context,​IAttributeSet) **
 +
 +  * //​Initializes a new instance of the  class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //mapView//
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]
 +    * Description:​Current map that the mapTool will be drawn on
 +
 +  * //context//
 +    * Type:​Context
 +    * Description:​Interface to global information about an application environment.
 +
 +  * //attrs//
 +    * Type:​IAttributeSet
 +    * Description:​A collection of attributes, as found associated with a tag in an XML document.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} Initialize(MapView) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​AddFocusables(IList<​View>,​ FocusSearchDirection,​ FocusablesFlags)|AddFocusables]] ​  | IList<​View>,​ FocusSearchDirection,​ FocusablesFlags ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddFocusables(IList<​View>,​ FocusSearchDirection)|AddFocusables]] ​  | IList<​View>,​ FocusSearchDirection ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddOnAttachStateChangeListener(View+IOnAttachStateChangeListener)|AddOnAttachStateChangeListener]] ​  | View+IOnAttachStateChangeListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddOnLayoutChangeListener(View+IOnLayoutChangeListener)|AddOnLayoutChangeListener]] ​  | View+IOnLayoutChangeListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddStatesFromChildren()|AddStatesFromChildren]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddTouchables(IList<​View>​)|AddTouchables]] ​  | IList<​View> ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddView(View)|AddView]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddView(View,​ ViewGroup+LayoutParams)|AddView]] ​  | View, ViewGroup+LayoutParams ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddView(View,​ Int32)|AddView]] ​  | View, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddView(View,​ Int32, Int32)|AddView]] ​  | View, Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​AddView(View,​ Int32, ViewGroup+LayoutParams)|AddView]] ​  | View, Int32, ViewGroup+LayoutParams ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Animate()|Animate]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BringChildToFront(View)|BringChildToFront]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BringToFront()|BringToFront]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BuildDrawingCache()|BuildDrawingCache]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BuildDrawingCache(Boolean)|BuildDrawingCache]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​BuildLayer()|BuildLayer]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CallOnClick()|CallOnClick]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CanScrollHorizontally(Int32)|CanScrollHorizontally]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CanScrollVertically(Int32)|CanScrollVertically]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CancelLongPress()|CancelLongPress]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CheckInputConnectionProxy(View)|CheckInputConnectionProxy]] ​  | View   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ChildDrawableStateChanged(View)|ChildDrawableStateChanged]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearAnimation()|ClearAnimation]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearChildFocus(View)|ClearChildFocus]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearDisappearingChildren()|ClearDisappearingChildren]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearFocus()|ClearFocus]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ComputeScroll()|ComputeScroll]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CreateAccessibilityNodeInfo()|CreateAccessibilityNodeInfo]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CreateContextMenu(IContextMenu)|CreateContextMenu]] ​  | IContextMenu ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DestroyDrawingCache()|DestroyDrawingCache]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchConfigurationChanged(Configuration)|DispatchConfigurationChanged]] ​  | Configuration ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchDisplayHint(ViewStates)|DispatchDisplayHint]] ​  | ViewStates ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchDragEvent(DragEvent)|DispatchDragEvent]] ​  | DragEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchGenericMotionEvent(MotionEvent)|DispatchGenericMotionEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchKeyEvent(KeyEvent)|DispatchKeyEvent]] ​  | KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchKeyEventPreIme(KeyEvent)|DispatchKeyEventPreIme]] ​  | KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchKeyShortcutEvent(KeyEvent)|DispatchKeyShortcutEvent]] ​  | KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchPopulateAccessibilityEvent(AccessibilityEvent)|DispatchPopulateAccessibilityEvent]] ​  | AccessibilityEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchSetActivated(Boolean)|DispatchSetActivated]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchSetSelected(Boolean)|DispatchSetSelected]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchSystemUiVisibilityChanged(Int32)|DispatchSystemUiVisibilityChanged]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchTouchEvent(MotionEvent)|DispatchTouchEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchTrackballEvent(MotionEvent)|DispatchTrackballEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchUnhandledMove(View,​ FocusSearchDirection)|DispatchUnhandledMove]] ​  | View, FocusSearchDirection ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchWindowFocusChanged(Boolean)|DispatchWindowFocusChanged]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DispatchWindowVisibilityChanged(ViewStates)|DispatchWindowVisibilityChanged]] ​  | ViewStates ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Dispose()|Dispose]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(Canvas)|Draw]] ​  | Canvas ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EndViewTransition(View)|EndViewTransition]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindFocus()|FindFocus]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindViewById(Int32)|FindViewById]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindViewById(Int32)|FindViewById]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindViewWithTag(Object)|FindViewWithTag]] ​  | Object ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindViewsWithText(IList<​View>,​ String, FindViewsWith)|FindViewsWithText]] ​  | IList<​View>,​ String, FindViewsWith ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FindViewsWithText(IList<​View>,​ ICharSequence,​ FindViewsWith)|FindViewsWithText]] ​  | IList<​View>,​ ICharSequence,​ FindViewsWith ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FitsSystemWindows()|FitsSystemWindows]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FocusSearch(View,​ FocusSearchDirection)|FocusSearch]] ​  | View, FocusSearchDirection ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FocusSearch(FocusSearchDirection)|FocusSearch]] ​  | FocusSearchDirection ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FocusableViewAvailable(View)|FocusableViewAvailable]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ForceLayout()|ForceLayout]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GatherTransparentRegion(Region)|GatherTransparentRegion]] ​  | Region ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GenerateLayoutParams(IAttributeSet)|GenerateLayoutParams]] ​  | IAttributeSet ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetChildAt(Int32)|GetChildAt]] ​  | Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetChildVisibleRect(View,​ Rect, Point)|GetChildVisibleRect]] ​  | View, Rect, Point   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDrawableState()|GetDrawableState]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDrawingCache(Boolean)|GetDrawingCache]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetDrawingRect(Rect)|GetDrawingRect]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetFocusables(FocusSearchDirection)|GetFocusables]] ​  | FocusSearchDirection ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetFocusedRect(Rect)|GetFocusedRect]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetGlobalVisibleRect(Rect)|GetGlobalVisibleRect]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetGlobalVisibleRect(Rect,​ Point)|GetGlobalVisibleRect]] ​  | Rect, Point   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHitRect(Rect)|GetHitRect]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLocalVisibleRect(Rect)|GetLocalVisibleRect]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLocationInWindow(Int32[])|GetLocationInWindow]] ​  | Int32[] ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetLocationOnScreen(Int32[])|GetLocationOnScreen]] ​  | Int32[] ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTag(Int32)|GetTag]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetWindowVisibleDisplayFrame(Rect)|GetWindowVisibleDisplayFrame]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetX()|GetX]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetY()|GetY]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​IndexOfChild(View)|IndexOfChild]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#Initialize(MapView)|Initialize]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | This method initializes map tool.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate()|Invalidate]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate(Int32,​ Int32, Int32, Int32)|Invalidate]] ​  | Int32, Int32, Int32, Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Invalidate(Rect)|Invalidate]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateChild(View,​ Rect)|InvalidateChild]] ​  | View, Rect   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateChildInParent(Int32[],​ Rect)|InvalidateChildInParent]] ​  | Int32[],​ Rect   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InvalidateDrawable(Drawable)|InvalidateDrawable]] ​  | Drawable ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​JumpDrawablesToCurrentState()|JumpDrawablesToCurrentState]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Layout(Int32,​ Int32, Int32, Int32)|Layout]] ​  | Int32, Int32, Int32, Int32   | View(overriden) ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Measure(Int32,​ Int32)|Measure]] ​  | Int32, Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Notify()|Notify]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​NotifyAll()|NotifyAll]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OffsetDescendantRectToMyCoords(View,​ Rect)|OffsetDescendantRectToMyCoords]] ​  | View, Rect   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OffsetLeftAndRight(Int32)|OffsetLeftAndRight]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OffsetRectIntoDescendantCoords(View,​ Rect)|OffsetRectIntoDescendantCoords]] ​  | View, Rect   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OffsetTopAndBottom(Int32)|OffsetTopAndBottom]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnCheckIsTextEditor()|OnCheckIsTextEditor]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnCreateInputConnection(EditorInfo)|OnCreateInputConnection]] ​  | EditorInfo ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnDragEvent(DragEvent)|OnDragEvent]] ​  | DragEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnFilterTouchEventForSecurity(MotionEvent)|OnFilterTouchEventForSecurity]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnFinishTemporaryDetach()|OnFinishTemporaryDetach]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnGenericMotionEvent(MotionEvent)|OnGenericMotionEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnHoverChanged(Boolean)|OnHoverChanged]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnHoverEvent(MotionEvent)|OnHoverEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnInitializeAccessibilityEvent(AccessibilityEvent)|OnInitializeAccessibilityEvent]] ​  | AccessibilityEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo)|OnInitializeAccessibilityNodeInfo]] ​  | AccessibilityNodeInfo ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnInterceptHoverEvent(MotionEvent)|OnInterceptHoverEvent]] ​  | MotionEvent ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnInterceptTouchEvent(MotionEvent)|OnInterceptTouchEvent]] ​  | MotionEvent ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnKeyDown(Keycode,​ KeyEvent)|OnKeyDown]] ​  | Keycode, KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnKeyLongPress(Keycode,​ KeyEvent)|OnKeyLongPress]] ​  | Keycode, KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnKeyMultiple(Keycode,​ Int32, KeyEvent)|OnKeyMultiple]] ​  | Keycode, Int32, KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnKeyPreIme(Keycode,​ KeyEvent)|OnKeyPreIme]] ​  | Keycode, KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnKeyShortcut(Keycode,​ KeyEvent)|OnKeyShortcut]] ​  | Keycode, KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnKeyUp(Keycode,​ KeyEvent)|OnKeyUp]] ​  | Keycode, KeyEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnPopulateAccessibilityEvent(AccessibilityEvent)|OnPopulateAccessibilityEvent]] ​  | AccessibilityEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnRequestSendAccessibilityEvent(View,​ AccessibilityEvent)|OnRequestSendAccessibilityEvent]] ​  | View, AccessibilityEvent ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnStartTemporaryDetach()|OnStartTemporaryDetach]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnTouchEvent(MotionEvent)|OnTouchEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnTrackballEvent(MotionEvent)|OnTrackballEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​OnWindowFocusChanged(Boolean)|OnWindowFocusChanged]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformClick()|PerformClick]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformHapticFeedback(FeedbackConstants,​ FeedbackFlags)|PerformHapticFeedback]] ​  | FeedbackConstants,​ FeedbackFlags ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformHapticFeedback(FeedbackConstants)|PerformHapticFeedback]] ​  | FeedbackConstants ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PerformLongClick()|PerformLongClick]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PlaySoundEffect(SoundEffects)|PlaySoundEffect]] ​  | SoundEffects ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Post(Action)|Post]] ​  | Action ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Post(IRunnable)|Post]] ​  | IRunnable ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostDelayed(IRunnable,​ Int64)|PostDelayed]] ​  | IRunnable, Int64   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostDelayed(Action,​ Int64)|PostDelayed]] ​  | Action, Int64   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostInvalidate()|PostInvalidate]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostInvalidate(Int32,​ Int32, Int32, Int32)|PostInvalidate]] ​  | Int32, Int32, Int32, Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostInvalidateDelayed(Int64)|PostInvalidateDelayed]] ​  | Int64   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PostInvalidateDelayed(Int64,​ Int32, Int32, Int32, Int32)|PostInvalidateDelayed]] ​  | Int64, Int32, Int32, Int32, Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RecomputeViewAttributes(View)|RecomputeViewAttributes]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RefreshDrawableState()|RefreshDrawableState]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveAllViews()|RemoveAllViews]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveAllViewsInLayout()|RemoveAllViewsInLayout]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveCallbacks(IRunnable)|RemoveCallbacks]] ​  | IRunnable ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveCallbacks(Action)|RemoveCallbacks]] ​  | Action ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveOnAttachStateChangeListener(View+IOnAttachStateChangeListener)|RemoveOnAttachStateChangeListener]] ​  | View+IOnAttachStateChangeListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveOnLayoutChangeListener(View+IOnLayoutChangeListener)|RemoveOnLayoutChangeListener]] ​  | View+IOnLayoutChangeListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveView(View)|RemoveView]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveViewAt(Int32)|RemoveViewAt]] ​  | Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveViewInLayout(View)|RemoveViewInLayout]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveViews(Int32,​ Int32)|RemoveViews]] ​  | Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RemoveViewsInLayout(Int32,​ Int32)|RemoveViewsInLayout]] ​  | Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestChildFocus(View,​ View)|RequestChildFocus]] ​  | View, View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestChildRectangleOnScreen(View,​ Rect, Boolean)|RequestChildRectangleOnScreen]] ​  | View, Rect, Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDisallowInterceptTouchEvent(Boolean)|RequestDisallowInterceptTouchEvent]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestFocus()|RequestFocus]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestFocus(FocusSearchDirection)|RequestFocus]] ​  | FocusSearchDirection ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestFocus(FocusSearchDirection,​ Rect)|RequestFocus]] ​  | FocusSearchDirection,​ Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestFocusFromTouch()|RequestFocusFromTouch]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestLayout()|RequestLayout]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestRectangleOnScreen(Rect,​ Boolean)|RequestRectangleOnScreen]] ​  | Rect, Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestRectangleOnScreen(Rect)|RequestRectangleOnScreen]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestSendAccessibilityEvent(View,​ AccessibilityEvent)|RequestSendAccessibilityEvent]] ​  | View, AccessibilityEvent ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestTransparentRegion(View)|RequestTransparentRegion]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RestoreHierarchyState(SparseArray)|RestoreHierarchyState]] ​  | SparseArray ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SaveHierarchyState(SparseArray)|SaveHierarchyState]] ​  | SparseArray ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ScheduleDrawable(Drawable,​ Action, Int64)|ScheduleDrawable]] ​  | Drawable, Action, Int64   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ScheduleDrawable(Drawable,​ IRunnable, Int64)|ScheduleDrawable]] ​  | Drawable, IRunnable, Int64   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ScheduleLayoutAnimation()|ScheduleLayoutAnimation]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ScrollBy(Int32,​ Int32)|ScrollBy]] ​  | Int32, Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ScrollTo(Int32,​ Int32)|ScrollTo]] ​  | Int32, Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SendAccessibilityEvent(EventTypes)|SendAccessibilityEvent]] ​  | EventTypes ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SendAccessibilityEventUnchecked(AccessibilityEvent)|SendAccessibilityEventUnchecked]] ​  | AccessibilityEvent ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetAccessibilityDelegate(View+AccessibilityDelegate)|SetAccessibilityDelegate]] ​  | View+AccessibilityDelegate ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetAddStatesFromChildren(Boolean)|SetAddStatesFromChildren]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetBackgroundColor(Color)|SetBackgroundColor]] ​  | Color   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetBackgroundDrawable(Drawable)|SetBackgroundDrawable]] ​  | Drawable ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetBackgroundResource(Int32)|SetBackgroundResource]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetCameraDistance(Single)|SetCameraDistance]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetClipChildren(Boolean)|SetClipChildren]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetClipToPadding(Boolean)|SetClipToPadding]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetFadingEdgeLength(Int32)|SetFadingEdgeLength]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetFitsSystemWindows(Boolean)|SetFitsSystemWindows]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetGravity(GravityFlags)|SetGravity]] ​  | GravityFlags ​  | RelativeLayout ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetHorizontalGravity(GravityFlags)|SetHorizontalGravity]] ​  | GravityFlags ​  | RelativeLayout ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetIgnoreGravity(Int32)|SetIgnoreGravity]] ​  | Int32   | RelativeLayout ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetLayerType(LayerType,​ Paint)|SetLayerType]] ​  | LayerType, Paint   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetMinimumHeight(Int32)|SetMinimumHeight]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetMinimumWidth(Int32)|SetMinimumWidth]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnClickListener(View+IOnClickListener)|SetOnClickListener]] ​  | View+IOnClickListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnCreateContextMenuListener(View+IOnCreateContextMenuListener)|SetOnCreateContextMenuListener]] ​  | View+IOnCreateContextMenuListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnDragListener(View+IOnDragListener)|SetOnDragListener]] ​  | View+IOnDragListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnGenericMotionListener(View+IOnGenericMotionListener)|SetOnGenericMotionListener]] ​  | View+IOnGenericMotionListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnHierarchyChangeListener(ViewGroup+IOnHierarchyChangeListener)|SetOnHierarchyChangeListener]] ​  | ViewGroup+IOnHierarchyChangeListener ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnHoverListener(View+IOnHoverListener)|SetOnHoverListener]] ​  | View+IOnHoverListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnKeyListener(View+IOnKeyListener)|SetOnKeyListener]] ​  | View+IOnKeyListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnLongClickListener(View+IOnLongClickListener)|SetOnLongClickListener]] ​  | View+IOnLongClickListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnSystemUiVisibilityChangeListener(View+IOnSystemUiVisibilityChangeListener)|SetOnSystemUiVisibilityChangeListener]] ​  | View+IOnSystemUiVisibilityChangeListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetOnTouchListener(View+IOnTouchListener)|SetOnTouchListener]] ​  | View+IOnTouchListener ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetPadding(Int32,​ Int32, Int32, Int32)|SetPadding]] ​  | Int32, Int32, Int32, Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetScrollContainer(Boolean)|SetScrollContainer]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetTag(Int32,​ Object)|SetTag]] ​  | Int32, Object ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetVerticalGravity(GravityFlags)|SetVerticalGravity]] ​  | GravityFlags ​  | RelativeLayout ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetWillNotCacheDrawing(Boolean)|SetWillNotCacheDrawing]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetWillNotDraw(Boolean)|SetWillNotDraw]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetX(Single)|SetX]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SetY(Single)|SetY]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ShouldDelayChildPressedState()|ShouldDelayChildPressedState]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ShowContextMenu()|ShowContextMenu]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ShowContextMenuForChild(View)|ShowContextMenuForChild]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StartActionMode(ActionMode+ICallback)|StartActionMode]] ​  | ActionMode+ICallback ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StartActionModeForChild(View,​ ActionMode+ICallback)|StartActionModeForChild]] ​  | View, ActionMode+ICallback ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StartAnimation(Animation)|StartAnimation]] ​  | Animation ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StartDrag(ClipData,​ View+DragShadowBuilder,​ Object, Int32)|StartDrag]] ​  | ClipData, View+DragShadowBuilder,​ Object, Int32   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StartLayoutAnimation()|StartLayoutAnimation]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​StartViewTransition(View)|StartViewTransition]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToArray()|ToArray]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UnscheduleDrawable(Drawable,​ Action)|UnscheduleDrawable]] ​  | Drawable, Action ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UnscheduleDrawable(Drawable,​ IRunnable)|UnscheduleDrawable]] ​  | Drawable, IRunnable ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UnscheduleDrawable(Drawable)|UnscheduleDrawable]] ​  | Drawable ​  | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​UpdateViewLayout(View,​ ViewGroup+LayoutParams)|UpdateViewLayout]] ​  | View, ViewGroup+LayoutParams ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Wait(Int64)|Wait]] ​  | Int64   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Wait()|Wait]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Wait(Int64,​ Int32)|Wait]] ​  | Int64, Int32   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillNotCacheDrawing()|WillNotCacheDrawing]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WillNotDraw()|WillNotDraw]] ​  ​| ​   | View   ​| ​   |+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​currentMap//​
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetGravity(GravityFlags) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //gravity//
 +    * Type:​GravityFlags
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetHorizontalGravity(GravityFlags) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​horizontalGravity//​
 +    * Type:​GravityFlags
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetIgnoreGravity(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //viewId//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetVerticalGravity(GravityFlags) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​verticalGravity//​
 +    * Type:​GravityFlags
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveAllViewsInLayout() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveView(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //view//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveViewAt(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //index//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveViewInLayout(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //view//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveViews(Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //start//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //count//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveViewsInLayout(Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //start//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //count//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestChildFocus(View,​View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //focused//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestChildRectangleOnScreen(View,​Rect,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​rectangle//​
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +  * //​immediate//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDisallowInterceptTouchEvent(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​disallowIntercept//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestSendAccessibilityEvent(View,​AccessibilityEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //e//
 +    * Type:​AccessibilityEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestTransparentRegion(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ScheduleLayoutAnimation() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetAddStatesFromChildren(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​addsStates//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetClipChildren(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​clipChildren//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetClipToPadding(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​clipToPadding//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnHierarchyChangeListener(IOnHierarchyChangeListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​listener//​
 +    * Type:​IOnHierarchyChangeListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ShouldDelayChildPressedState() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ShowContextMenuForChild(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​originalView//​
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} StartActionModeForChild(View,​ICallback) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​ActionMode
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​originalView//​
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​callback//​
 +    * Type:​ICallback
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} StartLayoutAnimation() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} StartViewTransition(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //view//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} UpdateViewLayout(View,​LayoutParams) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //view//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //params//
 +    * Type:​LayoutParams
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FocusSearch(View,​FocusSearchDirection) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:View
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //focused//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​direction//​
 +    * Type:​FocusSearchDirection
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GatherTransparentRegion(Region) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //region//
 +    * Type:Region
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GenerateLayoutParams(IAttributeSet) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​LayoutParams
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //attrs//
 +    * Type:​IAttributeSet
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetChildAt(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:View
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //index//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetChildVisibleRect(View,​Rect,​Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //r//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +  * //offset//
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} IndexOfChild(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} InvalidateChild(View,​Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //dirty//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} InvalidateChildInParent(Int32[],​Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​IViewParent
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​location//​
 +    * Type:​Int32[]
 +    * Description:​N/​A
 +
 +  * //dirty//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Layout(Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //t//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //r//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //b//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} NotifySubtreeAccessibilityStateChanged(View,​View,​ContentChangeTypes) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //source//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​changeType//​
 +    * Type:​ContentChangeTypes
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OffsetDescendantRectToMyCoords(View,​Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​descendant//​
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //rect//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OffsetRectIntoDescendantCoords(View,​Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​descendant//​
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //rect//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnInterceptHoverEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnInterceptTouchEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //ev//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnNestedFling(View,​Single,​Single,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //target//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​velocityX//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //​velocityY//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //​consumed//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnNestedPreFling(View,​Single,​Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //target//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​velocityX//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //​velocityY//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnNestedPrePerformAccessibilityAction(View,​Action,​Bundle) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //target//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //action//
 +    * Type:Action
 +    * Description:​N/​A
 +
 +  * //args//
 +    * Type:Bundle
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnNestedPreScroll(View,​Int32,​Int32,​Int32[]) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //target//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //dx//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //dy//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​consumed//​
 +    * Type:​Int32[]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnNestedScroll(View,​Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //target//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​dxConsumed//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​dyConsumed//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​dxUnconsumed//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​dyUnconsumed//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnNestedScrollAccepted(View,​View,​ScrollAxis) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //target//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //axes//
 +    * Type:​ScrollAxis
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnRequestSendAccessibilityEvent(View,​AccessibilityEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //e//
 +    * Type:​AccessibilityEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnStartNestedScroll(View,​View,​ScrollAxis) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //target//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​nestedScrollAxes//​
 +    * Type:​ScrollAxis
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnStopNestedScroll(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RecomputeViewAttributes(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveAllViews() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddStatesFromChildren() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddView(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddView(View,​LayoutParams) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //params//
 +    * Type:​LayoutParams
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddView(View,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //index//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddView(View,​Int32,​LayoutParams) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //index//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //params//
 +    * Type:​LayoutParams
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddView(View,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //width//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //height//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BringChildToFront(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ChildDrawableStateChanged(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ChildHasTransientStateChanged(View,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​childHasTransientState//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClearChildFocus(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClearDisappearingChildren() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchSetActivated(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​activated//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchSetSelected(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​selected//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} EndViewTransition(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //view//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FocusableViewAvailable(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //v//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnApplyWindowInsetsListener(IOnApplyWindowInsetsListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​listener//​
 +    * Type:​IOnApplyWindowInsetsListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnClickListener(IOnClickListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnClickListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnCreateContextMenuListener(IOnCreateContextMenuListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnCreateContextMenuListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnDragListener(IOnDragListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnDragListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnGenericMotionListener(IOnGenericMotionListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnGenericMotionListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnHoverListener(IOnHoverListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnHoverListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnKeyListener(IOnKeyListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnKeyListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnLongClickListener(IOnLongClickListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnLongClickListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnSystemUiVisibilityChangeListener(IOnSystemUiVisibilityChangeListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnSystemUiVisibilityChangeListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetOnTouchListener(IOnTouchListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:​IOnTouchListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetPadding(Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //left//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //top//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //right//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //bottom//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetPaddingRelative(Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //start//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //top//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //end//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //bottom//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetScrollContainer(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​isScrollContainer//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetTag(Int32,​Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //key//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //tag//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetWillNotCacheDrawing(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​willNotCacheDrawing//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetWillNotDraw(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​willNotDraw//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetX(Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //x//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetY(Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //y//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetZ(Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //z//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ShowContextMenu() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} StartActionMode(ICallback) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​ActionMode
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​callback//​
 +    * Type:​ICallback
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} StartAnimation(Animation) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​animation//​
 +    * Type:​Animation
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} StartDrag(ClipData,​DragShadowBuilder,​Object,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //data//
 +    * Type:​ClipData
 +    * Description:​N/​A
 +
 +  * //​shadowBuilder//​
 +    * Type:​DragShadowBuilder
 +    * Description:​N/​A
 +
 +  * //​myLocalState//​
 +    * Type:Object
 +    * Description:​N/​A
 +
 +  * //flags//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} StartNestedScroll(ScrollAxis) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //axes//
 +    * Type:​ScrollAxis
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} StopNestedScroll() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} UnscheduleDrawable(Drawable) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //who//
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} UnscheduleDrawable(Drawable,​IRunnable) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //who//
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 +  * //what//
 +    * Type:​IRunnable
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} WillNotCacheDrawing() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} WillNotDraw() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostOnAnimationDelayed(IRunnable,​Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:​IRunnable
 +    * Description:​N/​A
 +
 +  * //​delayMillis//​
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RefreshDrawableState() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveCallbacks(IRunnable) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:​IRunnable
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveOnAttachStateChangeListener(IOnAttachStateChangeListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​listener//​
 +    * Type:​IOnAttachStateChangeListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveOnLayoutChangeListener(IOnLayoutChangeListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​listener//​
 +    * Type:​IOnLayoutChangeListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestApplyInsets() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestFitSystemWindows() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestFocus() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestFocus(FocusSearchDirection) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​direction//​
 +    * Type:​FocusSearchDirection
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestFocus(FocusSearchDirection,​Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​direction//​
 +    * Type:​FocusSearchDirection
 +    * Description:​N/​A
 +
 +  * //​previouslyFocusedRect//​
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestFocusFromTouch() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestLayout() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestRectangleOnScreen(Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​rectangle//​
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestRectangleOnScreen(Rect,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​rectangle//​
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +  * //​immediate//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestUnbufferedDispatch(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RestoreHierarchyState(SparseArray) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​container//​
 +    * Type:​SparseArray
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SaveHierarchyState(SparseArray) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​container//​
 +    * Type:​SparseArray
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ScheduleDrawable(Drawable,​IRunnable,​Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //who//
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 +  * //what//
 +    * Type:​IRunnable
 +    * Description:​N/​A
 +
 +  * //when//
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ScrollBy(Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //x//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //y//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ScrollTo(Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //x//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //y//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SendAccessibilityEvent(EventTypes) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​eventType//​
 +    * Type:​EventTypes
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SendAccessibilityEventUnchecked(AccessibilityEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​AccessibilityEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetAccessibilityDelegate(AccessibilityDelegate) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​delegate//​
 +    * Type:​AccessibilityDelegate
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetBackgroundColor(Color) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //color//
 +    * Type:Color
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetBackgroundDrawable(Drawable) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​background//​
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetBackgroundResource(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //resid//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetCameraDistance(Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​distance//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetFadingEdgeLength(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //length//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetFitsSystemWindows(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​fitSystemWindows//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetLayerPaint(Paint) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //paint//
 +    * Type:Paint
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetLayerType(LayerType,​Paint) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​layerType//​
 +    * Type:​LayerType
 +    * Description:​N/​A
 +
 +  * //paint//
 +    * Type:Paint
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetMinimumHeight(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​minHeight//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} SetMinimumWidth(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​minWidth//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnPopulateAccessibilityEvent(AccessibilityEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​AccessibilityEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnRtlPropertiesChanged(LayoutDirection) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​layoutDirection//​
 +    * Type:​LayoutDirection
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnScreenStateChanged(ScreenState) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenState//​
 +    * Type:​ScreenState
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnStartTemporaryDetach() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnTouchEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnTrackballEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnWindowFocusChanged(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​hasWindowFocus//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnWindowSystemUiVisibilityChanged(SystemUiFlags) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //visible//
 +    * Type:​SystemUiFlags
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PerformAccessibilityAction(GlobalAction,​Bundle) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:​GlobalAction
 +    * Description:​N/​A
 +
 +  * //​arguments//​
 +    * Type:Bundle
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PerformClick() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PerformHapticFeedback(FeedbackConstants) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​feedbackConstant//​
 +    * Type:​FeedbackConstants
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PerformHapticFeedback(FeedbackConstants,​FeedbackFlags) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​feedbackConstant//​
 +    * Type:​FeedbackConstants
 +    * Description:​N/​A
 +
 +  * //flags//
 +    * Type:​FeedbackFlags
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PerformLongClick() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PlaySoundEffect(SoundEffects) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​soundConstant//​
 +    * Type:​SoundEffects
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Post(IRunnable) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:​IRunnable
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostDelayed(IRunnable,​Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:​IRunnable
 +    * Description:​N/​A
 +
 +  * //​delayMillis//​
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostInvalidate() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostInvalidate(Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //left//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //top//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //right//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //bottom//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostInvalidateDelayed(Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​delayMilliseconds//​
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostInvalidateDelayed(Int64,​Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​delayMilliseconds//​
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +  * //left//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //top//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //right//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //bottom//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostInvalidateOnAnimation() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostInvalidateOnAnimation(Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //left//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //top//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //right//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //bottom//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostOnAnimation(IRunnable) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:​IRunnable
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnApplyWindowInsets(WindowInsets) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​WindowInsets
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //insets//
 +    * Type:​WindowInsets
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnCancelPendingInputEvents() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnCheckIsTextEditor() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnCreateInputConnection(EditorInfo) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​IInputConnection
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​outAttrs//​
 +    * Type:​EditorInfo
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnDragEvent(DragEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​DragEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnFilterTouchEventForSecurity(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnFinishTemporaryDetach() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnGenericMotionEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnHoverChanged(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //hovered//
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnHoverEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnInitializeAccessibilityEvent(AccessibilityEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​AccessibilityEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //info//
 +    * Type:​AccessibilityNodeInfo
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnKeyDown(Keycode,​KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //keyCode//
 +    * Type:​Keycode
 +    * Description:​N/​A
 +
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnKeyLongPress(Keycode,​KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //keyCode//
 +    * Type:​Keycode
 +    * Description:​N/​A
 +
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnKeyMultiple(Keycode,​Int32,​KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //keyCode//
 +    * Type:​Keycode
 +    * Description:​N/​A
 +
 +  * //​repeatCount//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnKeyPreIme(Keycode,​KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //keyCode//
 +    * Type:​Keycode
 +    * Description:​N/​A
 +
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnKeyShortcut(Keycode,​KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //keyCode//
 +    * Type:​Keycode
 +    * Description:​N/​A
 +
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OnKeyUp(Keycode,​KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //keyCode//
 +    * Type:​Keycode
 +    * Description:​N/​A
 +
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindViewsWithText(IList<​View>,​String,​FindViewsWith) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​outViews//​
 +    * Type:​IList<​View>​
 +    * Description:​N/​A
 +
 +  * //​searched//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //flags//
 +    * Type:​FindViewsWith
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindViewWithTag(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:View
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //tag//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} InvokeFitsSystemWindows() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FocusSearch(FocusSearchDirection) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:View
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​direction//​
 +    * Type:​FocusSearchDirection
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ForceLayout() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetDrawableState() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Int32[]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetDrawingCache(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Bitmap
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​autoScale//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetDrawingRect(Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //outRect//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetFocusables(FocusSearchDirection) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​IList<​View>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​direction//​
 +    * Type:​FocusSearchDirection
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetFocusedRect(Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //r//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetGlobalVisibleRect(Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //r//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetGlobalVisibleRect(Rect,​Point) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //r//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +  * //​globalOffset//​
 +    * Type:Point
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHitRect(Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //outRect//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetLocalVisibleRect(Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //r//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetLocationInWindow(Int32[]) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​location//​
 +    * Type:​Int32[]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetLocationOnScreen(Int32[]) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​location//​
 +    * Type:​Int32[]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetTag(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Object
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //key//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetWindowVisibleDisplayFrame(Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //outRect//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetX() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Single
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetY() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Single
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetZ() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Single
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate(Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //dirty//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Invalidate(Int32,​Int32,​Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //l//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //t//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //r//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //b//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} InvalidateDrawable(Drawable) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​drawable//​
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} InvalidateOutline() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} JumpDrawablesToCurrentState() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Measure(Int32,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​widthMeasureSpec//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​heightMeasureSpec//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OffsetLeftAndRight(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //offset//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} OffsetTopAndBottom(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //offset//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchDrawableHotspotChanged(Single,​Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //x//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //y//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchGenericMotionEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchKeyEvent(KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchKeyEventPreIme(KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchKeyShortcutEvent(KeyEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​KeyEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchNestedFling(Single,​Single,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​velocityX//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //​velocityY//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //​consumed//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchNestedPreFling(Single,​Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​velocityX//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //​velocityY//​
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchNestedPrePerformAccessibilityAction(Action,​Bundle) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:Action
 +    * Description:​N/​A
 +
 +  * //​arguments//​
 +    * Type:Bundle
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchNestedPreScroll(Int32,​Int32,​Int32[],​Int32[]) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //dx//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //dy//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​consumed//​
 +    * Type:​Int32[]
 +    * Description:​N/​A
 +
 +  * //​offsetInWindow//​
 +    * Type:​Int32[]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchNestedScroll(Int32,​Int32,​Int32,​Int32,​Int32[]) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​dxConsumed//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​dyConsumed//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​dxUnconsumed//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​dyUnconsumed//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​offsetInWindow//​
 +    * Type:​Int32[]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchPopulateAccessibilityEvent(AccessibilityEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​AccessibilityEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchSystemUiVisibilityChanged(SystemUiFlags) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​visibility//​
 +    * Type:​SystemUiFlags
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchTouchEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchTrackballEvent(MotionEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchUnhandledMove(View,​FocusSearchDirection) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //focused//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //​direction//​
 +    * Type:​FocusSearchDirection
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchWindowFocusChanged(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​hasFocus//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchWindowSystemUiVisiblityChanged(SystemUiFlags) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //visible//
 +    * Type:​SystemUiFlags
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchWindowVisibilityChanged(ViewStates) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​visibility//​
 +    * Type:​ViewStates
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Draw(Canvas) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:Canvas
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DrawableHotspotChanged(Single,​Single) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //x//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //y//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindFocus() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:View
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindViewById(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:View
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //id//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindViewsWithText(IList<​View>,​ICharSequence,​FindViewsWith) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​outViews//​
 +    * Type:​IList<​View>​
 +    * Description:​N/​A
 +
 +  * //​searched//​
 +    * Type:​ICharSequence
 +    * Description:​N/​A
 +
 +  * //flags//
 +    * Type:​FindViewsWith
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BringToFront() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BuildDrawingCache() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BuildDrawingCache(Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​autoScale//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} BuildLayer() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CallOnClick() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CancelLongPress() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CancelPendingInputEvents() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CanResolveLayoutDirection() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CanResolveTextAlignment() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CanResolveTextDirection() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CanScrollHorizontally(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​direction//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CanScrollVertically(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​direction//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CheckInputConnectionProxy(View) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //view//
 +    * Type:View
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClearAnimation() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClearFocus() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ComputeScroll() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ComputeSystemWindowInsets(WindowInsets,​Rect) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​WindowInsets
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //in//
 +    * Type:​WindowInsets
 +    * Description:​N/​A
 +
 +  * //​outLocalInsets//​
 +    * Type:Rect
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CreateAccessibilityNodeInfo() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​AccessibilityNodeInfo
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CreateContextMenu(IContextMenu) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //menu//
 +    * Type:​IContextMenu
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DestroyDrawingCache() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchApplyWindowInsets(WindowInsets) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​WindowInsets
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //insets//
 +    * Type:​WindowInsets
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchConfigurationChanged(Configuration) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​newConfig//​
 +    * Type:​Configuration
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchDisplayHint(ViewStates) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //hint//
 +    * Type:​ViewStates
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchDragEvent(DragEvent) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //e//
 +    * Type:​DragEvent
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddChildrenForAccessibility(IList<​View>​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​children//​
 +    * Type:​IList<​View>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddFocusables(IList<​View>,​FocusSearchDirection) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //views//
 +    * Type:​IList<​View>​
 +    * Description:​N/​A
 +
 +  * //​direction//​
 +    * Type:​FocusSearchDirection
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddFocusables(IList<​View>,​FocusSearchDirection,​FocusablesFlags) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //views//
 +    * Type:​IList<​View>​
 +    * Description:​N/​A
 +
 +  * //​direction//​
 +    * Type:​FocusSearchDirection
 +    * Description:​N/​A
 +
 +  * //​focusableMode//​
 +    * Type:​FocusablesFlags
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddOnAttachStateChangeListener(IOnAttachStateChangeListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​listener//​
 +    * Type:​IOnAttachStateChangeListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddOnLayoutChangeListener(IOnLayoutChangeListener) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​listener//​
 +    * Type:​IOnLayoutChangeListener
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AddTouchables(IList<​View>​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //views//
 +    * Type:​IList<​View>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Animate() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​ViewPropertyAnimator
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AnnounceForAccessibility(ICharSequence) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //text//
 +    * Type:​ICharSequence
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} AnnounceForAccessibility(String) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //text//
 +    * Type:String
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} FindViewById(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:T
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //id//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Post(Action) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:Action
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PostDelayed(Action,​Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:Action
 +    * Description:​N/​A
 +
 +  * //​delayMillis//​
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RemoveCallbacks(Action) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //action//
 +    * Type:Action
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ScheduleDrawable(Drawable,​Action,​Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //who//
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 +  * //what//
 +    * Type:Action
 +    * Description:​N/​A
 +
 +  * //when//
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} UnscheduleDrawable(Drawable,​Action) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //who//
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 +  * //what//
 +    * Type:Action
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} DispatchSystemUiVisibilityChanged(Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​visibility//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Wait() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Wait(Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //millis//
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Wait(Int64,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //millis//
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +  * //nanos//
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Dispose() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToArray() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:T[]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //o//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Notify() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} NotifyAll() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AddViewInLayout(View,​ Int32, ViewGroup+LayoutParams,​ Boolean)|AddViewInLayout]] ​  | View, Int32, ViewGroup+LayoutParams,​ Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AddViewInLayout(View,​ Int32, ViewGroup+LayoutParams)|AddViewInLayout]] ​  | View, Int32, ViewGroup+LayoutParams ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AttachLayoutAnimationParameters(View,​ ViewGroup+LayoutParams,​ Int32, Int32)|AttachLayoutAnimationParameters]] ​  | View, ViewGroup+LayoutParams,​ Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AttachViewToParent(View,​ Int32, ViewGroup+LayoutParams)|AttachViewToParent]] ​  | View, Int32, ViewGroup+LayoutParams ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AwakenScrollBars()|AwakenScrollBars]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AwakenScrollBars(Int32)|AwakenScrollBars]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​AwakenScrollBars(Int32,​ Boolean)|AwakenScrollBars]] ​  | Int32, Boolean ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CanAnimate()|CanAnimate]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CheckLayoutParams(ViewGroup+LayoutParams)|CheckLayoutParams]] ​  | ViewGroup+LayoutParams ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CleanupLayoutState(View)|CleanupLayoutState]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Clone()|Clone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ComputeHorizontalScrollExtent()|ComputeHorizontalScrollExtent]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ComputeHorizontalScrollOffset()|ComputeHorizontalScrollOffset]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ComputeHorizontalScrollRange()|ComputeHorizontalScrollRange]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ComputeVerticalScrollExtent()|ComputeVerticalScrollExtent]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ComputeVerticalScrollOffset()|ComputeVerticalScrollOffset]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ComputeVerticalScrollRange()|ComputeVerticalScrollRange]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Debug(Int32)|Debug]] ​  | Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DetachAllViewsFromParent()|DetachAllViewsFromParent]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DetachViewFromParent(View)|DetachViewFromParent]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DetachViewFromParent(Int32)|DetachViewFromParent]] ​  | Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DetachViewsFromParent(Int32,​ Int32)|DetachViewsFromParent]] ​  | Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchDraw(Canvas)|DispatchDraw]] ​  | Canvas ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchFreezeSelfOnly(SparseArray)|DispatchFreezeSelfOnly]] ​  | SparseArray ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchGenericFocusedEvent(MotionEvent)|DispatchGenericFocusedEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchGenericPointerEvent(MotionEvent)|DispatchGenericPointerEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchHoverEvent(MotionEvent)|DispatchHoverEvent]] ​  | MotionEvent ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchRestoreInstanceState(SparseArray)|DispatchRestoreInstanceState]] ​  | SparseArray ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchSaveInstanceState(SparseArray)|DispatchSaveInstanceState]] ​  | SparseArray ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchSetActivated(Boolean)|DispatchSetActivated]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchSetPressed(Boolean)|DispatchSetPressed]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchSetSelected(Boolean)|DispatchSetSelected]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchThawSelfOnly(SparseArray)|DispatchThawSelfOnly]] ​  | SparseArray ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DispatchVisibilityChanged(View,​ ViewStates)|DispatchVisibilityChanged]] ​  | View, ViewStates ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#Dispose(Boolean)|Dispose]] ​  | Boolean ​  | Object(overriden) ​  | Releases unmanaged and - optionally - managed resources. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawChild(Canvas,​ View, Int64)|DrawChild]] ​  | Canvas, View, Int64   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawableStateChanged()|DrawableStateChanged]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​FitSystemWindows(Rect)|FitSystemWindows]] ​  | Rect   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GenerateDefaultLayoutParams()|GenerateDefaultLayoutParams]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GenerateLayoutParams(ViewGroup+LayoutParams)|GenerateLayoutParams]] ​  | ViewGroup+LayoutParams ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetChildDrawingOrder(Int32,​ Int32)|GetChildDrawingOrder]] ​  | Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetChildStaticTransformation(View,​ Transformation)|GetChildStaticTransformation]] ​  | View, Transformation ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeCore(MapView)|InitializeCore]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | This method initializes map tool.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeFadingEdge(TypedArray)|InitializeFadingEdge]] ​  | TypedArray ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​InitializeScrollbars(TypedArray)|InitializeScrollbars]] ​  | TypedArray ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​JavaFinalize()|JavaFinalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MeasureChild(View,​ Int32, Int32)|MeasureChild]] ​  | View, Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MeasureChildWithMargins(View,​ Int32, Int32, Int32, Int32)|MeasureChildWithMargins]] ​  | View, Int32, Int32, Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MeasureChildren(Int32,​ Int32)|MeasureChildren]] ​  | Int32, Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnAnimationEnd()|OnAnimationEnd]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnAnimationStart()|OnAnimationStart]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnAttachedToWindow()|OnAttachedToWindow]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnConfigurationChanged(Configuration)|OnConfigurationChanged]] ​  | Configuration ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCreateContextMenu(IContextMenu)|OnCreateContextMenu]] ​  | IContextMenu ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnCreateDrawableState(Int32)|OnCreateDrawableState]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDetachedFromWindow()|OnDetachedFromWindow]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDisplayHint(Int32)|OnDisplayHint]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDraw(Canvas)|OnDraw]] ​  | Canvas ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawScrollBars(Canvas)|OnDrawScrollBars]] ​  | Canvas ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFinishInflate()|OnFinishInflate]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnFocusChanged(Boolean,​ FocusSearchDirection,​ Rect)|OnFocusChanged]] ​  | Boolean, FocusSearchDirection,​ Rect   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLayout(Boolean,​ Int32, Int32, Int32, Int32)|OnLayout]] ​  | Boolean, Int32, Int32, Int32, Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnLayout(Boolean,​ Int32, Int32, Int32, Int32)|OnLayout]] ​  | Boolean, Int32, Int32, Int32, Int32   | ViewGroup(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnMeasure(Int32,​ Int32)|OnMeasure]] ​  | Int32, Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnOverScrolled(Int32,​ Int32, Boolean, Boolean)|OnOverScrolled]] ​  | Int32, Int32, Boolean, Boolean ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestFocusInDescendants(Int32,​ Rect)|OnRequestFocusInDescendants]] ​  | Int32, Rect   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRestoreInstanceState(IParcelable)|OnRestoreInstanceState]] ​  | IParcelable ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSaveInstanceState()|OnSaveInstanceState]] ​  ​| ​   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnScrollChanged(Int32,​ Int32, Int32, Int32)|OnScrollChanged]] ​  | Int32, Int32, Int32, Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSetAlpha(Int32)|OnSetAlpha]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSizeChanged(Int32,​ Int32, Int32, Int32)|OnSizeChanged]] ​  | Int32, Int32, Int32, Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnVisibilityChanged(View,​ ViewStates)|OnVisibilityChanged]] ​  | View, ViewStates ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnWindowVisibilityChanged(ViewStates)|OnWindowVisibilityChanged]] ​  | ViewStates ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OverScrollBy(Int32,​ Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean)|OverScrollBy]] ​  | Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean ​  | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RemoveDetachedView(View,​ Boolean)|RemoveDetachedView]] ​  | View, Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ResetResolvedLayoutDirection()|ResetResolvedLayoutDirection]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ResetResolvedTextDirection()|ResetResolvedTextDirection]] ​  ​| ​   | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetChildrenDrawingCacheEnabled(Boolean)|SetChildrenDrawingCacheEnabled]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetHandle(IntPtr,​ JniHandleOwnership)|SetHandle]] ​  | IntPtr, JniHandleOwnership ​  | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetMeasuredDimension(Int32,​ Int32)|SetMeasuredDimension]] ​  | Int32, Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetStaticTransformationsEnabled(Boolean)|SetStaticTransformationsEnabled]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​VerifyDrawable(Drawable)|VerifyDrawable]] ​  | Drawable ​  | View   ​| ​   |+
  
-==== Public Properties ==== +  * //Releases unmanaged and - optionally - managed resources.//​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Activated|Activated]] ​  | Boolean ​  | View   ​| ​   | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Alpha|Alpha]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AlwaysDrawnWithCacheEnabled|AlwaysDrawnWithCacheEnabled]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Animation|Animation]] ​  | Animation ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AnimationCacheEnabled|AnimationCacheEnabled]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ApplicationWindowToken|ApplicationWindowToken]] ​  | IBinder ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Background|Background]] ​  | Drawable ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Baseline|Baseline]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Bottom|Bottom]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ChildCount|ChildCount]] ​  | Int32   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Class|Class]] ​  | Class   | Object ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Clickable|Clickable]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContentDescription|ContentDescription]] ​  | String ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ContentDescriptionFormatted|ContentDescriptionFormatted]] ​  | ICharSequence ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Context|Context]] ​  | Context ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentMap|CurrentMap]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Gets or sets current map that the mapTool will be drawn on   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DescendantFocusability|DescendantFocusability]] ​  | DescendantFocusability ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DisplayProjection|DisplayProjection]] ​  | [[ThinkGeo.MapSuite.Core.Proj4Projection|Proj4Projection]] ​  ​| ​   | Gets or sets the display projection. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DisplayTextFormat|DisplayTextFormat]] ​  | String ​  ​| ​   | Gets or sets the display text format. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingCache|DrawingCache]] ​  | Bitmap ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingCacheBackgroundColor|DrawingCacheBackgroundColor]] ​  | Color   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingCacheEnabled|DrawingCacheEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingCacheQuality|DrawingCacheQuality]] ​  | DrawingCacheQuality ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingTime|DrawingTime]] ​  | Int64   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DuplicateParentStateEnabled|DuplicateParentStateEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Enabled|Enabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FilterTouchesWhenObscured|FilterTouchesWhenObscured]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Focusable|Focusable]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FocusableInTouchMode|FocusableInTouchMode]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FocusedChild|FocusedChild]] ​  | View   | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Handle|Handle]] ​  | IntPtr ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Handler|Handler]] ​  | Handler ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HapticFeedbackEnabled|HapticFeedbackEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasFocus|HasFocus]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasFocusable|HasFocusable]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasOnClickListeners|HasOnClickListeners]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasWindowFocus|HasWindowFocus]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Height|Height]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HorizontalFadingEdgeEnabled|HorizontalFadingEdgeEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HorizontalFadingEdgeLength|HorizontalFadingEdgeLength]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HorizontalScrollBarEnabled|HorizontalScrollBarEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Hovered|Hovered]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsDirty|IsDirty]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsEnabled|IsEnabled]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapTool|MapTool]] ​  | Gets or sets a value indicating whether this instance is enabled. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsFocused|IsFocused]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsHardwareAccelerated|IsHardwareAccelerated]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsInEditMode|IsInEditMode]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsInTouchMode|IsInTouchMode]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsLayoutRequested|IsLayoutRequested]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsOpaque|IsOpaque]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsShown|IsShown]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​KeepScreenOn|KeepScreenOn]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​KeyDispatcherState|KeyDispatcherState]] ​  | KeyEvent+DispatcherState ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayerType|LayerType]] ​  | LayerType ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayoutAnimation|LayoutAnimation]] ​  | LayoutAnimationController ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayoutAnimationListener|LayoutAnimationListener]] ​  | Animation+IAnimationListener ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayoutParameters|LayoutParameters]] ​  | ViewGroup+LayoutParams ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LayoutTransition|LayoutTransition]] ​  | LayoutTransition ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Left|Left]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LongClickable|LongClickable]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Matrix|Matrix]] ​  | Matrix ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MeasuredHeight|MeasuredHeight]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MeasuredHeightAndState|MeasuredHeightAndState]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MeasuredState|MeasuredState]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MeasuredWidth|MeasuredWidth]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MeasuredWidthAndState|MeasuredWidthAndState]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MotionEventSplittingEnabled|MotionEventSplittingEnabled]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NextFocusDownId|NextFocusDownId]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NextFocusForwardId|NextFocusForwardId]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NextFocusLeftId|NextFocusLeftId]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NextFocusRightId|NextFocusRightId]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NextFocusUpId|NextFocusUpId]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnFocusChangeListener|OnFocusChangeListener]] ​  | View+IOnFocusChangeListener ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OverScrollMode|OverScrollMode]] ​  | OverScrollMode ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PaddingBottom|PaddingBottom]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PaddingLeft|PaddingLeft]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PaddingRight|PaddingRight]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PaddingTop|PaddingTop]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Parent|Parent]] ​  | IViewParent ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PersistentDrawingCache|PersistentDrawingCache]] ​  | PersistentDrawingCaches ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PivotX|PivotX]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PivotY|PivotY]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Pressed|Pressed]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Resources|Resources]] ​  | Resources ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Right|Right]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RootView|RootView]] ​  | View   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Rotation|Rotation]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RotationX|RotationX]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RotationY|RotationY]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SaveEnabled|SaveEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SaveFromParentEnabled|SaveFromParentEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScaleX|ScaleX]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScaleY|ScaleY]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScrollBarStyle|ScrollBarStyle]] ​  | ScrollbarStyles ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScrollX|ScrollX]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScrollY|ScrollY]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ScrollbarFadingEnabled|ScrollbarFadingEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Selected|Selected]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SolidColor|SolidColor]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SoundEffectsEnabled|SoundEffectsEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​SystemUiVisibility|SystemUiVisibility]] ​  | StatusBarVisibility ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Tag|Tag]] ​  | Object ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Top|Top]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TouchDelegate|TouchDelegate]] ​  | TouchDelegate ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Touchables|Touchables]] ​  | IList<​View> ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TranslationX|TranslationX]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TranslationY|TranslationY]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VerticalFadingEdgeEnabled|VerticalFadingEdgeEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VerticalFadingEdgeLength|VerticalFadingEdgeLength]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VerticalScrollBarEnabled|VerticalScrollBarEnabled]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VerticalScrollbarPosition|VerticalScrollbarPosition]] ​  | ScrollbarPosition ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​VerticalScrollbarWidth|VerticalScrollbarWidth]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ViewTreeObserver|ViewTreeObserver]] ​  | ViewTreeObserver ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Visibility|Visibility]] ​  | ViewStates ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Width|Width]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WindowToken|WindowToken]] ​  | IBinder ​  | View   ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WindowVisibility|WindowVisibility]] ​  | ViewStates ​  | View   ​| ​   |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  ​* ​Type:Void 
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​BottomFadingEdgeStrength|BottomFadingEdgeStrength]] ​  | Single ​  | View   ​| ​   | +  * Description:N/A
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​BottomPaddingOffset|BottomPaddingOffset]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ChildrenDrawingOrderEnabled|ChildrenDrawingOrderEnabled]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ChildrenDrawnWithCacheEnabled|ChildrenDrawnWithCacheEnabled]] ​  | Boolean ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ContextMenuInfo|ContextMenuInfo]] ​  | IContextMenuContextMenuInfo ​  | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​HorizontalScrollbarHeight|HorizontalScrollbarHeight]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​IsPaddingOffsetRequired|IsPaddingOffsetRequired]] ​  | Boolean ​  | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​LeftFadingEdgeStrength|LeftFadingEdgeStrength]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​LeftPaddingOffset|LeftPaddingOffset]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​RightFadingEdgeStrength|RightFadingEdgeStrength]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​RightPaddingOffset|RightPaddingOffset]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​SuggestedMinimumHeight|SuggestedMinimumHeight]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​SuggestedMinimumWidth|SuggestedMinimumWidth]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ThresholdClass|ThresholdClass]] ​  | IntPtr ​  | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​ThresholdType|ThresholdType]] ​  ​| ​Type   | Object(overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedProperty.gif|Protected Property}}[[#​TopFadingEdgeStrength|TopFadingEdgeStrength]] ​  | Single ​  | View   ​| ​   | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​TopPaddingOffset|TopPaddingOffset]] ​  | Int32   | View   ​| ​   | +
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​WindowAttachCount|WindowAttachCount]] ​  | Int32   | View   ​| ​   |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //​disposing//​ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​AnimationEnd|AnimationEnd]] ​  | Animation+AnimationEndEventArgs ​  | ViewGroup ​  ​| ​   +    ​* Type:Boolean 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​AnimationRepeat|AnimationRepeat]] ​  | Animation+AnimationRepeatEventArgs ​  | ViewGroup ​  ​| ​   | +    ​* Description:true to release both managed and unmanaged resources; false to release only unmanaged resources.
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​AnimationStart|AnimationStart]] ​  | Animation+AnimationStartEventArgs ​  | ViewGroup ​  ​| ​   +
-| {{wiki:PublicEvent.gif|Public Event}}[[#​ChildViewAdded|ChildViewAdded]] ​  | ViewGroup+ChildViewAddedEventArgs ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ChildViewRemoved|ChildViewRemoved]] ​  | ViewGroup+ChildViewRemovedEventArgs ​  | ViewGroup ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Click|Click]] ​  | EventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ContextMenuCreated|ContextMenuCreated]] ​  | View+CreateContextMenuEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Drag|Drag]] ​  | View+DragEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​FocusChange|FocusChange]] ​  | View+FocusChangeEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​GenericMotion|GenericMotion]] ​  | View+GenericMotionEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Hover|Hover]] ​  | View+HoverEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​KeyPress|KeyPress]] ​  | View+KeyEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LayoutChange|LayoutChange]] ​  | View+LayoutChangeEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​LongClick|LongClick]] ​  | View+LongClickEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SystemUiVisibilityChange|SystemUiVisibilityChange]] ​  | View+SystemUiVisibilityChangeEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​Touch|Touch]] ​  | View+TouchEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ViewAttachedToWindow|ViewAttachedToWindow]] ​  | View+ViewAttachedToWindowEventArgs ​  | View   ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​ViewDetachedFromWindow|ViewDetachedFromWindow]] ​  | View+ViewDetachedFromWindowEventArgs ​  | View   ​| ​   |+
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== CenterCoordinateMapTool(Context) ==== +** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapView) **
-Initializes a new instance of the class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| context ​  | Context<!-- Android.Content.Context --  | Interface to global information about an application environment  ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== CenterCoordinateMapTool(MapView,​ Context) ==== +== Remarks ​== 
-Initializes a new instance of the class. +  ​* //N/A//
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| mapView ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  | Current map that the mapTool will be drawn on   | +
-| context ​  | Context<​!-- Android.Content.Context --> ​  | Interface to global information about an application environment. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== CenterCoordinateMapTool(MapView,​ Context, IAttributeSet) ​==== +  ​Type:Void 
-Initializes a new instance of the class. +  Description:N/A
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​+
-| mapView ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  | Current map that the mapTool will be drawn on   | +
-| context ​  | Context<​!-- Android.Content.Context --> ​  | Interface to global information about an application environment. ​  | +
-| attrs   | IAttributeSet<​!-- Android.Util.IAttributeSet --> ​  ​| ​collection of attributes, as found associated with a tag in an XML document. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //wpfMap// 
-===== Public Methods ===== +    ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]] 
-==== AddFocusables(IList<​View>,​ FocusSearchDirection,​ FocusablesFlags) ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  |    ​|+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnLayout(Boolean,​Int32,​Int32,​Int32,​Int32) **
-| views   | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --  |    | +
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   | +
-| focusableMode ​  | FocusablesFlags<​!-- Android.Views.FocusablesFlags --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddFocusables(IList<​View>,​ FocusSearchDirection) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| views   | IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  ​| ​   | +  Description:N/A
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //changed// 
-==== AddOnAttachStateChangeListener(View+IOnAttachStateChangeListener) ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //l// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| listener ​  | View+IOnAttachStateChangeListener<​!-- Android.Views.View+IOnAttachStateChangeListener --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //t// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== AddOnLayoutChangeListener(View+IOnLayoutChangeListener) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //r// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| listener ​  | View+IOnLayoutChangeListener<​!-- Android.Views.View+IOnLayoutChangeListener --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //b// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== AddStatesFromChildren() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} RemoveDetachedView(View,​Boolean) **
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddTouchables(IList<​View>​) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| views   | IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== AddView(View) ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //animate// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Boolean 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ResetResolvedLayoutDirection() **
-==== AddView(View, ViewGroup+LayoutParams==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  ​* //N/A//
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddView(View,​ Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| child   | View<!-- Android.Views.View --  |    | +** {{wiki:​ProtectedMethod.gif|}} ResetResolvedTextDirection() **
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddView(View,​ Int32, Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  Description:N/A
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| height ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== AddView(View,​ Int32, ViewGroup+LayoutParams) ​==== +** {{wiki:​ProtectedMethod.gif|}} SetChildrenDrawingCacheEnabled(Boolean) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  ​* //N/A//
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Animate() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| ViewPropertyAnimator<​!-- Android.Views.ViewPropertyAnimator --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​enabled//​ 
 +    * Type:Boolean 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} SetStaticTransformationsEnabled(Boolean**
-==== BringChildToFront(View==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== BringToFront() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​enabled//​ 
 +    * Type:Boolean 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GenerateDefaultLayoutParams() **
-==== BuildDrawingCache() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​LayoutParams 
-==== BuildDrawingCache(Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| autoScale ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} GenerateLayoutParams(LayoutParams) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== BuildLayer() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​LayoutParams 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //p// 
-==== CallOnClick() ​==== +    ​* ​Type:​LayoutParams 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GetChildDrawingOrder(Int32,​Int32) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CanScrollHorizontally(Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| direction ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​childCount//​ 
-==== CanScrollVertically(Int32) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //i// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| direction ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetChildStaticTransformation(View,​Transformation**
-==== CancelLongPress() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== CheckInputConnectionProxy(View) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //child// 
-| view   | View<!-- Android.Views.View --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //t// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​Transformation 
-==== ChildDrawableStateChanged(View) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MeasureChild(View,​Int32,​Int32) **
-child   ​| ​View<!-- Android.Views.View --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ClearAnimation() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== ClearChildFocus(View) ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​parentWidthMeasureSpec//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //​parentHeightMeasureSpec//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== ClearDisappearingChildren() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} MeasureChildren(Int32,​Int32) **
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ClearFocus() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​widthMeasureSpec//​ 
-==== ComputeScroll() ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​heightMeasureSpec//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MeasureChildWithMargins(View,​Int32,​Int32,​Int32,​Int32**
-==== CreateAccessibilityNodeInfo() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| AccessibilityNodeInfo<​!-- Android.Views.Accessibility.AccessibilityNodeInfo --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== CreateContextMenu(IContextMenu) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //child// 
-| menu   | IContextMenu<​!-- Android.Views.IContextMenu --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​parentWidthMeasureSpec//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== DestroyDrawingCache() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​widthUsed//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //​parentHeightMeasureSpec//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== DispatchConfigurationChanged(Configuration) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​heightUsed//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| newConfig ​  | Configuration<​!-- Android.Content.Res.Configuration --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnRequestFocusInDescendants(Int32,Rect**
-==== DispatchDisplayHint(ViewStates==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| hint   | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== DispatchDragEvent(DragEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​direction//​ 
-| e   | DragEvent<​!-- Android.Views.DragEvent --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​previouslyFocusedRect//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Rect 
-==== DispatchGenericMotionEvent(MotionEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} AddViewInLayout(View,​Int32,​LayoutParams) **
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DispatchKeyEvent(KeyEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== DispatchKeyEventPreIme(KeyEvent) ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //index// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //params// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​LayoutParams 
-==== DispatchKeyShortcutEvent(KeyEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} AddViewInLayout(View,​Int32,​LayoutParams,​Boolean) **
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DispatchPopulateAccessibilityEvent(AccessibilityEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== DispatchSetActivated(Boolean) ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //index// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| activated ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //params// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​LayoutParams 
-==== DispatchSetSelected(Boolean) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​preventRequestLayout//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Boolean 
-| selected ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} AttachLayoutAnimationParameters(View,​LayoutParams,​Int32,​Int32) ​**
-==== DispatchSystemUiVisibilityChanged(Int32) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| visibility ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== DispatchTouchEvent(MotionEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //child// 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //params// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​LayoutParams 
-==== DispatchTrackballEvent(MotionEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //index// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //count// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== DispatchUnhandledMove(View,​ FocusSearchDirection) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} AttachViewToParent(View,​Int32,​LayoutParams) **
-| focused ​  | View<!-- Android.Views.View --  |    | +
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DispatchWindowFocusChanged(Boolean) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| hasFocus ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== DispatchWindowVisibilityChanged(ViewStates) ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //index// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| visibility ​  | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //params// 
-[[#Public Methods|Go Back]] +    ​* ​Type:​LayoutParams 
-==== Dispose() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} CanAnimate() **
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Draw(Canvas) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== EndViewTransition(View) ​==== +** {{wiki:​ProtectedMethod.gif|}} CheckLayoutParams(LayoutParams) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| view   | View<!-- Android.Views.View --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== Equals(Object) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //p// 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+    * Type:​LayoutParams 
 +    ​* Description:​N/​A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} CleanupLayoutState(View**
-==== Equals(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| o   | Object<​!-- Java.Lang.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Java.Lang.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== FindFocus() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //child// 
 +    * Type:View 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Debug(Int32) ​**
-==== FindViewById(Int32) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| id   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== FindViewById(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| T<!-- T --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //depth// 
-| id   | Int32<​!-- System.Int32 --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DetachAllViewsFromParent() **
-==== FindViewWithTag(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| tag   | Object<​!-- Java.Lang.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== FindViewsWithText(IList<​View>,​ String, FindViewsWith) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| outViews ​  | IList<View><!-- System.Collections.Generic.IList{Android.Views.View} --  |    | +** {{wiki:​ProtectedMethod.gif|}} DetachViewFromParent(View) **
-| searched ​  | String<​!-- System.String --> ​  ​| ​   | +
-| flags   | FindViewsWith<​!-- Android.Views.FindViewsWith --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FindViewsWithText(IList<​View>,​ ICharSequence,​ FindViewsWith) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| outViews ​  | IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  ​| ​   | +  Description:N/A
-| searched ​  | ICharSequence<​!-- Java.Lang.ICharSequence --> ​  ​| ​   | +
-| flags   | FindViewsWith<​!-- Android.Views.FindViewsWith --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== FitsSystemWindows() ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DetachViewFromParent(Int32) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FocusSearch(View,​ FocusSearchDirection) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| focused ​  | View<!-- Android.Views.View --> ​  ​| ​   | +  Description:N/A
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //index// 
-==== FocusSearch(FocusSearchDirection) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DetachViewsFromParent(Int32,​Int32) **
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FocusableViewAvailable(View) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| v   | View<!-- Android.Views.View --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //start// 
-==== ForceLayout() ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //count// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchFreezeSelfOnly(SparseArray**
-==== GatherTransparentRegion(Region==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| region ​  | Region<​!-- Android.Graphics.Region --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GenerateLayoutParams(IAttributeSet) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​container//​ 
-| attrs   | IAttributeSet<​!-- Android.Util.IAttributeSet --> ​  ​| ​   |+    * Type:​SparseArray 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchThawSelfOnly(SparseArray**
-==== GetChildAt(Int32==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetChildVisibleRect(View,​ Rect, Point) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​container//​ 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +    ​* Type:​SparseArray 
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   +    ​* Description:​N/​A
-| offset ​  | Point<​!-- Android.Graphics.Point --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawChild(Canvas,​View,​Int64**
-==== GetDrawableState() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetDrawingCache(Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Bitmap<​!-- Android.Graphics.Bitmap --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​canvas//​ 
-| autoScale ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:Canvas 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //child// 
-[[#Public Methods|Go Back]] +    ​* ​Type:View 
-==== GetDrawingRect(Rect) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​drawingTime//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int64 
-| outRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} VerifyDrawable(Drawable) **
-==== GetFocusables(FocusSearchDirection) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IList<View><!-- System.Collections.Generic.IList{Android.Views.View--> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetFocusedRect(Rect) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //who// 
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+    * Type:Drawable 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} SetMeasuredDimension(Int32,Int32**
-==== GetGlobalVisibleRect(Rect==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetGlobalVisibleRect(Rect,​ Point) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​measuredWidth//​ 
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   | +    ​* Type:Int32 
-| globalOffset ​  | Point<​!-- Android.Graphics.Point --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​measuredHeight//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== GetHashCode() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnOverScrolled(Int32,​Int32,​Boolean,​Boolean) **
  
-<!-- System.Object(overriden) --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHitRect(Rect) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| outRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //scrollX// 
-==== GetLocalVisibleRect(Rect) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //scrollY// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​clampedX//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== GetLocationInWindow(Int32[]) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​clampedY//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Boolean 
-| location ​  | Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnRestoreInstanceState(IParcelable**
-==== GetLocationOnScreen(Int32[]==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| location ​  | Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetTag(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- Java.Lang.Object --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //state// 
-| key   | Int32<​!-- System.Int32 --> ​  ​| ​   |+    * Type:​IParcelable 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnSaveInstanceState() **
-==== GetType() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​IParcelable 
-==== GetWindowVisibleDisplayFrame(Rect) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| outRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} OnScrollChanged(Int32,​Int32,​Int32,​Int32) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetX() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Single<​!-- System.Single --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //l// 
-==== GetY() ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Single<​!-- System.Single --> ​  ​| ​   |+
  
-=== Parameters === +  * //t// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //oldl// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== IndexOfChild(View) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //oldt// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnSetAlpha(Int32**
-==== Initialize(MapView==== +
-This method initializes map tool. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| currentMap ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  | The current map.   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== Invalidate() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //alpha// 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(Int32,​Int32,​Int32,​Int32) ​**
-==== Invalidate(Int32, Int32, Int32, Int32) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| l   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //N/A//
-| t   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| r   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| b   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Invalidate(Rect) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //w// 
-| dirty   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //h// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== InvalidateChild(View,​ Rect) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //oldw// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   +    ​* Description:​N/​A
-| dirty   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +  * //oldh// 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== InvalidateChildInParent(Int32[], Rect) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| IViewParent<​!-- Android.Views.IViewParent --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnVisibilityChanged(View,​ViewStates) **
-| location ​  | Int32[]<!-- System.Int32[[]] --  |    | +
-| dirty   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== InvalidateDrawable(Drawable) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| drawable ​  | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​changedView//​ 
-==== JumpDrawablesToCurrentState() ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​visibility//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​ViewStates 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnWindowVisibilityChanged(ViewStates**
-==== Layout(Int32, Int32, Int32, Int32==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| l   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //N/A//
-| t   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| r   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| b   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View(overriden) --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== Measure(Int32,​ Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​visibility//​ 
-| widthMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +    ​* Type:​ViewStates 
-| heightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OverScrollBy(Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Boolean**
-==== Notify() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Java.Lang.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== NotifyAll() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​deltaX//​ 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- Java.Lang.Object --> +  * //deltaY// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== OffsetDescendantRectToMyCoords(View,​ Rect) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //scrollX// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| descendant ​  | View<!-- Android.Views.View --> ​  ​| ​   +    ​* Description:​N/​A
-| rect   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +  * //scrollY// 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== OffsetLeftAndRight(Int32) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​scrollRangeX//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| offset ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​scrollRangeY//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== OffsetRectIntoDescendantCoords(View,​ Rect) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​maxOverScrollX//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| descendant ​  | View<!-- Android.Views.View --> ​  ​| ​   +    ​* Description:​N/​A
-| rect   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +  * //​maxOverScrollY//​ 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== OffsetTopAndBottom(Int32) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​isTouchEvent//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Boolean 
-| offset ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnAnimationEnd() **
-==== OnCheckIsTextEditor() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== OnCreateInputConnection(EditorInfo) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| IInputConnection<​!-- Android.Views.InputMethods.IInputConnection --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| outAttrs ​  | EditorInfo<​!-- Android.Views.InputMethods.EditorInfo --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} OnAnimationStart() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnDragEvent(DragEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | DragEvent<​!-- Android.Views.DragEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== OnFilterTouchEventForSecurity(MotionEvent) ​==== +** {{wiki:​ProtectedMethod.gif|}} OnAttachedToWindow() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== OnFinishTemporaryDetach() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnConfigurationChanged(Configuration) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnGenericMotionEvent(MotionEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​newConfig//​ 
-==== OnHoverChanged(Boolean) ​==== +    ​* ​Type:​Configuration 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnCreateContextMenu(IContextMenu) **
-| hovered ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnHoverEvent(MotionEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //menu// 
-==== OnInitializeAccessibilityEvent(AccessibilityEvent) ​==== +    ​* ​Type:​IContextMenu 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnCreateDrawableState(Int32) **
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32[] 
-| info   | AccessibilityNodeInfo<​!-- Android.Views.Accessibility.AccessibilityNodeInfo --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​extraSpace//​ 
-==== OnInterceptHoverEvent(MotionEvent) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDetachedFromWindow() **
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnInterceptTouchEvent(MotionEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| ev   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== OnKeyDown(Keycode,​ KeyEvent) ​==== +** {{wiki:​ProtectedMethod.gif|}} OnDisplayHint(Int32) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +  ​* //N/A//
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== OnKeyLongPress(Keycode,​ KeyEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //hint// 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +    ​* Type:Int32 
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDraw(Canvas**
-==== OnKeyMultiple(Keycode, Int32, KeyEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +  ​* //N/A//
-| repeatCount ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== OnKeyPreIme(Keycode,​ KeyEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //canvas// 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +    ​* Type:Canvas 
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawScrollBars(Canvas**
-==== OnKeyShortcut(Keycode, KeyEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +  ​* //N/A//
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== OnKeyUp(Keycode,​ KeyEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //canvas// 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +    ​* Type:Canvas 
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnFinishInflate() **
-==== OnPopulateAccessibilityEvent(AccessibilityEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== OnRequestSendAccessibilityEvent(View,​ AccessibilityEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| child   | View<!-- Android.Views.View --  |    | +** {{wiki:​ProtectedMethod.gif|}} OnFocusChanged(Boolean,​FocusSearchDirection,​Rect) **
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnStartTemporaryDetach() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​gainFocus//​ 
-==== OnTouchEvent(MotionEvent) ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​direction//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​FocusSearchDirection 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​previouslyFocusedRect//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Rect 
-==== OnTrackballEvent(MotionEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnLayout(Boolean,​Int32,​Int32,​Int32,​Int32) **
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnWindowFocusChanged(Boolean) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| hasWindowFocus ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //changed// 
-==== PerformClick() ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //left// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //top// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== PerformHapticFeedback(FeedbackConstants,​ FeedbackFlags) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //right// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| feedbackConstant ​  | FeedbackConstants<​!-- Android.Views.FeedbackConstants --> ​  ​| ​   +    ​* Description:​N/​A
-| flags   | FeedbackFlags<​!-- Android.Views.FeedbackFlags --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +  * //bottom// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== PerformHapticFeedback(FeedbackConstants) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnMeasure(Int32,​Int32) **
-| feedbackConstant ​  | FeedbackConstants<​!-- Android.Views.FeedbackConstants --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== PerformLongClick() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​widthMeasureSpec//​ 
-==== PlaySoundEffect(SoundEffects) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​heightMeasureSpec//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| soundConstant ​  | SoundEffects<​!-- Android.Views.SoundEffects --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} FitSystemWindows(Rect**
-==== Post(Action==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| action ​  | Action<​!-- System.Action --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== Post(IRunnable) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​insets//​ 
-| action ​  | IRunnable<​!-- Java.Lang.IRunnable --> ​  ​| ​   |+    * Type:Rect 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} InitializeFadingEdge(TypedArray**
-==== PostDelayed(IRunnable, Int64==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| action ​  | IRunnable<​!-- Java.Lang.IRunnable --> ​  ​| ​   | +  ​* //N/A//
-| delayMillis ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== PostDelayed(Action,​ Int64) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //a// 
-| action ​  | Action<​!-- System.Action --> ​  ​| ​   | +    ​* Type:​TypedArray 
-| delayMillis ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} InitializeScrollbars(TypedArray**
-==== PostInvalidate() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== PostInvalidate(Int32,​ Int32, Int32, Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //a// 
-| left   | Int32<​!-- System.Int32 --> ​  ​| ​   | +    ​* Type:​TypedArray 
-| top   | Int32<​!-- System.Int32 --> ​  ​| ​   +    ​* Description:​N/​A
-| right   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| bottom ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchGenericFocusedEvent(MotionEvent**
-==== PostInvalidateDelayed(Int64==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| delayMilliseconds ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== PostInvalidateDelayed(Int64,​ Int32, Int32, Int32, Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //e// 
-| delayMilliseconds ​  | Int64<​!-- System.Int64 --> ​  ​| ​   | +    ​* Type:​MotionEvent 
-| left   | Int32<​!-- System.Int32 --> ​  ​| ​   +    ​* Description:​N/​A
-| top   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| right   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| bottom ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchGenericPointerEvent(MotionEvent**
-==== RecomputeViewAttributes(View==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== RefreshDrawableState() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​MotionEvent 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchHoverEvent(MotionEvent**
-==== RemoveAllViews() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== RemoveAllViewsInLayout() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​MotionEvent 
 +    * Description:N/A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchRestoreInstanceState(SparseArray**
-==== RemoveCallbacks(IRunnable==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| action ​  | IRunnable<​!-- Java.Lang.IRunnable --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RemoveCallbacks(Action) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​container//​ 
-| action ​  | Action<​!-- System.Action --> ​  ​| ​   |+    * Type:​SparseArray 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchSaveInstanceState(SparseArray**
-==== RemoveOnAttachStateChangeListener(View+IOnAttachStateChangeListener==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| listener ​  | View+IOnAttachStateChangeListener<​!-- Android.Views.View+IOnAttachStateChangeListener --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RemoveOnLayoutChangeListener(View+IOnLayoutChangeListener) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​container//​ 
-| listener ​  | View+IOnLayoutChangeListener<​!-- Android.Views.View+IOnLayoutChangeListener --> ​  ​| ​   |+    * Type:​SparseArray 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchSetActivated(Boolean**
-==== RemoveView(View==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| view   | View<!-- Android.Views.View --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RemoveViewAt(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​activated//​ 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+    * Type:Boolean 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchSetPressed(Boolean**
-==== RemoveViewInLayout(View==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| view   | View<!-- Android.Views.View --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RemoveViews(Int32,​ Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //pressed// 
-| start   | Int32<​!-- System.Int32 --> ​  ​| ​   | +    ​* Type:​Boolean 
-| count   | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchSetSelected(Boolean**
-==== RemoveViewsInLayout(Int32, Int32==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| start   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //N/A//
-| count   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RequestChildFocus(View,​ View) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​selected//​ 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +    ​* Type:​Boolean 
-| focused ​  | View<!-- Android.Views.View --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DispatchVisibilityChanged(View,ViewStates**
-==== RequestChildRectangleOnScreen(View, ​Rect, Boolean==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  ​* //N/A//
-| rectangle ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   | +
-| immediate ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RequestDisallowInterceptTouchEvent(Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​changedView//​ 
-| disallowIntercept ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //​visibility//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:ViewStates 
-==== RequestFocus() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawableStateChanged() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestFocus(FocusSearchDirection) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== RequestFocus(FocusSearchDirection,​ Rect) ==== +** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars(Int32,​Boolean) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   | +  ​* //N/A//
-| previouslyFocusedRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== RequestFocusFromTouch() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​startDelay//​ 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //​invalidate//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== RequestLayout() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} ComputeHorizontalScrollExtent() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestRectangleOnScreen(Rect,​ Boolean) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| rectangle ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   | +  Description:N/A
-| immediate ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== RequestRectangleOnScreen(Rect) ​==== +** {{wiki:​ProtectedMethod.gif|}} ComputeHorizontalScrollOffset() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| rectangle ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== RequestSendAccessibilityEvent(View,​ AccessibilityEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| child   | View<!-- Android.Views.View --  |    | +** {{wiki:​ProtectedMethod.gif|}} ComputeHorizontalScrollRange() **
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestTransparentRegion(View) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== RestoreHierarchyState(SparseArray) ​==== +** {{wiki:​ProtectedMethod.gif|}} ComputeVerticalScrollExtent() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== SaveHierarchyState(SparseArray) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} ComputeVerticalScrollOffset() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ScheduleDrawable(Drawable,​ Action, Int64) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   | +  Description:N/A
-| what   | Action<​!-- System.Action --> ​  ​| ​   | +
-| when   | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ScheduleDrawable(Drawable,​ IRunnable, Int64) ​==== +** {{wiki:​ProtectedMethod.gif|}} ComputeVerticalScrollRange() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   | +  ​* //N/A//
-| what   | IRunnable<​!-- Java.Lang.IRunnable --> ​  ​| ​   | +
-| when   | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== ScheduleLayoutAnimation() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DispatchDraw(Canvas) **
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ScrollBy(Int32,​ Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| x   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  Description:N/A
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //canvas// 
-==== ScrollTo(Int32,​ Int32) ​==== +    ​* ​Type:Canvas 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars() **
-| x   | Int32<!-- System.Int32 --  |    | +
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SendAccessibilityEvent(EventTypes) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| eventType ​  | EventTypes<​!-- Android.Views.Accessibility.EventTypes --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SendAccessibilityEventUnchecked(AccessibilityEvent) ​==== +** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars(Int32) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== SetAccessibilityDelegate(View+AccessibilityDelegate) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​startDelay//​ 
-| delegate ​  | View+AccessibilityDelegate<​!-- Android.Views.View+AccessibilityDelegate --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== SetAddStatesFromChildren(Boolean==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| addsStates ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetBackgroundColor(Color) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| color   | Color<​!-- Android.Graphics.Color --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} SetHandleOnDeserialized(StreamingContext) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetBackgroundDrawable(Drawable) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| d   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //context// 
-==== SetBackgroundResource(Int32) ​==== +    ​* ​Type:​StreamingContext 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} SetHandle(IntPtr,​JniHandleOwnership) **
-| resid   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetCameraDistance(Single) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| distance ​  | Single<​!-- System.Single --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //value// 
-==== SetClipChildren(Boolean) ​==== +    ​* ​Type:IntPtr 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​transfer//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​JniHandleOwnership 
-| clipChildren ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Clone() **
-==== SetClipToPadding(Boolean==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| clipToPadding ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Object 
-==== SetFadingEdgeLength(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| length ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} JavaFinalize() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetFitsSystemWindows(Boolean) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| fitSystemWindows ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SetGravity(GravityFlags) ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| gravity ​  | GravityFlags<​!-- Android.Views.GravityFlags --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Widget.RelativeLayout --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Object 
-==== SetHorizontalGravity(GravityFlags) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| horizontalGravity ​  | GravityFlags<!-- Android.Views.GravityFlags --  |    ​|+==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} DisplayTextFormat **
  
-<!-- Android.Widget.RelativeLayout --> +  * //Gets or sets the display text format.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetIgnoreGravity(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:String
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} DisplayProjection **
-^  Name ^  Type ^  Description ^ +
-| viewId ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Widget.RelativeLayout --> +  * //Gets or sets the display projection.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetLayerType(LayerType,​ Paint) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​[[ThinkGeo.MapSuite.Core.Proj4Projection|Proj4Projection]]
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} CurrentMap **
-^  Name ^  Type ^  Description ^ +
-| layerType ​  | LayerType<​!-- Android.Views.LayerType --> ​  ​| ​   | +
-| paint   | Paint<​!-- Android.Graphics.Paint --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetMinimumHeight(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsEnabled **
-^  Name ^  Type ^  Description ^ +
-| minHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetMinimumWidth(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Gravity **
-^  Name ^  Type ^  Description ^ +
-| minWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnClickListener(View+IOnClickListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​GravityFlags
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} AlwaysDrawnWithCacheEnabled **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnClickListener<​!-- Android.Views.View+IOnClickListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnCreateContextMenuListener(View+IOnCreateContextMenuListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} AnimationCacheEnabled **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnCreateContextMenuListener<​!-- Android.Views.View+IOnCreateContextMenuListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnDragListener(View+IOnDragListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ChildCount **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnDragListener<​!-- Android.Views.View+IOnDragListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnGenericMotionListener(View+IOnGenericMotionListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ClipChildren **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnGenericMotionListener<​!-- Android.Views.View+IOnGenericMotionListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnHierarchyChangeListener(ViewGroup+IOnHierarchyChangeListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ClipToPadding **
-^  Name ^  Type ^  Description ^ +
-| listener ​  | ViewGroup+IOnHierarchyChangeListener<​!-- Android.Views.ViewGroup+IOnHierarchyChangeListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnHoverListener(View+IOnHoverListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} DescendantFocusability **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnHoverListener<​!-- Android.Views.View+IOnHoverListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnKeyListener(View+IOnKeyListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​DescendantFocusability
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} FocusedChild **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnKeyListener<​!-- Android.Views.View+IOnKeyListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnLongClickListener(View+IOnLongClickListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:View
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LayoutAnimation **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnLongClickListener<​!-- Android.Views.View+IOnLongClickListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnSystemUiVisibilityChangeListener(View+IOnSystemUiVisibilityChangeListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​LayoutAnimationController
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LayoutAnimationListener **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnSystemUiVisibilityChangeListener<​!-- Android.Views.View+IOnSystemUiVisibilityChangeListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetOnTouchListener(View+IOnTouchListener) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​IAnimationListener
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LayoutMode **
-^  Name ^  Type ^  Description ^ +
-| l   | View+IOnTouchListener<​!-- Android.Views.View+IOnTouchListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetPadding(Int32,​ Int32, Int32, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​ViewLayoutMode
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LayoutTransition **
-^  Name ^  Type ^  Description ^ +
-| left   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| top   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| right   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| bottom ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetScrollContainer(Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​LayoutTransition
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} MotionEventSplittingEnabled **
-^  Name ^  Type ^  Description ^ +
-| isScrollContainer ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetTag(Int32,​ Object) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} NestedScrollAxes **
-^  Name ^  Type ^  Description ^ +
-| key   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| tag   | Object<​!-- Java.Lang.Object --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetVerticalGravity(GravityFlags) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:ScrollAxis
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PersistentDrawingCache **
-^  Name ^  Type ^  Description ^ +
-| verticalGravity ​  | GravityFlags<​!-- Android.Views.GravityFlags --> ​  ​| ​   ​|+
  
-<!-- Android.Widget.RelativeLayout --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetWillNotCacheDrawing(Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​PersistentDrawingCaches
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} TouchscreenBlocksFocus **
-^  Name ^  Type ^  Description ^ +
-| willNotCacheDrawing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetWillNotDraw(Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} TransitionGroup **
-^  Name ^  Type ^  Description ^ +
-| willNotDraw ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetX(Single) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} AccessibilityLiveRegion **
-^  Name ^  Type ^  Description ^ +
-| x   | Single<​!-- System.Single --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetY(Single) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​AccessibilityLiveRegion
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} AccessibilityNodeProvider **
-^  Name ^  Type ^  Description ^ +
-| y   | Single<​!-- System.Single --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ShouldDelayChildPressedState() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​AccessibilityNodeProvider
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} AccessibilityTraversalAfter **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ShowContextMenu() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} AccessibilityTraversalBefore **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ShowContextMenuForChild(View) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Activated **
-^  Name ^  Type ^  Description ^ +
-| originalView ​  | View<!-- Android.Views.View --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== StartActionMode(ActionMode+ICallback) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| ActionMode<​!-- Android.Views.ActionMode --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Alpha **
-^  Name ^  Type ^  Description ^ +
-| callback ​  | ActionMode+ICallback<​!-- Android.Views.ActionMode+ICallback --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== StartActionModeForChild(View,​ ActionMode+ICallback) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Single
-| ActionMode<​!-- Android.Views.ActionMode --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Animation **
-^  Name ^  Type ^  Description ^ +
-| originalView ​  | View<!-- Android.Views.View --> ​  ​| ​   | +
-| callback ​  | ActionMode+ICallback<​!-- Android.Views.ActionMode+ICallback --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== StartAnimation(Animation) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Animation
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ApplicationWindowToken **
-^  Name ^  Type ^  Description ^ +
-| animation ​  | Animation<​!-- Android.Views.Animations.Animation --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== StartDrag(ClipData,​ View+DragShadowBuilder,​ Object, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:IBinder
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Background **
-^  Name ^  Type ^  Description ^ +
-| data   | ClipData<​!-- Android.Content.ClipData --> ​  ​| ​   | +
-| shadowBuilder ​  | View+DragShadowBuilder<​!-- Android.Views.View+DragShadowBuilder --> ​  ​| ​   | +
-| myLocalState ​  | Object<​!-- Java.Lang.Object --> ​  ​| ​   | +
-| flags   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== StartLayoutAnimation() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Drawable
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} BackgroundTintList **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== StartViewTransition(View) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​ColorStateList
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} BackgroundTintMode **
-^  Name ^  Type ^  Description ^ +
-| view   | View<!-- Android.Views.View --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToArray() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Mode
-| T[]<​!-- T[[]] --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Baseline **
-^  Name ^  Type ^  Description ^+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToString() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Bottom **
-^  Name ^  Type ^  Description ^+
  
-<!-- System.Object(overriden) --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== UnscheduleDrawable(Drawable,​ Action) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} CameraDistance **
-^  Name ^  Type ^  Description ^ +
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   | +
-| what   | Action<​!-- System.Action --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== UnscheduleDrawable(Drawable,​ IRunnable) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Single
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Clickable **
-^  Name ^  Type ^  Description ^ +
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   | +
-| what   | IRunnable<​!-- Java.Lang.IRunnable --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== UnscheduleDrawable(Drawable) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ClipBounds **
-^  Name ^  Type ^  Description ^ +
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== UpdateViewLayout(View,​ ViewGroup+LayoutParams) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Rect
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ClipToOutline **
-^  Name ^  Type ^  Description ^ +
-| view   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Wait(Int64) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ContentDescriptionFormatted **
-^  Name ^  Type ^  Description ^ +
-| millis ​  | Int64<​!-- System.Int64 --> ​  ​| ​   ​|+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Wait() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​ICharSequence
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ContentDescription **
-^  Name ^  Type ^  Description ^+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Wait(Int64, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:String
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Context **
-^  Name ^  Type ^  Description ^ +
-| millis ​  | Int64<​!-- System.Int64 --> ​  ​| ​   | +
-| nanos   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== WillNotCacheDrawing() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Context
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Display **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== WillNotDraw() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Display
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} DrawingCache **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A// 
-==== AddViewInLayout(View,​ Int32, ViewGroup+LayoutParams,​ Boolean) ==== +== Return Value == 
-=== Return Value === +  ​* ​Type:Bitmap
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} DrawingCacheBackgroundColor **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   | +
-| preventRequestLayout ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== AddViewInLayout(View,​ Int32, ViewGroup+LayoutParams) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Color
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} DrawingCacheEnabled **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== AttachLayoutAnimationParameters(View,​ ViewGroup+LayoutParams,​ Int32, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} DrawingCacheQuality **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   | +
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| count   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== AttachViewToParent(View,​ Int32, ViewGroup+LayoutParams) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​DrawingCacheQuality
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} DrawingTime **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== AwakenScrollBars() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int64
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} DuplicateParentStateEnabled **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== AwakenScrollBars(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Elevation **
-^  Name ^  Type ^  Description ^ +
-| startDelay ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== AwakenScrollBars(Int32,​ Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Single
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Enabled **
-^  Name ^  Type ^  Description ^ +
-| startDelay ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| invalidate ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== CanAnimate() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} FilterTouchesWhenObscured **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== CheckLayoutParams(ViewGroup+LayoutParams) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} FitsSystemWindows **
-^  Name ^  Type ^  Description ^ +
-| p   | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== CleanupLayoutState(View) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Focusable **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== Clone() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Object<​!-- Java.Lang.Object --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} FocusableInTouchMode **
-^  Name ^  Type ^  Description ^+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== ComputeHorizontalScrollExtent() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Handler **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== ComputeHorizontalScrollOffset() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Handler
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HapticFeedbackEnabled **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== ComputeHorizontalScrollRange() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HasFocus **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== ComputeVerticalScrollExtent() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HasFocusable **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== ComputeVerticalScrollOffset() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HasNestedScrollingParent **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== ComputeVerticalScrollRange() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HasOnClickListeners **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== Debug(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HasOverlappingRendering **
-^  Name ^  Type ^  Description ^ +
-| depth   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DetachAllViewsFromParent() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HasTransientState **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DetachViewFromParent(View) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HasWindowFocus **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DetachViewFromParent(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Height **
-^  Name ^  Type ^  Description ^ +
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DetachViewsFromParent(Int32,​ Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HorizontalFadingEdgeEnabled **
-^  Name ^  Type ^  Description ^ +
-| start   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| count   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchDraw(Canvas) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HorizontalFadingEdgeLength **
-^  Name ^  Type ^  Description ^ +
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchFreezeSelfOnly(SparseArray) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} HorizontalScrollBarEnabled **
-^  Name ^  Type ^  Description ^ +
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchGenericFocusedEvent(MotionEvent) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Hovered **
-^  Name ^  Type ^  Description ^ +
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchGenericPointerEvent(MotionEvent) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Id **
-^  Name ^  Type ^  Description ^ +
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchHoverEvent(MotionEvent) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ImportantForAccessibility **
-^  Name ^  Type ^  Description ^ +
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchRestoreInstanceState(SparseArray) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​ImportantForAccessibility
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsAccessibilityFocused **
-^  Name ^  Type ^  Description ^ +
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchSaveInstanceState(SparseArray) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsAttachedToWindow **
-^  Name ^  Type ^  Description ^ +
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchSetActivated(Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsDirty **
-^  Name ^  Type ^  Description ^ +
-| activated ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchSetPressed(Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsFocused **
-^  Name ^  Type ^  Description ^ +
-| pressed ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchSetSelected(Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsHardwareAccelerated **
-^  Name ^  Type ^  Description ^ +
-| selected ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchThawSelfOnly(SparseArray) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsImportantForAccessibility **
-^  Name ^  Type ^  Description ^ +
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DispatchVisibilityChanged(View,​ ViewStates) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsInEditMode **
-^  Name ^  Type ^  Description ^ +
-| changedView ​  | View<!-- Android.Views.View --> ​  ​| ​   | +
-| visibility ​  | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== Dispose(Boolean) ==== +  * //N/A// 
-Releases unmanaged and - optionally - managed resources. +== Return Value == 
-=== Return Value === +  ​* ​Type:Boolean
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsInLayout **
-^  Name ^  Type ^  Description ^ +
-| isDisposing ​  | Boolean<​!-- System.Boolean --> ​  | true to release both managed and unmanaged resources; false to release only unmanaged resources  ​|+
  
-<!-- Java.Lang.Object(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DrawChild(Canvas,​ View, Int64) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsInTouchMode **
-^  Name ^  Type ^  Description ^ +
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   | +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| drawingTime ​  | Int64<​!-- System.Int64 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DrawableStateChanged() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsLaidOut **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== Finalize() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsLayoutDirectionResolved **
-^  Name ^  Type ^  Description ^+
  
-<!-- System.Object(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== FitSystemWindows(Rect) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsLayoutRequested **
-^  Name ^  Type ^  Description ^ +
-| insets ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GenerateDefaultLayoutParams() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsOpaque **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GenerateLayoutParams(ViewGroup+LayoutParams) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsPaddingRelative **
-^  Name ^  Type ^  Description ^ +
-| p   | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetChildDrawingOrder(Int32,​ Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsScrollContainer **
-^  Name ^  Type ^  Description ^ +
-| childCount ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| i   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetChildStaticTransformation(View,​ Transformation) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsShown **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| t   | Transformation<​!-- Android.Views.Animations.Transformation --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== InitializeCore(MapView) ==== +  * //N/A// 
-This method initializes map tool. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Boolean
-When overriding this method, consider adding map tool onto the map.ToolsGrid panel. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsTextAlignmentResolved **
-^  Name ^  Type ^  Description ^ +
-| wpfMap ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  | The WPF map  ​|+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== InitializeFadingEdge(TypedArray) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} IsTextDirectionResolved **
-^  Name ^  Type ^  Description ^ +
-| a   | TypedArray<​!-- Android.Content.Res.TypedArray --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== InitializeScrollbars(TypedArray) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} KeepScreenOn **
-^  Name ^  Type ^  Description ^ +
-| a   | TypedArray<​!-- Android.Content.Res.TypedArray --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== JavaFinalize() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} KeyDispatcherState **
-^  Name ^  Type ^  Description ^+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MeasureChild(View,​ Int32, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​DispatcherState
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LabelFor **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| parentWidthMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| parentHeightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MeasureChildWithMargins(View,​ Int32, Int32, Int32, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LayerType **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| parentWidthMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| widthUsed ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| parentHeightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| heightUsed ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MeasureChildren(Int32,​ Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:LayerType
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LayoutDirection **
-^  Name ^  Type ^  Description ^ +
-| widthMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| heightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​LayoutDirection
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LayoutParameters **
-^  Name ^  Type ^  Description ^+
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnAnimationEnd() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​LayoutParams
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Left **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnAnimationStart() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} LongClickable **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnAttachedToWindow() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Matrix **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnConfigurationChanged(Configuration) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Matrix
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} MeasuredHeight **
-^  Name ^  Type ^  Description ^ +
-| newConfig ​  | Configuration<​!-- Android.Content.Res.Configuration --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnCreateContextMenu(IContextMenu) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} MeasuredHeightAndState **
-^  Name ^  Type ^  Description ^ +
-| menu   | IContextMenu<​!-- Android.Views.IContextMenu --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnCreateDrawableState(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} MeasuredState **
-^  Name ^  Type ^  Description ^ +
-| extraSpace ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDetachedFromWindow() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} MeasuredWidth **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDisplayHint(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} MeasuredWidthAndState **
-^  Name ^  Type ^  Description ^ +
-| hint   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDraw(Canvas) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} MinimumHeight **
-^  Name ^  Type ^  Description ^ +
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDrawScrollBars(Canvas) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} MinimumWidth **
-^  Name ^  Type ^  Description ^ +
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnFinishInflate() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} NestedScrollingEnabled **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnFocusChanged(Boolean,​ FocusSearchDirection,​ Rect) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} NextFocusDownId **
-^  Name ^  Type ^  Description ^ +
-| gainFocus ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   | +
-| previouslyFocusedRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnLayout(Boolean,​ Int32, Int32, Int32, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} NextFocusForwardId **
-^  Name ^  Type ^  Description ^ +
-| changed ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| left   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| top   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| right   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| bottom ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnLayout(Boolean,​ Int32, Int32, Int32, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} NextFocusLeftId **
-^  Name ^  Type ^  Description ^ +
-| changed ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| l   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| t   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| r   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| b   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnMeasure(Int32,​ Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} NextFocusRightId **
-^  Name ^  Type ^  Description ^ +
-| widthMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| heightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnOverScrolled(Int32,​ Int32, Boolean, Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} NextFocusUpId **
-^  Name ^  Type ^  Description ^ +
-| scrollX ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| scrollY ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| clampedX ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +
-| clampedY ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnRequestFocusInDescendants(Int32,​ Rect) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} OnFocusChangeListener **
-^  Name ^  Type ^  Description ^ +
-| direction ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| previouslyFocusedRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnRestoreInstanceState(IParcelable) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​IOnFocusChangeListener
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} OutlineProvider **
-^  Name ^  Type ^  Description ^ +
-| state   | IParcelable<​!-- Android.OS.IParcelable --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnSaveInstanceState() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​ViewOutlineProvider
-| IParcelable<​!-- Android.OS.IParcelable --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} OverScrollMode **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnScrollChanged(Int32,​ Int32, Int32, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​OverScrollMode
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Overlay **
-^  Name ^  Type ^  Description ^ +
-| l   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| t   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| oldl   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| oldt   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnSetAlpha(Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​ViewOverlay
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PaddingBottom **
-^  Name ^  Type ^  Description ^ +
-| alpha   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnSizeChanged(Int32,​ Int32, Int32, Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PaddingEnd **
-^  Name ^  Type ^  Description ^ +
-| w   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| h   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| oldw   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| oldh   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnVisibilityChanged(View,​ ViewStates) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PaddingLeft **
-^  Name ^  Type ^  Description ^ +
-| changedView ​  | View<!-- Android.Views.View --> ​  ​| ​   | +
-| visibility ​  | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnWindowVisibilityChanged(ViewStates) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PaddingRight **
-^  Name ^  Type ^  Description ^ +
-| visibility ​  | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OverScrollBy(Int32,​ Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PaddingStart **
-^  Name ^  Type ^  Description ^ +
-| deltaX ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| deltaY ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| scrollX ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| scrollY ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| scrollRangeX ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| scrollRangeY ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| maxOverScrollX ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| maxOverScrollY ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| isTouchEvent ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== RemoveDetachedView(View,​ Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PaddingTop **
-^  Name ^  Type ^  Description ^ +
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +
-| animate ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== ResetResolvedLayoutDirection() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Int32
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Parent **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== ResetResolvedTextDirection() ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​IViewParent
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} ParentForAccessibility **
-^  Name ^  Type ^  Description ^+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== SetChildrenDrawingCacheEnabled(Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:​IViewParent
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PivotX **
-^  Name ^  Type ^  Description ^ +
-| enabled ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== SetHandle(IntPtr,​ JniHandleOwnership) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Single
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} PivotY **
-^  Name ^  Type ^  Description ^ +
-| value   | IntPtr<​!-- System.IntPtr --> ​  ​| ​   | +
-| transfer ​  | JniHandleOwnership<​!-- Android.Runtime.JniHandleOwnership --> ​  ​| ​   ​|+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== SetMeasuredDimension(Int32,​ Int32) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Single
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Pressed **
-^  Name ^  Type ^  Description ^ +
-| measuredWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| measuredHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== SetStaticTransformationsEnabled(Boolean) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Boolean
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Resources **
-^  Name ^  Type ^  Description ^ +
-| enabled ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== VerifyDrawable(Drawable) ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ Description ^ +  ​* ​Type:Resources
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} Right **
-^  Name ^  Type ^  Description ^ +
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +  * //N/A// 
-==== Activated ==== +== Return Value == 
-=== Return Value === +  ​* ​Type:Int32
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} RootView **
-[[#Public Properties|Go Back]] +
-==== Alpha ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AlwaysDrawnWithCacheEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:View
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} Rotation **
-[[#Public Properties|Go Back]] +
-==== Animation ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Animation<​!-- Android.Views.Animations.Animation --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== AnimationCacheEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} RotationX **
-[[#Public Properties|Go Back]] +
-==== ApplicationWindowToken ==== +
-=== Return Value === +
-^ Return Type ^ +
-| IBinder<​!-- Android.OS.IBinder --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Background ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} RotationY **
-[[#Public Properties|Go Back]] +
-==== Baseline ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Bottom ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} SaveEnabled **
-[[#Public Properties|Go Back]] +
-==== ChildCount ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Class ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Class<​!-- Java.Lang.Class --> ​  |+
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} SaveFromParentEnabled **
-[[#Public Properties|Go Back]] +
-==== Clickable ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ContentDescription ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| String<​!-- System.String --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScaleX **
-[[#Public Properties|Go Back]] +
-==== ContentDescriptionFormatted ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ICharSequence<​!-- Java.Lang.ICharSequence --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Context ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Context<​!-- Android.Content.Context --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScaleY **
-[[#Public Properties|Go Back]] +
-==== CurrentMap ==== +
-Gets or sets current map that the mapTool will be drawn on +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DescendantFocusability ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| DescendantFocusability<​!-- Android.Views.DescendantFocusability --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} ScrollBarDefaultDelayBeforeFade **
-[[#Public Properties|Go Back]] +
-==== DisplayProjection ==== +
-Gets or sets the display projection. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.Proj4Projection|Proj4Projection]]<​!-- ThinkGeo.MapSuite.Core.Proj4Projection --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DisplayTextFormat ==== +  * //N/A// 
-Gets or sets the display text format. +== Return Value == 
-=== Return Value === +  ​* ​Type:Int32
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.CenterCoordinateMapTool --> +** {{wiki:​PublicProperty.gif|}} ScrollBarFadeDuration **
-[[#Public Properties|Go Back]] +
-==== DrawingCache ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Bitmap<​!-- Android.Graphics.Bitmap --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingCacheBackgroundColor ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Color<​!-- Android.Graphics.Color --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollBarSize **
-[[#Public Properties|Go Back]] +
-==== DrawingCacheEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingCacheQuality ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| DrawingCacheQuality<​!-- Android.Views.DrawingCacheQuality --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollBarStyle **
-[[#Public Properties|Go Back]] +
-==== DrawingTime ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DuplicateParentStateEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ScrollbarStyles
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollX **
-[[#Public Properties|Go Back]] +
-==== Enabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== FilterTouchesWhenObscured ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollY **
-[[#Public Properties|Go Back]] +
-==== Focusable ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== FocusableInTouchMode ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollbarFadingEnabled **
-[[#Public Properties|Go Back]] +
-==== FocusedChild ==== +
-=== Return Value === +
-^ Return Type ^ +
-| View<!-- Android.Views.View --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Handle ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} Selected **
-[[#Public Properties|Go Back]] +
-==== Handler ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Handler<​!-- Android.OS.Handler --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== HapticFeedbackEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} SolidColor **
-[[#Public Properties|Go Back]] +
-==== HasFocus ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== HasFocusable ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} SoundEffectsEnabled **
-[[#Public Properties|Go Back]] +
-==== HasOnClickListeners ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== HasWindowFocus ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} StateListAnimator **
-[[#Public Properties|Go Back]] +
-==== Height ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== HorizontalFadingEdgeEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​StateListAnimator
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} SystemUiVisibility **
-[[#Public Properties|Go Back]] +
-==== HorizontalFadingEdgeLength ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== HorizontalScrollBarEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​StatusBarVisibility
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Tag **
-[[#Public Properties|Go Back]] +
-==== Hovered ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Id ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Object
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TextAlignment **
-[[#Public Properties|Go Back]] +
-==== IsDirty ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsEnabled ==== +  * //N/A// 
-Gets or sets a value indicating whether this instance is enabled. +== Return Value == 
-=== Return Value === +  ​* ​Type:​TextAlignment
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> +** {{wiki:​PublicProperty.gif|}} TextDirection **
-[[#Public Properties|Go Back]] +
-==== IsFocused ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsHardwareAccelerated ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​TextDirection
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Top **
-[[#Public Properties|Go Back]] +
-==== IsInEditMode ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsInTouchMode ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TouchDelegate **
-[[#Public Properties|Go Back]] +
-==== IsLayoutRequested ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsOpaque ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​TouchDelegate
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Touchables **
-[[#Public Properties|Go Back]] +
-==== IsShown ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== KeepScreenOn ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IList<View>
-| Boolean<!-- System.Boolean --  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TransitionName **
-[[#Public Properties|Go Back]] +
-==== KeyDispatcherState ==== +
-=== Return Value === +
-^ Return Type ^ +
-| KeyEvent+DispatcherState<​!-- Android.Views.KeyEvent+DispatcherState --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LayerType ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| LayerType<​!-- Android.Views.LayerType --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TranslationX **
-[[#Public Properties|Go Back]] +
-==== LayoutAnimation ==== +
-=== Return Value === +
-^ Return Type ^ +
-| LayoutAnimationController<​!-- Android.Views.Animations.LayoutAnimationController --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LayoutAnimationListener ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Animation+IAnimationListener<​!-- Android.Views.Animations.Animation+IAnimationListener --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} TranslationY **
-[[#Public Properties|Go Back]] +
-==== LayoutParameters ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LayoutTransition ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| LayoutTransition<​!-- Android.Animation.LayoutTransition --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} TranslationZ **
-[[#Public Properties|Go Back]] +
-==== Left ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LongClickable ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalFadingEdgeEnabled **
-[[#Public Properties|Go Back]] +
-==== Matrix ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Matrix<​!-- Android.Graphics.Matrix --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MeasuredHeight ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalFadingEdgeLength **
-[[#Public Properties|Go Back]] +
-==== MeasuredHeightAndState ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MeasuredState ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalScrollBarEnabled **
-[[#Public Properties|Go Back]] +
-==== MeasuredWidth ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MeasuredWidthAndState ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalScrollbarPosition **
-[[#Public Properties|Go Back]] +
-==== MotionEventSplittingEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== NextFocusDownId ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ScrollbarPosition
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalScrollbarWidth **
-[[#Public Properties|Go Back]] +
-==== NextFocusForwardId ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== NextFocusLeftId ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ViewTreeObserver **
-[[#Public Properties|Go Back]] +
-==== NextFocusRightId ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== NextFocusUpId ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ViewTreeObserver
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Visibility **
-[[#Public Properties|Go Back]] +
-==== OnFocusChangeListener ==== +
-=== Return Value === +
-^ Return Type ^ +
-| View+IOnFocusChangeListener<​!-- Android.Views.View+IOnFocusChangeListener --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== OverScrollMode ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:ViewStates
-| OverScrollMode<​!-- Android.Views.OverScrollMode --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Width **
-[[#Public Properties|Go Back]] +
-==== PaddingBottom ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PaddingLeft ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} WindowId **
-[[#Public Properties|Go Back]] +
-==== PaddingRight ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PaddingTop ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:WindowId
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} WindowSystemUiVisibility **
-[[#Public Properties|Go Back]] +
-==== Parent ==== +
-=== Return Value === +
-^ Return Type ^ +
-| IViewParent<​!-- Android.Views.IViewParent --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PersistentDrawingCache ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​SystemUiFlags
-| PersistentDrawingCaches<​!-- Android.Views.PersistentDrawingCaches --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} WindowToken **
-[[#Public Properties|Go Back]] +
-==== PivotX ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PivotY ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IBinder
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} WindowVisibility **
-[[#Public Properties|Go Back]] +
-==== Pressed ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Resources ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:ViewStates
-| Resources<​!-- Android.Content.Res.Resources --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ApplyWindowInsets **
-[[#Public Properties|Go Back]] +
-==== Right ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RootView ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ApplyWindowInsetsHandler
-| View<!-- Android.Views.View --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Handle **
-[[#Public Properties|Go Back]] +
-==== Rotation ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RotationX ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IntPtr
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Class **
-[[#Public Properties|Go Back]] +
-==== RotationY ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SaveEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Class
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +==== Protected Properties ​==== 
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} ThresholdClass **
-==== SaveFromParentEnabled ​==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ScaleX ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IntPtr
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} ThresholdType **
-[[#Public Properties|Go Back]] +
-==== ScaleY ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ScrollBarStyle ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  * Type:Type
-| ScrollbarStyles<​!-- Android.Views.ScrollbarStyles --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} ChildrenDrawingOrderEnabled **
-[[#Public Properties|Go Back]] +
-==== ScrollX ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ScrollY ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} ChildrenDrawnWithCacheEnabled **
-[[#Public Properties|Go Back]] +
-==== ScrollbarFadingEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Selected ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} BottomFadingEdgeStrength **
-[[#Public Properties|Go Back]] +
-==== SolidColor ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SoundEffectsEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} BottomPaddingOffset **
-[[#Public Properties|Go Back]] +
-==== SystemUiVisibility ==== +
-=== Return Value === +
-^ Return Type ^ +
-| StatusBarVisibility<​!-- Android.Views.StatusBarVisibility --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Tag ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Object<​!-- Java.Lang.Object --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} ContextMenuInfo **
-[[#Public Properties|Go Back]] +
-==== Top ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TouchDelegate ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​IContextMenuContextMenuInfo
-| TouchDelegate<​!-- Android.Views.TouchDelegate --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} HorizontalScrollbarHeight **
-[[#Public Properties|Go Back]] +
-==== Touchables ==== +
-=== Return Value === +
-^ Return Type ^ +
-| IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View--> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TranslationX ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} IsPaddingOffsetRequired **
-[[#Public Properties|Go Back]] +
-==== TranslationY ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== VerticalFadingEdgeEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} LeftFadingEdgeStrength **
-[[#Public Properties|Go Back]] +
-==== VerticalFadingEdgeLength ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== VerticalScrollBarEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} LeftPaddingOffset **
-[[#Public Properties|Go Back]] +
-==== VerticalScrollbarPosition ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ScrollbarPosition<​!-- Android.Views.ScrollbarPosition --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== VerticalScrollbarWidth ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} RightFadingEdgeStrength **
-[[#Public Properties|Go Back]] +
-==== ViewTreeObserver ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ViewTreeObserver<​!-- Android.Views.ViewTreeObserver --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Visibility ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| ViewStates<​!-- Android.Views.ViewStates --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} RightPaddingOffset **
-[[#Public Properties|Go Back]] +
-==== Width ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== WindowToken ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| IBinder<​!-- Android.OS.IBinder --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} SuggestedMinimumHeight **
-[[#Public Properties|Go Back]] +
-==== WindowVisibility ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ViewStates<​!-- Android.Views.ViewStates --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-===== Protected Properties ===== +  * //N/A// 
-==== BottomFadingEdgeStrength ==== +== Return Value == 
-=== Return Value === +  ​* ​Type:Int32
-^ Return ​Type +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} SuggestedMinimumWidth ** 
-[[#​Protected Properties|Go Back]] + 
-==== BottomPaddingOffset ​==== +  * //N/A// 
-=== Return Value === +== Remarks ​== 
-Return Type ^ +  * //N/A// 
-| Int32<!-- System.Int32 --> ​  |+== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TopFadingEdgeStrength ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value =
 +  * Type:​Single 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TopPaddingOffset ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return ​Value == 
 +  * Type:Int32 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} WindowAttachCount ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:Int32 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} ChildViewAdded ** 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A//
  
-<!-- Android.Views.View --> +Event Arguments:​ChildViewAddedEventArgs
-[[#​Protected Properties|Go Back]] +
-==== ChildrenDrawingOrderEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicEvent.gif|}} ChildViewRemoved ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== ChildrenDrawnWithCacheEnabled ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +Event Arguments:​ChildViewRemovedEventArgs
-[[#​Protected Properties|Go Back]] +
-==== ContextMenuInfo ==== +
-=== Return Value === +
-^ Return Type ^ +
-| IContextMenuContextMenuInfo<​!-- Android.Views.IContextMenuContextMenuInfo --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} AnimationEnd ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== HorizontalScrollbarHeight ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​AnimationEndEventArgs
-[[#​Protected Properties|Go Back]] +
-==== IsPaddingOffsetRequired ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} AnimationRepeat ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== LeftFadingEdgeStrength ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​AnimationRepeatEventArgs
-[[#​Protected Properties|Go Back]] +
-==== LeftPaddingOffset ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} AnimationStart ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== RightFadingEdgeStrength ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​AnimationStartEventArgs
-[[#​Protected Properties|Go Back]] +
-==== RightPaddingOffset ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} ViewAttachedToWindow ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== SuggestedMinimumHeight ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​ViewAttachedToWindowEventArgs
-[[#​Protected Properties|Go Back]] +
-==== SuggestedMinimumWidth ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} ViewDetachedFromWindow ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== ThresholdClass ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- Java.Lang.Object(overriden) --> +Event Arguments:​ViewDetachedFromWindowEventArgs
-[[#​Protected Properties|Go Back]] +
-==== ThresholdType ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Type<!-- System.Type --> ​  |+
  
-<!-- Java.Lang.Object(overriden) --> +** {{wiki:​PublicEvent.gif|}} LayoutChange ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== TopFadingEdgeStrength ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​LayoutChangeEventArgs
-[[#​Protected Properties|Go Back]] +
-==== TopPaddingOffset ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} Click ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-==== WindowAttachCount ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== AnimationEnd ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| Animation+AnimationEndEventArgs<​!-- Android.Views.Animations.Animation+AnimationEndEventArgs --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicEvent.gif|}} ContextMenuCreated ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== AnimationRepeat ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| Animation+AnimationRepeatEventArgs<​!-- Android.Views.Animations.Animation+AnimationRepeatEventArgs --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +Event Arguments:​CreateContextMenuEventArgs
-[[#Public Events|Go Back]] +
-==== AnimationStart ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| Animation+AnimationStartEventArgs<​!-- Android.Views.Animations.Animation+AnimationStartEventArgs --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicEvent.gif|}} Drag ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== ChildViewAdded ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| ViewGroup+ChildViewAddedEventArgs<​!-- Android.Views.ViewGroup+ChildViewAddedEventArgs --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +Event Arguments:​DragEventArgs
-[[#Public Events|Go Back]] +
-==== ChildViewRemoved ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| ViewGroup+ChildViewRemovedEventArgs<​!-- Android.Views.ViewGroup+ChildViewRemovedEventArgs --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicEvent.gif|}} GenericMotion ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Click ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​GenericMotionEventArgs
-[[#Public Events|Go Back]] +
-==== ContextMenuCreated ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| View+CreateContextMenuEventArgs<​!-- Android.Views.View+CreateContextMenuEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} Hover ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Drag ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| View+DragEventArgs<​!-- Android.Views.View+DragEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​HoverEventArgs
-[[#Public Events|Go Back]] +
-==== FocusChange ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| View+FocusChangeEventArgs<​!-- Android.Views.View+FocusChangeEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} KeyPress ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== GenericMotion ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| View+GenericMotionEventArgs<​!-- Android.Views.View+GenericMotionEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​KeyEventArgs
-[[#Public Events|Go Back]] +
-==== Hover ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| View+HoverEventArgs<​!-- Android.Views.View+HoverEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} LongClick ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== KeyPress ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| View+KeyEventArgs<​!-- Android.Views.View+KeyEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​LongClickEventArgs
-[[#Public Events|Go Back]] +
-==== LayoutChange ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| View+LayoutChangeEventArgs<​!-- Android.Views.View+LayoutChangeEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} SystemUiVisibilityChange ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== LongClick ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| View+LongClickEventArgs<​!-- Android.Views.View+LongClickEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:SystemUiVisibilityChangeEventArgs
-[[#Public Events|Go Back]] +
-==== SystemUiVisibilityChange ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| View+SystemUiVisibilityChangeEventArgs<​!-- Android.Views.View+SystemUiVisibilityChangeEventArgs ​--> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} Touch ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== Touch ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| View+TouchEventArgs<​!-- Android.Views.View+TouchEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​TouchEventArgs
-[[#Public Events|Go Back]] +
-==== ViewAttachedToWindow ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-| View+ViewAttachedToWindowEventArgs<​!-- Android.Views.View+ViewAttachedToWindowEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicEvent.gif|}} FocusChange ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== ViewDetachedFromWindow ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| View+ViewDetachedFromWindowEventArgs<​!-- Android.Views.View+ViewDetachedFromWindowEventArgs --> ​  |+
  
-<!-- Android.Views.View --> +Event Arguments:​FocusChangeEventArgs
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​AndroidEdition]] 
-[[Category:​ThinkGeo.MapSuite.AndroidEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.androidedition.centercoordinatemaptool.1440040127.txt.gz · Last modified: 2015/09/21 10:28 (external edit)