User Tools

Site Tools


thinkgeo.mapsuite.androidedition.maptool

Differences

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

Link to this comparison view

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