User Tools

Site Tools


thinkgeo.mapsuite.androidedition.zoommaptool

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.zoommaptool [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.androidedition.zoommaptool [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool ====== ====== ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents the zooming panel in the upper left corner of the map. Represents the zooming panel in the upper left corner of the map.
-=== Remarks === 
-The zoom map tool consists of two zooming buttons. 
 ===== 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.ZoomMapTool]]+              ***ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ZoomMapTool(MapView,​Context) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ZoomMapTool(MapView,​ Context)|ZoomMapTool]] ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]],​ Context ​  ​| ​   | Initializes a new instance of the class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ZoomMapTool(MapView,​ Context, IAttributeSet)|ZoomMapTool]] ​  | [[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 ​== 
 +  * //​mapView//​ 
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]] 
 +    * Description:​This class represents the map control.
  
 +  * //context//
 +    * Type:​Context
 +    * Description:​Interface to global information about an application environment.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ZoomMapTool(MapView,​Context,​IAttributeSet) **
 +
 +  * //​Initializes a new instance of the  class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //mapView//
 +    * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]
 +    * Description:​This class represents the map control.
 +
 +  * //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}}[[#​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}}[[#​GlobeExtent|GlobeExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | Gets or sets the globe extent. ​  | +
-| {{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}}[[#​IsGlobeButtonVisiable|IsGlobeButtonVisiable]] ​  | Boolean ​  ​| ​   | Gets or sets a value indicating whether this instance is globe button visiable. ​  | +
-| {{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> 
-==== ZoomMapTool(MapView,​ Context) ==== +** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapView) **
-Initializes a new instance of the class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| mapView ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapView --  | This class represents the map control. ​  | +
-| context ​  | Context<!-- Android.Content.Context --  | Interface to global information about an application environment  ​|+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== ZoomMapTool(MapView,​ Context, IAttributeSet) ==== +== Remarks ​== 
-Initializes a new instance of the class. +  ​* //N/A//
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| mapView ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  | This class represents the map control. ​  | +
-| 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]] +== Return Value == 
-===== Protected Constructors ===== +  ​* ​Type:Void 
-===== Public Methods ===== +  * Description:N/A
-==== AddFocusables(IList<​View>,​ FocusSearchDirection,​ FocusablesFlags) ==== +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​wpfMap//​ 
-| views   | IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  ​| ​   ​+    * Type:[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]] 
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   +    ​* Description:​N/​A
-| focusableMode ​  | FocusablesFlags<​!-- Android.Views.FocusablesFlags --> ​  ​| ​   |+
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnLayout(Boolean,Int32,​Int32,​Int32,​Int32**
-==== AddFocusables(IList<​View>​FocusSearchDirection==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| views   | IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  ​| ​   | +  ​* //N/A//
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddOnAttachStateChangeListener(View+IOnAttachStateChangeListener) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​changed//​ 
-| listener ​  | View+IOnAttachStateChangeListener<​!-- Android.Views.View+IOnAttachStateChangeListener --> ​  ​| ​   |+    * Type:Boolean 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //l// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== AddOnLayoutChangeListener(View+IOnLayoutChangeListener) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //t// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| listener ​  | View+IOnLayoutChangeListener<​!-- Android.Views.View+IOnLayoutChangeListener --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //r// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== AddStatesFromChildren() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //b// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} RemoveDetachedView(View,Boolean**
-==== AddTouchables(IList<View>==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| views   | IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddView(View) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //child// 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //animate// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== AddView(View,​ ViewGroup+LayoutParams) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ResetResolvedLayoutDirection() **
-| child   | View<!-- Android.Views.View --  |    | +
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddView(View,​ 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
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== AddView(View,​ Int32, Int32) ​==== +** {{wiki:​ProtectedMethod.gif|}} ResetResolvedTextDirection() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  ​* //N/A//
-| width   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| height ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== AddView(View,​ Int32, ViewGroup+LayoutParams) ==== +  * 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|}} SetChildrenDrawingCacheEnabled(Boolean) **
-| index   | Int32<!-- System.Int32 --  |    | +
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Animate() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| ViewPropertyAnimator<​!-- Android.Views.ViewPropertyAnimator --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //enabled// 
-==== BringChildToFront(View) ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} SetStaticTransformationsEnabled(Boolean) **
-| child   | View<!-- Android.Views.View --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== BringToFront() ==== +  * //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]] +  * //enabled// 
-==== BuildDrawingCache() ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GenerateDefaultLayoutParams() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== BuildDrawingCache(Boolean) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​LayoutParams 
-| autoScale ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== BuildLayer() ​==== +** {{wiki:​ProtectedMethod.gif|}} GenerateLayoutParams(LayoutParams) **
-=== 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 
-==== CallOnClick() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //p// 
 +    * Type:​LayoutParams 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetChildDrawingOrder(Int32,Int32) ​**
-==== CanScrollHorizontally(Int32) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| direction ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== CanScrollVertically(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​childCount//​ 
-| direction ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //i// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== CancelLongPress() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GetChildStaticTransformation(View,​Transformation) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CheckInputConnectionProxy(View) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| view   | View<!-- Android.Views.View --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== ChildDrawableStateChanged(View) ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //t// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​Transformation 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MeasureChild(View,​Int32,​Int32**
-==== ClearAnimation() ==== +
-=== 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 
-==== ClearChildFocus(View) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //child// 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //​parentWidthMeasureSpec//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== ClearDisappearingChildren() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​parentHeightMeasureSpec//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} MeasureChildren(Int32,Int32**
-==== ClearFocus() ==== +
-=== 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 
-==== ComputeScroll() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​widthMeasureSpec//​ 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //​heightMeasureSpec//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== CreateAccessibilityNodeInfo() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| AccessibilityNodeInfo<​!-- Android.Views.Accessibility.AccessibilityNodeInfo --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} MeasureChildWithMargins(View,​Int32,​Int32,​Int32,​Int32) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateContextMenu(IContextMenu) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| menu   | IContextMenu<​!-- Android.Views.IContextMenu --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== DestroyDrawingCache() ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​parentWidthMeasureSpec//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //​widthUsed//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== DispatchConfigurationChanged(Configuration) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​parentHeightMeasureSpec//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| newConfig ​  | Configuration<​!-- Android.Content.Res.Configuration --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​heightUsed//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== DispatchDisplayHint(ViewStates) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnRequestFocusInDescendants(Int32,​Rect) **
-| hint   | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DispatchDragEvent(DragEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| e   | DragEvent<​!-- Android.Views.DragEvent --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​direction//​ 
-==== DispatchGenericMotionEvent(MotionEvent) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​previouslyFocusedRect//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Rect 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} AddViewInLayout(View,​Int32,​LayoutParams**
-==== DispatchKeyEvent(KeyEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== DispatchKeyEventPreIme(KeyEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //child// 
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //index// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== DispatchKeyShortcutEvent(KeyEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //params// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​LayoutParams 
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} AddViewInLayout(View,​Int32,​LayoutParams,​Boolean**
-==== DispatchPopulateAccessibilityEvent(AccessibilityEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== 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 
-==== DispatchSetActivated(Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //child// 
-| activated ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //index// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== DispatchSetSelected(Boolean) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //params// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​LayoutParams 
-| selected ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //​preventRequestLayout//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== DispatchSystemUiVisibilityChanged(Int32) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} AttachLayoutAnimationParameters(View,​LayoutParams,​Int32,Int32) **
-visibility ​  ​| ​Int32<!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== DispatchTouchEvent(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]] +  * //child// 
-==== DispatchTrackballEvent(MotionEvent) ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //params// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:​LayoutParams 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //index// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== DispatchUnhandledMove(View,​ FocusSearchDirection) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //count// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| focused ​  | View<!-- Android.Views.View --> ​  ​| ​   +    ​* Description:​N/​A
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} AttachViewToParent(View,​Int32,​LayoutParams**
-==== DispatchWindowFocusChanged(Boolean==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| hasFocus ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== DispatchWindowVisibilityChanged(ViewStates) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //child// 
-| visibility ​  | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   |+    * Type:View 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //index// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== Dispose() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //params// 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​LayoutParams 
 +    * Description:N/A
  
-<!-- Java.Lang.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} CanAnimate() **
-==== Draw(Canvas==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== EndViewTransition(View) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| view   | View<!-- Android.Views.View --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} CheckLayoutParams(LayoutParams) **
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //p// 
-==== Equals(Object) ​==== +    ​* ​Type:​LayoutParams 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} CleanupLayoutState(View) **
-| o   | Object<​!-- Java.Lang.Object --> ​  ​| ​   ​|+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FindFocus() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //child// 
-==== FindViewById(Int32) ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} Debug(Int32) **
-id   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FindViewById(Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| T<!-- T --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| id   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //depth// 
-==== FindViewWithTag(Object) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DetachAllViewsFromParent() **
-| tag   | Object<​!-- Java.Lang.Object --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== FindViewsWithText(IList<​View>,​ String, 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 ​  | String<​!-- System.String --> ​  ​| ​   | +
-| flags   | FindViewsWith<​!-- Android.Views.FindViewsWith --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div
-==== FindViewsWithText(IList<View>, ICharSequence,​ FindViewsWith) ==== +** {{wiki:​ProtectedMethod.gif|}} DetachViewFromParent(View) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| outViews ​  | IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  ​| ​   | +  ​* //N/A//
-| searched ​  | ICharSequence<​!-- Java.Lang.ICharSequence --> ​  ​| ​   | +
-| flags   | FindViewsWith<​!-- Android.Views.FindViewsWith --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== FitsSystemWindows() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //child// 
 +    * Type:View 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DetachViewFromParent(Int32**
-==== FocusSearch(View, FocusSearchDirection==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| focused ​  | View<!-- Android.Views.View --> ​  ​| ​   | +  ​* //N/A//
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== FocusSearch(FocusSearchDirection) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //index// 
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DetachViewsFromParent(Int32,Int32**
-==== FocusableViewAvailable(View==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| v   | View<!-- Android.Views.View --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ForceLayout() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //start// 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //count// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== GatherTransparentRegion(Region) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchFreezeSelfOnly(SparseArray) **
-| region ​  | Region<​!-- Android.Graphics.Region --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GenerateLayoutParams(IAttributeSet) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| attrs   | IAttributeSet<​!-- Android.Util.IAttributeSet --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​container//​ 
-==== GetChildAt(Int32) ​==== +    ​* ​Type:​SparseArray 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| View<!-- Android.Views.View --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchThawSelfOnly(SparseArray) **
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetChildVisibleRect(View,​ Rect, Point) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  Description:N/A
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   | +
-| offset ​  | Point<​!-- Android.Graphics.Point --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​container//​ 
-==== GetDrawableState() ​==== +    ​* ​Type:​SparseArray 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DrawChild(Canvas,​View,​Int64) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetDrawingCache(Boolean) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Bitmap<​!-- Android.Graphics.Bitmap --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| autoScale ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //canvas// 
-==== GetDrawingRect(Rect) ​==== +    ​* ​Type:Canvas 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //child// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:View 
-| outRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​drawingTime//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int64 
-==== GetFocusables(FocusSearchDirection) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} VerifyDrawable(Drawable) **
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetFocusedRect(Rect) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //who// 
-==== GetGlobalVisibleRect(Rect) ​==== +    ​* ​Type:Drawable 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} SetMeasuredDimension(Int32,​Int32) **
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetGlobalVisibleRect(Rect,​ Point) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   | +  Description:N/A
-| globalOffset ​  | Point<​!-- Android.Graphics.Point --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​measuredWidth//​ 
-==== GetHashCode() ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //​measuredHeight//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- System.Object(overriden) --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnOverScrolled(Int32,​Int32,​Boolean,​Boolean**
-==== GetHitRect(Rect==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| outRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetLocalVisibleRect(Rect) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​scrollX//​ 
-| r   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //scrollY// 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== GetLocationInWindow(Int32[]) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​clampedX//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Boolean 
-| location ​  | Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​clampedY//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== GetLocationOnScreen(Int32[]) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnRestoreInstanceState(IParcelable) **
-| location ​  | Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetTag(Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- Java.Lang.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| key   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //state// 
-==== GetType() ​==== +    ​* ​Type:​IParcelable 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnSaveInstanceState() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetWindowVisibleDisplayFrame(Rect) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:​IParcelable 
-| outRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetX() ​==== +** {{wiki:​ProtectedMethod.gif|}} OnScrollChanged(Int32,​Int32,​Int32,​Int32) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Single<​!-- System.Single --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetY() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Single<​!-- System.Single --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //l// 
 +    * Type:Int32 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //t// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== IndexOfChild(View) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +  * //oldl// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //oldt// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== Initialize(MapView) ==== +    ​* Description:​N/​A
-This method initializes map tool. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnSetAlpha(Int32) **
-| currentMap ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<!-- ThinkGeo.MapSuite.AndroidEdition.MapView --  | The current map  ​|+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Invalidate() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //alpha// 
-==== Invalidate(Int32,​ Int32, Int32, Int32) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(Int32,Int32,Int32,Int32) **
-| l   | Int32<!-- System.Int32 --  |    | +
-| t   | Int32<!-- System.Int32 --  |    | +
-r   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +
-| b   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Invalidate(Rect) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| dirty   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //w// 
-==== InvalidateChild(View,​ Rect) ==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //h// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   +    ​* Description:​N/​A
-| dirty   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +  * //oldw// 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== InvalidateChildInParent(Int32[], Rect) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| IViewParent<​!-- Android.Views.IViewParent --> ​  ​| ​   |+
  
-=== Parameters === +  * //oldh// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| location ​  ​| ​Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   | +    ​* Description:​N/​A
-| dirty   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnVisibilityChanged(View,​ViewStates**
-==== InvalidateDrawable(Drawable==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| drawable ​  | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== JumpDrawablesToCurrentState() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​changedView//​ 
 +    * Type:View 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //​visibility//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:ViewStates 
-==== Layout(Int32,​ Int32, Int32, Int32) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnWindowVisibilityChanged(ViewStates) **
-| l   | Int32<!-- System.Int32 --  |    | +
-| t   | Int32<!-- System.Int32 --  |    | +
-| r   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| b   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View(overriden) --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Measure(Int32,​ Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| widthMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  Description:N/A
-| heightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​visibility//​ 
-==== Notify() ​==== +    ​* ​Type:ViewStates 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OverScrollBy(Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Boolean) **
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== NotifyAll() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- Java.Lang.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //deltaX// 
-==== OffsetDescendantRectToMyCoords(View,​ Rect) ==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //deltaY// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| descendant ​  | View<!-- Android.Views.View --> ​  ​| ​   +    ​* Description:​N/​A
-| rect   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +  * //scrollX// 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== OffsetLeftAndRight(Int32) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //scrollY// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| offset ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​scrollRangeX//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== OffsetRectIntoDescendantCoords(View,​ Rect) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​scrollRangeY//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| descendant ​  | View<!-- Android.Views.View --> ​  ​| ​   +    ​* Description:​N/​A
-| rect   | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +  * //​maxOverScrollX//​ 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-==== OffsetTopAndBottom(Int32) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​maxOverScrollY//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| offset ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​isTouchEvent//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Boolean 
-==== OnCheckIsTextEditor() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnAnimationEnd() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnCreateInputConnection(EditorInfo) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IInputConnection<​!-- Android.Views.InputMethods.IInputConnection --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| outAttrs ​  | EditorInfo<​!-- Android.Views.InputMethods.EditorInfo --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== OnDragEvent(DragEvent) ​==== +** {{wiki:​ProtectedMethod.gif|}} OnAnimationStart() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| e   | DragEvent<​!-- Android.Views.DragEvent --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== OnFilterTouchEventForSecurity(MotionEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} OnAttachedToWindow() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnFinishTemporaryDetach() ==== +  * //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]] +<div newline></​div>​ 
-==== OnGenericMotionEvent(MotionEvent) ​==== +** {{wiki:​ProtectedMethod.gif|}} OnConfigurationChanged(Configuration) **
-=== 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 
-==== OnHoverChanged(Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​newConfig//​ 
-| hovered ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:​Configuration 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnCreateContextMenu(IContextMenu**
-==== OnHoverEvent(MotionEvent==== +
-=== 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 
-==== OnInitializeAccessibilityEvent(AccessibilityEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //menu// 
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   |+    * Type:​IContextMenu 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnCreateDrawableState(Int32**
-==== OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| info   | AccessibilityNodeInfo<​!-- Android.Views.Accessibility.AccessibilityNodeInfo --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32[] 
-==== OnInterceptHoverEvent(MotionEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​extraSpace//​ 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDetachedFromWindow() **
-==== OnInterceptTouchEvent(MotionEvent==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| ev   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.ViewGroup --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== OnKeyDown(Keycode,​ KeyEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| keyCode ​  | Keycode<!-- Android.Views.Keycode --  |    | +** {{wiki:​ProtectedMethod.gif|}} OnDisplayHint(Int32) **
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnKeyLongPress(Keycode,​ KeyEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +  Description:N/A
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //hint// 
-==== OnKeyMultiple(Keycode,​ Int32, KeyEvent) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDraw(Canvas) **
-| keyCode ​  | Keycode<!-- Android.Views.Keycode --  |    | +
-| repeatCount ​  | Int32<!-- System.Int32 --  |    | +
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnKeyPreIme(Keycode,​ KeyEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +  Description:N/A
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //canvas// 
-==== OnKeyShortcut(Keycode,​ KeyEvent) ​==== +    ​* ​Type:Canvas 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnDrawScrollBars(Canvas) **
-| keyCode ​  | Keycode<!-- Android.Views.Keycode --  |    | +
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnKeyUp(Keycode,​ KeyEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| keyCode ​  | Keycode<​!-- Android.Views.Keycode --> ​  ​| ​   | +  Description:N/A
-| e   | KeyEvent<​!-- Android.Views.KeyEvent --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //canvas// 
-==== OnPopulateAccessibilityEvent(AccessibilityEvent) ​==== +    ​* ​Type:Canvas 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnFinishInflate() **
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== OnRequestSendAccessibilityEvent(View,​ AccessibilityEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  Description:N/A
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== OnStartTemporaryDetach() ​==== +** {{wiki:​ProtectedMethod.gif|}} OnFocusChanged(Boolean,​FocusSearchDirection,​Rect) **
-=== 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 
-==== OnTouchEvent(MotionEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​gainFocus//​ 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+    * Type:Boolean 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​direction//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:​FocusSearchDirection 
-==== OnTrackballEvent(MotionEvent) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​previouslyFocusedRect//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Rect 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnLayout(Boolean,​Int32,​Int32,​Int32,​Int32**
-==== OnWindowFocusChanged(Boolean) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| hasWindowFocus ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== PerformClick() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​changed//​ 
 +    * Type:Boolean 
 +    * Description:N/A
  
-<!-- Android.Views.View --> +  * //left// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== PerformHapticFeedback(FeedbackConstants,​ FeedbackFlags) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //top// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| feedbackConstant ​  | FeedbackConstants<​!-- Android.Views.FeedbackConstants --> ​  ​| ​   +    ​* Description:​N/​A
-| flags   | FeedbackFlags<​!-- Android.Views.FeedbackFlags --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +  * //right// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== PerformHapticFeedback(FeedbackConstants) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //bottom// 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Int32 
-| feedbackConstant ​  | FeedbackConstants<​!-- Android.Views.FeedbackConstants --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnMeasure(Int32,Int32**
-==== PerformLongClick() ==== +
-=== 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 
-==== PlaySoundEffect(SoundEffects) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​widthMeasureSpec//​ 
-| soundConstant ​  | SoundEffects<​!-- Android.Views.SoundEffects --> ​  ​| ​   |+    * Type:Int32 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --> +  * //​heightMeasureSpec//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:Int32 
-==== Post(Action) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} FitSystemWindows(Rect) **
-| action ​  | Action<​!-- System.Action --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Post(IRunnable) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| action ​  | IRunnable<​!-- Java.Lang.IRunnable --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //insets// 
-==== PostDelayed(IRunnable,​ Int64) ​==== +    ​* ​Type:Rect 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} InitializeFadingEdge(TypedArray) **
-| action ​  | IRunnable<!-- Java.Lang.IRunnable --  |    | +
-| delayMillis ​  | Int64<​!-- System.Int64 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== PostDelayed(Action,​ Int64) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| action ​  | Action<​!-- System.Action --> ​  ​| ​   | +  Description:N/A
-| delayMillis ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //a// 
-==== PostInvalidate() ​==== +    ​* ​Type:TypedArray 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} InitializeScrollbars(TypedArray) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== PostInvalidate(Int32,​ Int32, Int32, Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| left   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  Description:N/A
-| top   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| right   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| bottom ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //a// 
-==== PostInvalidateDelayed(Int64) ​==== +    ​* ​Type:TypedArray 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchGenericFocusedEvent(MotionEvent) **
-| delayMilliseconds ​  | Int64<​!-- System.Int64 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== PostInvalidateDelayed(Int64,​ Int32, Int32, Int32, Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| delayMilliseconds ​  | Int64<​!-- System.Int64 --> ​  ​| ​   | +  Description:N/A
-| left   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| top   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| right   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| bottom ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RecomputeViewAttributes(View) ​==== +    ​* ​Type:​MotionEvent 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchGenericPointerEvent(MotionEvent) **
-| child   | View<!-- Android.Views.View --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RefreshDrawableState() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RemoveAllViews() ​==== +    ​* ​Type:​MotionEvent 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DispatchHoverEvent(MotionEvent) **
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveAllViewsInLayout() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RemoveCallbacks(IRunnable) ​==== +    ​* ​Type:​MotionEvent 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchRestoreInstanceState(SparseArray) **
-| action ​  | IRunnable<​!-- Java.Lang.IRunnable --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveCallbacks(Action) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| action ​  | Action<​!-- System.Action --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​container//​ 
-==== RemoveOnAttachStateChangeListener(View+IOnAttachStateChangeListener) ​==== +    ​* ​Type:​SparseArray 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchSaveInstanceState(SparseArray) **
-| listener ​  | View+IOnAttachStateChangeListener<​!-- Android.Views.View+IOnAttachStateChangeListener --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveOnLayoutChangeListener(View+IOnLayoutChangeListener) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| listener ​  | View+IOnLayoutChangeListener<​!-- Android.Views.View+IOnLayoutChangeListener --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​container//​ 
-==== RemoveView(View) ​==== +    ​* ​Type:​SparseArray 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchSetActivated(Boolean) **
-| view   | View<!-- Android.Views.View --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveViewAt(Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​activated//​ 
-==== RemoveViewInLayout(View) ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchSetPressed(Boolean) **
-| view   | View<!-- Android.Views.View --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RemoveViews(Int32,​ Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| start   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  Description:N/A
-| count   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //pressed// 
-==== RemoveViewsInLayout(Int32,​ Int32) ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchSetSelected(Boolean) **
-| start   | Int32<!-- System.Int32 --  |    | +
-| count   | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestChildFocus(View,​ View) ==== +  * //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
-| focused ​  | View<!-- Android.Views.View --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​selected//​ 
-==== RequestChildRectangleOnScreen(View,​ Rect, Boolean) ​==== +    ​* ​Type:Boolean 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DispatchVisibilityChanged(View,​ViewStates) **
-| child   | View<!-- Android.Views.View --  |    | +
-| rectangle ​  | Rect<!-- Android.Graphics.Rect --  |    | +
-| immediate ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestDisallowInterceptTouchEvent(Boolean) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| disallowIntercept ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​changedView//​ 
-==== RequestFocus() ​==== +    ​* ​Type:View 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //​visibility//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​ViewStates 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawableStateChanged() **
-==== RequestFocus(FocusSearchDirection==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RequestFocus(FocusSearchDirection,​ Rect) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| direction ​  | FocusSearchDirection<!-- Android.Views.FocusSearchDirection --  |    | +** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars(Int32,​Boolean) **
-| previouslyFocusedRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestFocusFromTouch() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​startDelay//​ 
-==== RequestLayout() ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​invalidate//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Boolean 
 +    * Description:N/A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} ComputeHorizontalScrollExtent() **
-==== RequestRectangleOnScreen(Rect, Boolean==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| rectangle ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   | +  ​* //N/A//
-| immediate ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== RequestRectangleOnScreen(Rect) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| rectangle ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} ComputeHorizontalScrollOffset() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestSendAccessibilityEvent(View,​ AccessibilityEvent) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  Description:N/A
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== RequestTransparentRegion(View) ​==== +** {{wiki:​ProtectedMethod.gif|}} ComputeHorizontalScrollRange() **
-=== 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:Int32 
-==== RestoreHierarchyState(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|}} ComputeVerticalScrollExtent() **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SaveHierarchyState(SparseArray) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ScheduleDrawable(Drawable,​ Action, Int64) ​==== +** {{wiki:​ProtectedMethod.gif|}} ComputeVerticalScrollOffset() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   | +  ​* //N/A//
-| what   | Action<​!-- System.Action --> ​  ​| ​   | +
-| when   | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int32 
-==== ScheduleDrawable(Drawable,​ IRunnable, Int64) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div
-| who   | Drawable<!-- Android.Graphics.Drawables.Drawable --  |    | +** {{wiki:​ProtectedMethod.gif|}} ComputeVerticalScrollRange() **
-| what   | IRunnable<!-- Java.Lang.IRunnable --  |    | +
-| when   | Int64<​!-- System.Int64 --> ​  ​| ​   ​|+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ScheduleLayoutAnimation() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- Android.Views.ViewGroup --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ScrollBy(Int32,​ Int32) ​==== +** {{wiki:​ProtectedMethod.gif|}} DispatchDraw(Canvas) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| x   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​* //N/A//
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ScrollTo(Int32,​ Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //canvas// 
-| x   | Int32<​!-- System.Int32 --> ​  ​| ​   | +    ​* Type:Canvas 
-| y   | Int32<​!-- System.Int32 --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars() **
-==== SendAccessibilityEvent(EventTypes==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| eventType ​  | EventTypes<​!-- Android.Views.Accessibility.EventTypes --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== SendAccessibilityEventUnchecked(AccessibilityEvent) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | AccessibilityEvent<​!-- Android.Views.Accessibility.AccessibilityEvent --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars(Int32) **
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetAccessibilityDelegate(View+AccessibilityDelegate) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| delegate ​  | View+AccessibilityDelegate<​!-- Android.Views.View+AccessibilityDelegate --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​startDelay//​ 
-==== SetAddStatesFromChildren(Boolean) ​==== +    ​* ​Type:Int32 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-| addsStates ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetBackgroundColor(Color) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| color   | Color<​!-- Android.Graphics.Color --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SetBackgroundDrawable(Drawable) ​==== +** {{wiki:​ProtectedMethod.gif|}} SetHandleOnDeserialized(StreamingContext) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| d   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetBackgroundResource(Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​context//​ 
-| resid   | Int32<​!-- System.Int32 --> ​  ​| ​   |+    * Type:​StreamingContext 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.View --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} SetHandle(IntPtr,​JniHandleOwnership**
-==== SetCameraDistance(Single==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| distance ​  | Single<​!-- System.Single --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetClipChildren(Boolean) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //value// 
-| clipChildren ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+    * Type:IntPtr 
 +    ​* Description:​N/​A
  
-<!-- Android.Views.ViewGroup --> +  * //​transfer//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:​JniHandleOwnership 
-==== SetClipToPadding(Boolean) ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} Clone() **
-| clipToPadding ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetFadingEdgeLength(Int32) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Object 
-| length ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Views.View --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SetFitsSystemWindows(Boolean) ​==== +** {{wiki:​ProtectedMethod.gif|}} JavaFinalize() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| fitSystemWindows ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- Android.Views.View --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== SetGravity(GravityFlags) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| gravity ​  | GravityFlags<​!-- Android.Views.GravityFlags --> ​  ​| ​   ​|+** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-<!-- Android.Widget.RelativeLayout --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== SetHorizontalGravity(GravityFlags) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Object 
-| horizontalGravity ​  | GravityFlags<​!-- Android.Views.GravityFlags --> ​  ​| ​   |+  Description:N/A
  
-<!-- Android.Widget.RelativeLayout --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== SetIgnoreGravity(Int32) ​==== +==== Public Properties ​==== 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} GlobeExtent **
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //Gets or sets the globe extent.// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| viewId ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+  * //N/A// 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
  
-<!-- Android.Widget.RelativeLayout --> +** {{wiki:​PublicProperty.gif|}} IsGlobeButtonVisiable **
-[[#Public Methods|Go Back]] +
-==== SetLayerType(LayerType,​ Paint) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //Gets or sets a value indicating whether this instance is globe button visiable.//​ 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| layerType ​  | LayerType<​!-- Android.Views.LayerType --> ​  ​| ​   | +  * //N/A// 
-| paint   | Paint<​!-- Android.Graphics.Paint --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} CurrentMap **
-[[#Public Methods|Go Back]] +
-==== SetMinimumHeight(Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| minHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+  * //N/A// 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsEnabled **
-[[#Public Methods|Go Back]] +
-==== SetMinimumWidth(Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| minWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Gravity **
-[[#Public Methods|Go Back]] +
-==== SetOnClickListener(View+IOnClickListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   | View+IOnClickListener<​!-- Android.Views.View+IOnClickListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​GravityFlags
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} AlwaysDrawnWithCacheEnabled **
-[[#Public Methods|Go Back]] +
-==== SetOnCreateContextMenuListener(View+IOnCreateContextMenuListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   | View+IOnCreateContextMenuListener<​!-- Android.Views.View+IOnCreateContextMenuListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} AnimationCacheEnabled **
-[[#Public Methods|Go Back]] +
-==== SetOnDragListener(View+IOnDragListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   | View+IOnDragListener<​!-- Android.Views.View+IOnDragListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ChildCount **
-[[#Public Methods|Go Back]] +
-==== SetOnGenericMotionListener(View+IOnGenericMotionListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   | View+IOnGenericMotionListener<​!-- Android.Views.View+IOnGenericMotionListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ClipChildren **
-[[#Public Methods|Go Back]] +
-==== SetOnHierarchyChangeListener(ViewGroup+IOnHierarchyChangeListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| listener ​  | ViewGroup+IOnHierarchyChangeListener<​!-- Android.Views.ViewGroup+IOnHierarchyChangeListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} ClipToPadding **
-[[#Public Methods|Go Back]] +
-==== SetOnHoverListener(View+IOnHoverListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   | View+IOnHoverListener<​!-- Android.Views.View+IOnHoverListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} DescendantFocusability **
-[[#Public Methods|Go Back]] +
-==== SetOnKeyListener(View+IOnKeyListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   | View+IOnKeyListener<​!-- Android.Views.View+IOnKeyListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​DescendantFocusability
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} FocusedChild **
-[[#Public Methods|Go Back]] +
-==== SetOnLongClickListener(View+IOnLongClickListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   ​| ​View+IOnLongClickListener<​!-- Android.Views.View+IOnLongClickListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:View
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} LayoutAnimation **
-[[#Public Methods|Go Back]] +
-==== SetOnSystemUiVisibilityChangeListener(View+IOnSystemUiVisibilityChangeListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   | View+IOnSystemUiVisibilityChangeListener<​!-- Android.Views.View+IOnSystemUiVisibilityChangeListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​LayoutAnimationController
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} LayoutAnimationListener **
-[[#Public Methods|Go Back]] +
-==== SetOnTouchListener(View+IOnTouchListener) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| l   | View+IOnTouchListener<​!-- Android.Views.View+IOnTouchListener --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​IAnimationListener
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} LayoutMode **
-[[#Public Methods|Go Back]] +
-==== SetPadding(Int32,​ Int32, Int32, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| left   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| top   | Int32<​!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| right   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​Type:​ViewLayoutMode
-| bottom ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} LayoutTransition **
-[[#Public Methods|Go Back]] +
-==== SetScrollContainer(Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| isScrollContainer ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​LayoutTransition
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} MotionEventSplittingEnabled **
-[[#Public Methods|Go Back]] +
-==== SetTag(Int32,​ Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| key   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| tag   | Object<​!-- Java.Lang.Object --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} NestedScrollAxes **
-[[#Public Methods|Go Back]] +
-==== SetVerticalGravity(GravityFlags) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| verticalGravity ​  | GravityFlags<​!-- Android.Views.GravityFlags --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:ScrollAxis
  
-<!-- Android.Widget.RelativeLayout --> +** {{wiki:​PublicProperty.gif|}} PersistentDrawingCache **
-[[#Public Methods|Go Back]] +
-==== SetWillNotCacheDrawing(Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| willNotCacheDrawing ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​PersistentDrawingCaches
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TouchscreenBlocksFocus **
-[[#Public Methods|Go Back]] +
-==== SetWillNotDraw(Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| willNotDraw ​  ​| ​Boolean<!-- System.Boolean --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TransitionGroup **
-[[#Public Methods|Go Back]] +
-==== SetX(Single) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| x   | Single<​!-- System.Single --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} AccessibilityLiveRegion **
-[[#Public Methods|Go Back]] +
-==== SetY(Single) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| y   | Single<​!-- System.Single --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​AccessibilityLiveRegion
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} AccessibilityNodeProvider **
-[[#Public Methods|Go Back]] +
-==== ShouldDelayChildPressedState() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:​AccessibilityNodeProvider
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} AccessibilityTraversalAfter **
-[[#Public Methods|Go Back]] +
-==== ShowContextMenu() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} AccessibilityTraversalBefore **
-[[#Public Methods|Go Back]] +
-==== ShowContextMenuForChild(View) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| originalView ​  | View<!-- Android.Views.View --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} Activated **
-[[#Public Methods|Go Back]] +
-==== StartActionMode(ActionMode+ICallback) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| ActionMode<​!-- Android.Views.ActionMode --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| callback ​  | ActionMode+ICallback<​!-- Android.Views.ActionMode+ICallback --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Alpha **
-[[#Public Methods|Go Back]] +
-==== StartActionModeForChild(View,​ ActionMode+ICallback) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| ActionMode<​!-- Android.Views.ActionMode --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| originalView ​  | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| callback ​  | ActionMode+ICallback<​!-- Android.Views.ActionMode+ICallback --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Single
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} Animation ​**
-[[#Public Methods|Go Back]] +
-==== StartAnimation(Animation) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| animation ​  ​| ​Animation<!-- Android.Views.Animations.Animation --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Animation
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ApplicationWindowToken **
-[[#Public Methods|Go Back]] +
-==== StartDrag(ClipData,​ View+DragShadowBuilder,​ Object, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| data   | ClipData<​!-- Android.Content.ClipData --> ​  ​| ​   | +  * //N/A// 
-| shadowBuilder ​  | View+DragShadowBuilder<​!-- Android.Views.View+DragShadowBuilder --> ​  ​| ​   | +== Return Value == 
-| myLocalState ​  | Object<​!-- Java.Lang.Object --> ​  ​| ​   | +  ​Type:IBinder
-| flags   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Background **
-[[#Public Methods|Go Back]] +
-==== StartLayoutAnimation() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Drawable
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} BackgroundTintList **
-[[#Public Methods|Go Back]] +
-==== StartViewTransition(View) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| view   | View<!-- Android.Views.View --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​ColorStateList
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} BackgroundTintMode **
-[[#Public Methods|Go Back]] +
-==== ToArray() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| T[]<​!-- T[[]] --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Mode
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} Baseline **
-[[#Public Methods|Go Back]] +
-==== ToString() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- System.Object(overriden) --> +** {{wiki:​PublicProperty.gif|}} Bottom **
-[[#Public Methods|Go Back]] +
-==== UnscheduleDrawable(Drawable,​ Action) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   | +  * //N/A// 
-| what   | Action<​!-- System.Action --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} CameraDistance **
-[[#Public Methods|Go Back]] +
-==== UnscheduleDrawable(Drawable,​ IRunnable) ==== +
-=== 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 --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Single
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Clickable **
-[[#Public Methods|Go Back]] +
-==== UnscheduleDrawable(Drawable) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ClipBounds **
-[[#Public Methods|Go Back]] +
-==== UpdateViewLayout(View,​ ViewGroup+LayoutParams) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| view   | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Rect
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} ClipToOutline **
-[[#Public Methods|Go Back]] +
-==== Wait(Int64) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| millis ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} ContentDescriptionFormatted **
-[[#Public Methods|Go Back]] +
-==== Wait() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:​ICharSequence
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} ContentDescription **
-[[#Public Methods|Go Back]] +
-==== Wait(Int64, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| millis ​  | Int64<​!-- System.Int64 --> ​  ​| ​   | +  * //N/A// 
-| nanos   | Int32<​!-- System.Int32 --> ​  ​| ​   |+== Return Value == 
 +  ​Type:String
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} Context **
-[[#Public Methods|Go Back]] +
-==== WillNotCacheDrawing() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Context
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Display **
-[[#Public Methods|Go Back]] +
-==== WillNotDraw() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Display
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} DrawingCache **
-[[#Public Methods|Go Back]] +
-===== Protected Methods ===== +
-==== AddViewInLayout(View,​ Int32, ViewGroup+LayoutParams,​ Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   | +  ​Type:Bitmap
-| preventRequestLayout ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} DrawingCacheBackgroundColor **
-[[#​Protected Methods|Go Back]] +
-==== AddViewInLayout(View,​ Int32, ViewGroup+LayoutParams) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+  ​Type:Color
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} DrawingCacheEnabled **
-[[#​Protected Methods|Go Back]] +
-==== AttachLayoutAnimationParameters(View,​ ViewGroup+LayoutParams,​ Int32, Int32) ==== +
-=== 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 --> ​  ​| ​   | +== Return Value == 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​Type:Boolean
-| count   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} DrawingCacheQuality **
-[[#​Protected Methods|Go Back]] +
-==== AttachViewToParent(View,​ Int32, ViewGroup+LayoutParams) ==== +
-=== 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 --> ​  ​| ​   | +== Return Value == 
-| params ​  | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+  ​Type:​DrawingCacheQuality
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} DrawingTime **
-[[#​Protected Methods|Go Back]] +
-==== AwakenScrollBars() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Int64
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} DuplicateParentStateEnabled **
-[[#​Protected Methods|Go Back]] +
-==== AwakenScrollBars(Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| startDelay ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Elevation **
-[[#​Protected Methods|Go Back]] +
-==== AwakenScrollBars(Int32,​ Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| startDelay ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| invalidate ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Single
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Enabled **
-[[#​Protected Methods|Go Back]] +
-==== CanAnimate() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} FilterTouchesWhenObscured **
-[[#​Protected Methods|Go Back]] +
-==== CheckLayoutParams(ViewGroup+LayoutParams) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| p   | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} FitsSystemWindows **
-[[#​Protected Methods|Go Back]] +
-==== CleanupLayoutState(View) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} Focusable **
-[[#​Protected Methods|Go Back]] +
-==== Clone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- Java.Lang.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} FocusableInTouchMode **
-[[#​Protected Methods|Go Back]] +
-==== ComputeHorizontalScrollExtent() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Handler **
-[[#​Protected Methods|Go Back]] +
-==== ComputeHorizontalScrollOffset() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Handler
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} HapticFeedbackEnabled **
-[[#​Protected Methods|Go Back]] +
-==== ComputeHorizontalScrollRange() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} HasFocus **
-[[#​Protected Methods|Go Back]] +
-==== ComputeVerticalScrollExtent() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} HasFocusable **
-[[#​Protected Methods|Go Back]] +
-==== ComputeVerticalScrollOffset() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} HasNestedScrollingParent **
-[[#​Protected Methods|Go Back]] +
-==== ComputeVerticalScrollRange() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} HasOnClickListeners **
-[[#​Protected Methods|Go Back]] +
-==== Debug(Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| depth   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} HasOverlappingRendering **
-[[#​Protected Methods|Go Back]] +
-==== DetachAllViewsFromParent() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} HasTransientState **
-[[#​Protected Methods|Go Back]] +
-==== DetachViewFromParent(View) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} HasWindowFocus **
-[[#​Protected Methods|Go Back]] +
-==== DetachViewFromParent(Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| index   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} Height **
-[[#​Protected Methods|Go Back]] +
-==== DetachViewsFromParent(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 --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} HorizontalFadingEdgeEnabled **
-[[#​Protected Methods|Go Back]] +
-==== DispatchDraw(Canvas) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} HorizontalFadingEdgeLength **
-[[#​Protected Methods|Go Back]] +
-==== DispatchFreezeSelfOnly(SparseArray) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} HorizontalScrollBarEnabled **
-[[#​Protected Methods|Go Back]] +
-==== DispatchGenericFocusedEvent(MotionEvent) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Hovered **
-[[#​Protected Methods|Go Back]] +
-==== DispatchGenericPointerEvent(MotionEvent) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Id **
-[[#​Protected Methods|Go Back]] +
-==== DispatchHoverEvent(MotionEvent) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | MotionEvent<​!-- Android.Views.MotionEvent --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ImportantForAccessibility **
-[[#​Protected Methods|Go Back]] +
-==== DispatchRestoreInstanceState(SparseArray) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​ImportantForAccessibility
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsAccessibilityFocused **
-[[#​Protected Methods|Go Back]] +
-==== DispatchSaveInstanceState(SparseArray) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsAttachedToWindow **
-[[#​Protected Methods|Go Back]] +
-==== DispatchSetActivated(Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| activated ​  ​| ​Boolean<!-- System.Boolean --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsDirty **
-[[#​Protected Methods|Go Back]] +
-==== DispatchSetPressed(Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| pressed ​  ​| ​Boolean<!-- System.Boolean --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsFocused **
-[[#​Protected Methods|Go Back]] +
-==== DispatchSetSelected(Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| selected ​  ​| ​Boolean<!-- System.Boolean --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsHardwareAccelerated **
-[[#​Protected Methods|Go Back]] +
-==== DispatchThawSelfOnly(SparseArray) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| container ​  | SparseArray<​!-- Android.Util.SparseArray --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} IsImportantForAccessibility **
-[[#​Protected Methods|Go Back]] +
-==== DispatchVisibilityChanged(View,​ ViewStates) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| changedView ​  | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| visibility ​  | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsInEditMode **
-[[#​Protected Methods|Go Back]] +
-==== Dispose(Boolean) ==== +
-Releases unmanaged and - optionally - managed resources. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| isDisposing ​  ​| ​Boolean<!-- System.Boolean --> ​  | true to release both managed and unmanaged resources; false to release only unmanaged resources. ​  |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Java.Lang.Object(overriden) --> +** {{wiki:​PublicProperty.gif|}} IsInLayout **
-[[#​Protected Methods|Go Back]] +
-==== DrawChild(Canvas,​ View, Int64) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   | +  * //N/A// 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +== Return Value == 
-| drawingTime ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} IsInTouchMode **
-[[#​Protected Methods|Go Back]] +
-==== DrawableStateChanged() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsLaidOut **
-[[#​Protected Methods|Go Back]] +
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- System.Object(overriden) --> +** {{wiki:​PublicProperty.gif|}} IsLayoutDirectionResolved **
-[[#​Protected Methods|Go Back]] +
-==== FitSystemWindows(Rect) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| insets ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsLayoutRequested **
-[[#​Protected Methods|Go Back]] +
-==== GenerateDefaultLayoutParams() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} IsOpaque **
-[[#​Protected Methods|Go Back]] +
-==== GenerateLayoutParams(ViewGroup+LayoutParams) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| p   | ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} IsPaddingRelative **
-[[#​Protected Methods|Go Back]] +
-==== GetChildDrawingOrder(Int32,​ Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| childCount ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| i   | Int32<​!-- System.Int32 --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} IsScrollContainer **
-[[#​Protected Methods|Go Back]] +
-==== GetChildStaticTransformation(View,​ Transformation) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| t   | Transformation<​!-- Android.Views.Animations.Transformation --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} IsShown **
-[[#​Protected Methods|Go Back]] +
-==== InitializeCore(MapView) ==== +
-This method initializes map tool. +
-=== Remarks === +
-When overriding this method, consider adding map tool onto the map.ToolsGrid panel. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| wpfMap ​  | [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  | The WPF map.   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> +** {{wiki:​PublicProperty.gif|}} IsTextAlignmentResolved **
-[[#​Protected Methods|Go Back]] +
-==== InitializeFadingEdge(TypedArray) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| a   | TypedArray<​!-- Android.Content.Res.TypedArray --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} IsTextDirectionResolved **
-[[#​Protected Methods|Go Back]] +
-==== InitializeScrollbars(TypedArray) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| a   | TypedArray<​!-- Android.Content.Res.TypedArray --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} KeepScreenOn **
-[[#​Protected Methods|Go Back]] +
-==== JavaFinalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} KeyDispatcherState **
-[[#​Protected Methods|Go Back]] +
-==== MeasureChild(View,​ Int32, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| parentWidthMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| parentHeightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+  ​Type:​DispatcherState
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} LabelFor **
-[[#​Protected Methods|Go Back]] +
-==== MeasureChildWithMargins(View,​ Int32, Int32, Int32, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| parentWidthMeasureSpec ​  ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| widthUsed ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​Type:Int32
-| parentHeightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| heightUsed ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} LayerType **
-[[#​Protected Methods|Go Back]] +
-==== MeasureChildren(Int32,​ Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| widthMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| heightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+== Return Value == 
 +  ​Type:LayerType
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} LayoutDirection **
-[[#​Protected Methods|Go Back]] +
-==== MemberwiseClone() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:​LayoutDirection
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} LayoutParameters **
-[[#​Protected Methods|Go Back]] +
-==== OnAnimationEnd() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:​LayoutParams
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Left **
-[[#​Protected Methods|Go Back]] +
-==== OnAnimationStart() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} LongClickable **
-[[#​Protected Methods|Go Back]] +
-==== OnAttachedToWindow() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Matrix **
-[[#​Protected Methods|Go Back]] +
-==== OnConfigurationChanged(Configuration) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| newConfig ​  | Configuration<​!-- Android.Content.Res.Configuration --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Matrix
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} MeasuredHeight **
-[[#​Protected Methods|Go Back]] +
-==== OnCreateContextMenu(IContextMenu) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| menu   | IContextMenu<​!-- Android.Views.IContextMenu --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} MeasuredHeightAndState **
-[[#​Protected Methods|Go Back]] +
-==== OnCreateDrawableState(Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32[]<​!-- System.Int32[[]] --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| extraSpace ​  ​| ​Int32<!-- System.Int32 --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} MeasuredState **
-[[#​Protected Methods|Go Back]] +
-==== OnDetachedFromWindow() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} MeasuredWidth **
-[[#​Protected Methods|Go Back]] +
-==== OnDisplayHint(Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| hint   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} MeasuredWidthAndState **
-[[#​Protected Methods|Go Back]] +
-==== OnDraw(Canvas) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} MinimumHeight **
-[[#​Protected Methods|Go Back]] +
-==== OnDrawScrollBars(Canvas) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| canvas ​  | Canvas<​!-- Android.Graphics.Canvas --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} MinimumWidth **
-[[#​Protected Methods|Go Back]] +
-==== OnFinishInflate() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} NestedScrollingEnabled **
-[[#​Protected Methods|Go Back]] +
-==== OnFocusChanged(Boolean,​ FocusSearchDirection,​ Rect) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| gainFocus ​  ​| ​Boolean<!-- System.Boolean --> ​  ​| ​   | +  * //N/A// 
-| direction ​  | FocusSearchDirection<​!-- Android.Views.FocusSearchDirection --> ​  ​| ​   | +== Return Value == 
-| previouslyFocusedRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+  ​Type:Boolean
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} NextFocusDownId **
-[[#​Protected Methods|Go Back]] +
-==== OnLayout(Boolean,​ Int32, Int32, Int32, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| changed ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +  * //N/A// 
-| left   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| top   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​Type:Int32
-| right   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| bottom ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} NextFocusForwardId **
-[[#​Protected Methods|Go Back]] +
-==== OnLayout(Boolean,​ Int32, Int32, Int32, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| changed ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +  * //N/A// 
-| l   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| t   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​Type:Int32
-| r   | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| b   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.ViewGroup(overriden) --> +** {{wiki:​PublicProperty.gif|}} NextFocusLeftId **
-[[#​Protected Methods|Go Back]] +
-==== OnMeasure(Int32,​ Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| widthMeasureSpec ​  ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| heightMeasureSpec ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} NextFocusRightId **
-[[#​Protected Methods|Go Back]] +
-==== OnOverScrolled(Int32,​ Int32, Boolean, Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| scrollX ​  ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| scrollY ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| clampedX ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   | +  ​Type:Int32
-| clampedY ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} NextFocusUpId **
-[[#​Protected Methods|Go Back]] +
-==== OnRequestFocusInDescendants(Int32,​ Rect) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| direction ​  ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| previouslyFocusedRect ​  | Rect<!-- Android.Graphics.Rect --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} OnFocusChangeListener **
-[[#​Protected Methods|Go Back]] +
-==== OnRestoreInstanceState(IParcelable) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| state   | IParcelable<​!-- Android.OS.IParcelable --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​IOnFocusChangeListener
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} OutlineProvider **
-[[#​Protected Methods|Go Back]] +
-==== OnSaveInstanceState() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| IParcelable<​!-- Android.OS.IParcelable --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:​ViewOutlineProvider
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} OverScrollMode **
-[[#​Protected Methods|Go Back]] +
-==== OnScrollChanged(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 --> ​  ​| ​   | +== Return Value == 
-| oldl   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​Type:​OverScrollMode
-| oldt   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Overlay **
-[[#​Protected Methods|Go Back]] +
-==== OnSetAlpha(Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| alpha   | Int32<​!-- System.Int32 --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​ViewOverlay
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} PaddingBottom **
-[[#​Protected Methods|Go Back]] +
-==== OnSizeChanged(Int32,​ Int32, Int32, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| w   ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| h   | Int32<​!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| oldw   | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​Type:Int32
-| oldh   | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} PaddingEnd **
-[[#​Protected Methods|Go Back]] +
-==== OnVisibilityChanged(View,​ ViewStates) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| changedView ​  | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| visibility ​  | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} PaddingLeft **
-[[#​Protected Methods|Go Back]] +
-==== OnWindowVisibilityChanged(ViewStates) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| visibility ​  | ViewStates<​!-- Android.Views.ViewStates --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} PaddingRight **
-[[#​Protected Methods|Go Back]] +
-==== OverScrollBy(Int32,​ Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| deltaX ​  ​| ​Int32<!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| deltaY ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +== Return Value == 
-| scrollX ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  ​Type: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 --> +** {{wiki:​PublicProperty.gif|}} PaddingStart **
-[[#​Protected Methods|Go Back]] +
-==== RemoveDetachedView(View,​ Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| child   | View<!-- Android.Views.View --> ​  ​| ​   | +  * //N/A// 
-| animate ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} PaddingTop **
-[[#​Protected Methods|Go Back]] +
-==== ResetResolvedLayoutDirection() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:Int32
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} Parent **
-[[#​Protected Methods|Go Back]] +
-==== ResetResolvedTextDirection() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:​IViewParent
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} ParentForAccessibility **
-[[#​Protected Methods|Go Back]] +
-==== SetChildrenDrawingCacheEnabled(Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| enabled ​  | Boolean<​!-- System.Boolean --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​IViewParent
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} PivotX **
-[[#​Protected Methods|Go Back]] +
-==== SetHandle(IntPtr,​ JniHandleOwnership) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| value   | IntPtr<​!-- System.IntPtr --> ​  ​| ​   | +  * //N/A// 
-| transfer ​  | JniHandleOwnership<​!-- Android.Runtime.JniHandleOwnership --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Single
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} PivotY **
-[[#​Protected Methods|Go Back]] +
-==== SetMeasuredDimension(Int32,​ Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| measuredWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +  * //N/A// 
-| measuredHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+== Return Value == 
 +  ​Type:Single
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Pressed **
-[[#​Protected Methods|Go Back]] +
-==== SetStaticTransformationsEnabled(Boolean) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| enabled ​  ​| ​Boolean<!-- System.Boolean --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Boolean
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} Resources **
-[[#​Protected Methods|Go Back]] +
-==== VerifyDrawable(Drawable) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| who   | Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Resources
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Right **
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== Activated ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Alpha ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} RootView **
-[[#Public Properties|Go Back]] +
-==== AlwaysDrawnWithCacheEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Animation ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:View
-| Animation<​!-- Android.Views.Animations.Animation --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Rotation **
-[[#Public Properties|Go Back]] +
-==== AnimationCacheEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ApplicationWindowToken ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| IBinder<​!-- Android.OS.IBinder --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} RotationX **
-[[#Public Properties|Go Back]] +
-==== Background ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Drawable<​!-- Android.Graphics.Drawables.Drawable --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Baseline ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} RotationY **
-[[#Public Properties|Go Back]] +
-==== Bottom ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ChildCount ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} SaveEnabled **
-[[#Public Properties|Go Back]] +
-==== Class ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Class<​!-- Java.Lang.Class --> ​  |+
  
-<!-- Java.Lang.Object --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Clickable ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} SaveFromParentEnabled **
-[[#Public Properties|Go Back]] +
-==== ContentDescription ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ContentDescriptionFormatted ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| ICharSequence<​!-- Java.Lang.ICharSequence --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScaleX **
-[[#Public Properties|Go Back]] +
-==== Context ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Context<​!-- Android.Content.Context --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== CurrentMap ==== +  * //N/A// 
-Gets or sets current map that the mapTool will be drawn on +== Return Value == 
-=== Return Value === +  ​* ​Type:Single
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]<​!-- ThinkGeo.MapSuite.AndroidEdition.MapView --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> +** {{wiki:​PublicProperty.gif|}} ScaleY **
-[[#Public Properties|Go Back]] +
-==== DescendantFocusability ==== +
-=== Return Value === +
-^ Return Type ^ +
-| DescendantFocusability<​!-- Android.Views.DescendantFocusability --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingCache ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Bitmap<​!-- Android.Graphics.Bitmap --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollBarDefaultDelayBeforeFade **
-[[#Public Properties|Go Back]] +
-==== DrawingCacheBackgroundColor ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Color<​!-- Android.Graphics.Color --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingCacheEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollBarFadeDuration **
-[[#Public Properties|Go Back]] +
-==== DrawingCacheQuality ==== +
-=== Return Value === +
-^ Return Type ^ +
-| DrawingCacheQuality<​!-- Android.Views.DrawingCacheQuality --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingTime ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollBarSize **
-[[#Public Properties|Go Back]] +
-==== DuplicateParentStateEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Enabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollBarStyle **
-[[#Public Properties|Go Back]] +
-==== FilterTouchesWhenObscured ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Focusable ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ScrollbarStyles
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ScrollX **
-[[#Public Properties|Go Back]] +
-==== FocusableInTouchMode ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== FocusedChild ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| View<!-- Android.Views.View --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} ScrollY **
-[[#Public Properties|Go Back]] +
-==== GlobeExtent ==== +
-Gets or sets the globe extent. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Handle ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| IntPtr<​!-- System.IntPtr --> ​  |+
  
-<!-- Java.Lang.Object --> +** {{wiki:​PublicProperty.gif|}} ScrollbarFadingEnabled **
-[[#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|}} Selected **
-[[#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:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} SolidColor **
-[[#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:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} SoundEffectsEnabled **
-[[#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:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} StateListAnimator **
-[[#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:​StateListAnimator
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} SystemUiVisibility **
-[[#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:​StatusBarVisibility
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Tag **
-[[#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:Object
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.MapTool --> +** {{wiki:​PublicProperty.gif|}} TextAlignment **
-[[#Public Properties|Go Back]] +
-==== IsFocused ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsGlobeButtonVisiable ==== +  * //N/A// 
-Gets or sets a value indicating whether this instance is globe button visiable. +== Return Value == 
-=== Return Value === +  ​* ​Type:​TextAlignment
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.AndroidEdition.ZoomMapTool --> +** {{wiki:​PublicProperty.gif|}} TextDirection **
-[[#Public Properties|Go Back]] +
-==== IsHardwareAccelerated ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsInEditMode ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​TextDirection
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Top **
-[[#Public Properties|Go Back]] +
-==== IsInTouchMode ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsLayoutRequested ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TouchDelegate **
-[[#Public Properties|Go Back]] +
-==== IsOpaque ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsShown ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​TouchDelegate
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Touchables **
-[[#Public Properties|Go Back]] +
-==== KeepScreenOn ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== KeyDispatcherState ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IList<View>
-| KeyEvent+DispatcherState<!-- Android.Views.KeyEvent+DispatcherState --  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TransitionName **
-[[#Public Properties|Go Back]] +
-==== LayerType ==== +
-=== Return Value === +
-^ Return Type ^ +
-| LayerType<​!-- Android.Views.LayerType --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LayoutAnimation ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| LayoutAnimationController<​!-- Android.Views.Animations.LayoutAnimationController --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} TranslationX **
-[[#Public Properties|Go Back]] +
-==== LayoutAnimationListener ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Animation+IAnimationListener<​!-- Android.Views.Animations.Animation+IAnimationListener --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LayoutParameters ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| ViewGroup+LayoutParams<​!-- Android.Views.ViewGroup+LayoutParams --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TranslationY **
-[[#Public Properties|Go Back]] +
-==== LayoutTransition ==== +
-=== Return Value === +
-^ Return Type ^ +
-| LayoutTransition<​!-- Android.Animation.LayoutTransition --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Left ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} TranslationZ **
-[[#Public Properties|Go Back]] +
-==== LongClickable ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Matrix ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Matrix<​!-- Android.Graphics.Matrix --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalFadingEdgeEnabled **
-[[#Public Properties|Go Back]] +
-==== MeasuredHeight ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MeasuredHeightAndState ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalFadingEdgeLength **
-[[#Public Properties|Go Back]] +
-==== MeasuredState ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MeasuredWidth ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalScrollBarEnabled **
-[[#Public Properties|Go Back]] +
-==== MeasuredWidthAndState ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== MotionEventSplittingEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +** {{wiki:​PublicProperty.gif|}} VerticalScrollbarPosition **
-[[#Public Properties|Go Back]] +
-==== NextFocusDownId ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== NextFocusForwardId ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ScrollbarPosition
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} VerticalScrollbarWidth **
-[[#Public Properties|Go Back]] +
-==== NextFocusLeftId ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== NextFocusRightId ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ViewTreeObserver **
-[[#Public Properties|Go Back]] +
-==== NextFocusUpId ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== OnFocusChangeListener ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ViewTreeObserver
-| View+IOnFocusChangeListener<​!-- Android.Views.View+IOnFocusChangeListener --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Visibility **
-[[#Public Properties|Go Back]] +
-==== OverScrollMode ==== +
-=== Return Value === +
-^ Return Type ^ +
-| OverScrollMode<​!-- Android.Views.OverScrollMode --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PaddingBottom ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:ViewStates
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Width **
-[[#Public Properties|Go Back]] +
-==== PaddingLeft ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PaddingRight ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} WindowId **
-[[#Public Properties|Go Back]] +
-==== PaddingTop ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Parent ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:WindowId
-| IViewParent<​!-- Android.Views.IViewParent --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} WindowSystemUiVisibility **
-[[#Public Properties|Go Back]] +
-==== PersistentDrawingCache ==== +
-=== Return Value === +
-^ Return Type ^ +
-| PersistentDrawingCaches<​!-- Android.Views.PersistentDrawingCaches --> ​  |+
  
-<!-- Android.Views.ViewGroup --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PivotX ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​SystemUiFlags
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} WindowToken **
-[[#Public Properties|Go Back]] +
-==== PivotY ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Pressed ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IBinder
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} WindowVisibility **
-[[#Public Properties|Go Back]] +
-==== Resources ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Resources<​!-- Android.Content.Res.Resources --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Right ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:ViewStates
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} ApplyWindowInsets **
-[[#Public Properties|Go Back]] +
-==== RootView ==== +
-=== Return Value === +
-^ Return Type ^ +
-| View<!-- Android.Views.View --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Rotation ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​ApplyWindowInsetsHandler
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Handle **
-[[#Public Properties|Go Back]] +
-==== RotationX ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== RotationY ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IntPtr
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​PublicProperty.gif|}} Class **
-[[#Public Properties|Go Back]] +
-==== SaveEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SaveFromParentEnabled ==== +  * //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 **
-==== ScaleX ​==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ScaleY ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:IntPtr
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} ThresholdType **
-[[#Public Properties|Go Back]] +
-==== ScrollBarStyle ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ScrollbarStyles<​!-- Android.Views.ScrollbarStyles --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ScrollX ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  * Type:Type
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} ChildrenDrawingOrderEnabled **
-[[#Public Properties|Go Back]] +
-==== ScrollY ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ScrollbarFadingEnabled ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-Boolean<!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} ChildrenDrawnWithCacheEnabled **
-[[#Public Properties|Go Back]] +
-==== Selected ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SolidColor ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} BottomFadingEdgeStrength **
-[[#Public Properties|Go Back]] +
-==== SoundEffectsEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== SystemUiVisibility ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| StatusBarVisibility<​!-- Android.Views.StatusBarVisibility --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} BottomPaddingOffset **
-[[#Public Properties|Go Back]] +
-==== Tag ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Object<​!-- Java.Lang.Object --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Top ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-Int32<!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} ContextMenuInfo **
-[[#Public Properties|Go Back]] +
-==== TouchDelegate ==== +
-=== Return Value === +
-^ Return Type ^ +
-| TouchDelegate<​!-- Android.Views.TouchDelegate --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Touchables ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:​IContextMenuContextMenuInfo
-| IList<​View><​!-- System.Collections.Generic.IList{Android.Views.View} --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} HorizontalScrollbarHeight **
-[[#Public Properties|Go Back]] +
-==== TranslationX ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TranslationY ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} IsPaddingOffsetRequired **
-[[#Public Properties|Go Back]] +
-==== VerticalFadingEdgeEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== VerticalFadingEdgeLength ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} LeftFadingEdgeStrength **
-[[#Public Properties|Go Back]] +
-==== VerticalScrollBarEnabled ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== VerticalScrollbarPosition ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| ScrollbarPosition<​!-- Android.Views.ScrollbarPosition --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} LeftPaddingOffset **
-[[#Public Properties|Go Back]] +
-==== VerticalScrollbarWidth ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ViewTreeObserver ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| ViewTreeObserver<​!-- Android.Views.ViewTreeObserver --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} RightFadingEdgeStrength **
-[[#Public Properties|Go Back]] +
-==== Visibility ==== +
-=== Return Value === +
-^ Return Type ^ +
-| ViewStates<​!-- Android.Views.ViewStates --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Width ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} RightPaddingOffset **
-[[#Public Properties|Go Back]] +
-==== WindowToken ==== +
-=== Return Value === +
-^ Return Type ^ +
-| IBinder<​!-- Android.OS.IBinder --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== WindowVisibility ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| ViewStates<​!-- Android.Views.ViewStates --> ​  |+
  
-<!-- Android.Views.View --> +** {{wiki:​ProtectedProperty.gif|}} SuggestedMinimumHeight **
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== BottomFadingEdgeStrength ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- Android.Views.View --> +  * //N/A// 
-[[#​Protected Properties|Go Back]] +== Remarks == 
-==== BottomPaddingOffset ​==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-Return Type ^ +  * Type:​Int32 
-| Int32<!-- System.Int32 --> ​  |+ 
 +** {{wiki:​ProtectedProperty.gif|}} SuggestedMinimumWidth ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== 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.zoommaptool.1440040127.txt.gz · Last modified: 2015/09/22 23:59 (external edit)