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

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.androidedition.maptool [2015/09/21 10:30]
admin
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}}
 +
 This class represents the base class of map controls. This class represents the base class of map controls.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 15: Line 18:
 ** {{wiki:​ProtectedMethod.gif|}} MapTool(Context) ** ** {{wiki:​ProtectedMethod.gif|}} MapTool(Context) **
  
-Initializes a new instance of the  class.+  * //Initializes a new instance of the  class.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //context//   * //context//
Line 27: Line 30:
 ** {{wiki:​PublicMethod.gif|}} Initialize(MapView) ** ** {{wiki:​PublicMethod.gif|}} Initialize(MapView) **
  
-This method initializes map tool.+  * //This method initializes map tool.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 43: Line 46:
 ** {{wiki:​PublicMethod.gif|}} SetGravity(GravityFlags) ** ** {{wiki:​PublicMethod.gif|}} SetGravity(GravityFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 59: Line 62:
 ** {{wiki:​PublicMethod.gif|}} SetHorizontalGravity(GravityFlags) ** ** {{wiki:​PublicMethod.gif|}} SetHorizontalGravity(GravityFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 75: Line 78:
 ** {{wiki:​PublicMethod.gif|}} SetIgnoreGravity(Int32) ** ** {{wiki:​PublicMethod.gif|}} SetIgnoreGravity(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 91: Line 94:
 ** {{wiki:​PublicMethod.gif|}} SetVerticalGravity(GravityFlags) ** ** {{wiki:​PublicMethod.gif|}} SetVerticalGravity(GravityFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 102: Line 105:
   * //​verticalGravity//​   * //​verticalGravity//​
     * Type:​GravityFlags     * 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     * Description:​N/​A
  
Line 107: Line 306:
 ** {{wiki:​PublicMethod.gif|}} ScheduleLayoutAnimation() ** ** {{wiki:​PublicMethod.gif|}} ScheduleLayoutAnimation() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 119: Line 318:
 ** {{wiki:​PublicMethod.gif|}} SetAddStatesFromChildren(Boolean) ** ** {{wiki:​PublicMethod.gif|}} SetAddStatesFromChildren(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 135: Line 334:
 ** {{wiki:​PublicMethod.gif|}} SetClipChildren(Boolean) ** ** {{wiki:​PublicMethod.gif|}} SetClipChildren(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 151: Line 350:
 ** {{wiki:​PublicMethod.gif|}} SetClipToPadding(Boolean) ** ** {{wiki:​PublicMethod.gif|}} SetClipToPadding(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 167: Line 366:
 ** {{wiki:​PublicMethod.gif|}} SetOnHierarchyChangeListener(IOnHierarchyChangeListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnHierarchyChangeListener(IOnHierarchyChangeListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 183: Line 382:
 ** {{wiki:​PublicMethod.gif|}} ShouldDelayChildPressedState() ** ** {{wiki:​PublicMethod.gif|}} ShouldDelayChildPressedState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 195: Line 394:
 ** {{wiki:​PublicMethod.gif|}} ShowContextMenuForChild(View) ** ** {{wiki:​PublicMethod.gif|}} ShowContextMenuForChild(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 211: Line 410:
 ** {{wiki:​PublicMethod.gif|}} StartActionModeForChild(View,​ICallback) ** ** {{wiki:​PublicMethod.gif|}} StartActionModeForChild(View,​ICallback) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 231: Line 430:
 ** {{wiki:​PublicMethod.gif|}} StartLayoutAnimation() ** ** {{wiki:​PublicMethod.gif|}} StartLayoutAnimation() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 243: Line 442:
 ** {{wiki:​PublicMethod.gif|}} StartViewTransition(View) ** ** {{wiki:​PublicMethod.gif|}} StartViewTransition(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 259: Line 458:
 ** {{wiki:​PublicMethod.gif|}} UpdateViewLayout(View,​LayoutParams) ** ** {{wiki:​PublicMethod.gif|}} UpdateViewLayout(View,​LayoutParams) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 274: Line 473:
   * //params//   * //params//
     * Type:​LayoutParams     * 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     * Description:​N/​A
  
Line 279: Line 546:
 ** {{wiki:​PublicMethod.gif|}} GetChildVisibleRect(View,​Rect,​Point) ** ** {{wiki:​PublicMethod.gif|}} GetChildVisibleRect(View,​Rect,​Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 303: Line 570:
 ** {{wiki:​PublicMethod.gif|}} IndexOfChild(View) ** ** {{wiki:​PublicMethod.gif|}} IndexOfChild(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 319: Line 586:
 ** {{wiki:​PublicMethod.gif|}} InvalidateChild(View,​Rect) ** ** {{wiki:​PublicMethod.gif|}} InvalidateChild(View,​Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 339: Line 606:
 ** {{wiki:​PublicMethod.gif|}} InvalidateChildInParent(Int32[],​Rect) ** ** {{wiki:​PublicMethod.gif|}} InvalidateChildInParent(Int32[],​Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 359: Line 626:
 ** {{wiki:​PublicMethod.gif|}} Layout(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} Layout(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 387: Line 654:
 ** {{wiki:​PublicMethod.gif|}} NotifySubtreeAccessibilityStateChanged(View,​View,​ContentChangeTypes) ** ** {{wiki:​PublicMethod.gif|}} NotifySubtreeAccessibilityStateChanged(View,​View,​ContentChangeTypes) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 411: Line 678:
 ** {{wiki:​PublicMethod.gif|}} OffsetDescendantRectToMyCoords(View,​Rect) ** ** {{wiki:​PublicMethod.gif|}} OffsetDescendantRectToMyCoords(View,​Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 431: Line 698:
 ** {{wiki:​PublicMethod.gif|}} OffsetRectIntoDescendantCoords(View,​Rect) ** ** {{wiki:​PublicMethod.gif|}} OffsetRectIntoDescendantCoords(View,​Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 451: Line 718:
 ** {{wiki:​PublicMethod.gif|}} OnInterceptHoverEvent(MotionEvent) ** ** {{wiki:​PublicMethod.gif|}} OnInterceptHoverEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 467: Line 734:
 ** {{wiki:​PublicMethod.gif|}} OnInterceptTouchEvent(MotionEvent) ** ** {{wiki:​PublicMethod.gif|}} OnInterceptTouchEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 481: Line 748:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OnRequestSendAccessibilityEvent(View,AccessibilityEvent) **+** {{wiki:​PublicMethod.gif|}} ​OnNestedFling(View,Single,​Single,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 492: Line 759:
  
 == Parameters == == Parameters ==
-  * //child//+  * //target//
     * Type:View     * Type:View
     * Description:​N/​A     * Description:​N/​A
  
-  * //e//ย +  * //velocityX//ย 
-    * Type:AccessibilityEvent+    * Type:Single
     * Description:​N/​A     * Description:​N/​A
  
-<div newline><​/div>ย +  * //​velocityY/​/ย 
-** {{wiki:PublicMethod.gif|}} RecomputeViewAttributes(View) **+    Type:Singleย 
 +    ​Description:​N/​A
  
-N/Aย +  ​* //consumed//ย 
-== Remarks ==ย +    * Type:Boolean
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //child//ย +
-    * Type:View+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RemoveAllViews() **+** {{wiki:​PublicMethod.gif|}} ​OnNestedPreFling(View,​Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-<div newline><​/div>ย +  * //target//ย 
-** {{wiki:PublicMethod.gif|}} RemoveAllViewsInLayout() **+    Type:Viewย 
 +    ​Description:​N/​A
  
-N/Aย +  * //​velocityX/​/ย 
-== Remarks ==ย +    * Type:Singleย 
-N/A+    * Description:​N/A
  
-== Return Value ==ย +  * //​velocityY//​ย 
-  * Type:Voidย +    * Type:Singleย 
-  * Description:​N/​A+    * Description:​N/​A
  
-== Parameters == 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RemoveView(View) **+** {{wiki:​PublicMethod.gif|}} ​OnNestedPrePerformAccessibilityAction(View,​Action,​Bundle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //view//+  * //target//
     * Type:View     * Type:View
     * Description:​N/​A     * Description:​N/​A
  
-<div newline><​/div>ย +  * //action//ย 
-** {{wiki:PublicMethod.gif|}} RemoveViewAt(Int32) **+    Type:Actionย 
 +    ​Description:​N/​A
  
-N/Aย +  ​* //args//ย 
-== Remarks ==ย +    * Type:Bundle
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //index//ย +
-    * Type:Int32+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RemoveViewInLayout(View) **+** {{wiki:​PublicMethod.gif|}} ​OnNestedPreScroll(View,​Int32,​Int32,​Int32[]) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 584: Line 835:
  
 == Parameters == == Parameters ==
-  * //view//+  * //target//
     * Type:View     * Type:View
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //dx//
-** {{wiki:​PublicMethod.gif|}} RemoveViews(Int32,​Int32) **ย +
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //start//+
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-  * //count//+  * //dy//
     * Type:Int32     * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​consumed//​
 +    * Type:​Int32[]
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RemoveViewsInLayout(Int32,​Int32) **+** {{wiki:​PublicMethod.gif|}} ​OnNestedScroll(View,​Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 620: Line 863:
  
 == Parameters == == Parameters ==
-  * //start//+  * //target//ย 
 +    * Type:Viewย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //​dxConsumed//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-  * //count//+  * //dyConsumed//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //dxUnconsumed//ย 
-** {{wiki:​PublicMethod.gif|}} RequestChildFocus(View,​View) **ย +    * Type:Int32
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //child//ย +
-    * Type:View+
     * Description:​N/​A     * Description:​N/​A
  
-  * //focused//ย +  * //dyUnconsumed//ย 
-    * Type:View+    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestChildRectangleOnScreen(View,Rect,Boolean) **+** {{wiki:​PublicMethod.gif|}} ​OnNestedScrollAccepted(View,View,ScrollAxis) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
Line 664: Line 899:
     * Description:​N/​A     * Description:​N/​A
  
-  * //rectangle//ย +  * //target//ย 
-    * Type:Rect+    * Type:View
     * Description:​N/​A     * Description:​N/​A
  
-  * //immediate//ย +  * //axes//ย 
-    * Type:Boolean+    * Type:ScrollAxis
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDisallowInterceptTouchEvent(Boolean) **+** {{wiki:​PublicMethod.gif|}} ​OnRequestSendAccessibilityEvent(View,​AccessibilityEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/Aย +  ​* //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 == == Return Value ==
Line 709: Line 928:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestTransparentRegion(View) **+** {{wiki:​PublicMethod.gif|}} ​OnStartNestedScroll(View,​View,​ScrollAxis) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
Line 724: Line 943:
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //target//
-** {{wiki:​PublicMethod.gif|}} AddView(View,​Int32,​LayoutParams) **ย +
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //child//+
     * Type:View     * Type:View
     * Description:​N/​A     * Description:​N/​A
  
-  * //index//ย +  * //nestedScrollAxes//ย 
-    * Type:Int32ย +    * Type:ScrollAxis
-    * Description:​N/​Aย +
-ย +
-  * //​params//​ย +
-    * Type:​LayoutParams+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddView(View,​Int32,​Int32) **+** {{wiki:​PublicMethod.gif|}} ​OnStopNestedScroll(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 762: Line 965:
   * //child//   * //child//
     * Type:View     * Type:View
-    * Description:​N/​A 
- 
-  * //width// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //height// 
-    * Type:Int32 
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​BringChildToFront(View) **+** {{wiki:​PublicMethod.gif|}} ​RecomputeViewAttributes(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 789: Line 984:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ChildDrawableStateChanged(View) **+** {{wiki:​PublicMethod.gif|}} ​RemoveAllViews() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 800: Line 995:
  
 == Parameters == == Parameters ==
-  * //child// 
-    * Type:View 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ChildHasTransientStateChanged(View,​Boolean) **+** {{wiki:​PublicMethod.gif|}} ​AddStatesFromChildren() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //child// 
-    * Type:View 
-    * Description:​N/​A 
- 
-  * //​childHasTransientState//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ClearChildFocus(View) **+** {{wiki:​PublicMethod.gif|}} ​AddView(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 841: Line 1024:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ClearDisappearingChildren() **+** {{wiki:​PublicMethod.gif|}} ​AddView(View,​LayoutParams) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 852: Line 1035:
  
 == Parameters == == Parameters ==
-<div newline></​div>​ย +  ​* //child//ย 
-** {{wiki:​PublicMethod.gif|}} DispatchSetActivated(Boolean) **ย +    * Type:View
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //activated//ย +
-    * Type:Boolean+
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //params//ย 
-** {{wiki:​PublicMethod.gif|}} DispatchSetSelected(Boolean) **ย +    * Type:LayoutParams
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //selected//ย +
-    * Type:Boolean+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​EndViewTransition(View) **+** {{wiki:​PublicMethod.gif|}} ​AddView(View,Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 896: Line 1055:
  
 == Parameters == == Parameters ==
-  * //view//+  * //child//
     * Type:View     * Type:View
 +    * Description:​N/​A
 +
 +  * //index//
 +    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​FocusableViewAvailable(View) **+** {{wiki:​PublicMethod.gif|}} ​AddView(View,​Int32,​LayoutParams) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 912: Line 1075:
  
 == Parameters == == Parameters ==
-  * //v//+  * //child//
     * Type:View     * Type:View
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //index//ย 
-** {{wiki:​PublicMethod.gif|}} FocusSearch(View,​FocusSearchDirection) **ย +    * Type:Int32
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Viewย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //focused//ย +
-    * Type:View+
     * Description:​N/​A     * Description:​N/​A
  
-  * //direction//ย +  * //params//ย 
-    * Type:FocusSearchDirection+    * Type:LayoutParams
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​GatherTransparentRegion(Region) **+** {{wiki:​PublicMethod.gif|}} ​AddView(View,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //region//ย +  * //child//ย 
-    * Type:Region+    * Type:View
     * Description:​N/​A     * Description:​N/​A
  
-<div newline><​/div>ย +  * //width//ย 
-** {{wiki:PublicMethod.gif|}} GenerateLayoutParams(IAttributeSet) **+    Type:Int32ย 
 +    ​Description:​N/​A
  
-N/Aย +  ​* //height//ย 
-== Remarks ==ย +    * Type:Int32
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:​LayoutParamsย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //attrs//ย +
-    * Type:IAttributeSet+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​GetChildAt(Int32) **+** {{wiki:​PublicMethod.gif|}} ​BringChildToFront(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:View+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //index//ย +  * //child//ย 
-    * Type:Int32+    * Type:View
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddStatesFromChildren() **ย +** {{wiki:​PublicMethod.gif|}} ​ChildDrawableStateChanged(View) **
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:​Booleanย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-<div newline></​div>​ย +
-** {{wiki:​PublicMethod.gif|}} AddView(View) **+
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1013: Line 1144:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddView(View,LayoutParams) **+** {{wiki:​PublicMethod.gif|}} ​ChildHasTransientStateChanged(View,Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1028: Line 1159:
     * Description:​N/​A     * Description:​N/​A
  
-  * //params//ย +  * //childHasTransientState//ย 
-    * Type:LayoutParams+    * Type:Boolean
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddView(View,Int32) **+** {{wiki:​PublicMethod.gif|}} ​ClearChildFocus(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1046: Line 1177:
   * //child//   * //child//
     * Type:View     * Type:View
-    * Description:​N/​A 
- 
-  * //index// 
-    * Type:Int32 
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetFadingEdgeLength(Int32) **+** {{wiki:​PublicMethod.gif|}} ​ClearDisappearingChildren() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1064: Line 1191:
  
 == Parameters == == Parameters ==
-  * //length// 
-    * Type:Int32 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetFitsSystemWindows(Boolean) **+** {{wiki:​PublicMethod.gif|}} ​DispatchSetActivated(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1080: Line 1203:
  
 == Parameters == == Parameters ==
-  * //fitSystemWindows//+  * //activated//
     * Type:​Boolean     * Type:​Boolean
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetLayerPaint(Paint) **+** {{wiki:​PublicMethod.gif|}} ​DispatchSetSelected(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1096: Line 1219:
  
 == Parameters == == Parameters ==
-  * //paint//ย +  * //selected//ย 
-    * Type:Paint+    * Type:Boolean
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetLayerType(LayerType,​Paint) **+** {{wiki:​PublicMethod.gif|}} ​EndViewTransition(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1112: Line 1235:
  
 == Parameters == == Parameters ==
-  * //layerType//ย +  * //view//ย 
-    * Type:LayerTypeย +    * Type:View
-    * Description:​N/​Aย +
-ย +
-  * //paint//ย +
-    * Type:Paint+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetMinimumHeight(Int32) **+** {{wiki:​PublicMethod.gif|}} ​FocusableViewAvailable(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1132: Line 1251:
  
 == Parameters == == Parameters ==
-  * //minHeight//ย +  * //v//ย 
-    * Type:Int32+    * Type:View
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetMinimumWidth(Int32) **+** {{wiki:​PublicMethod.gif|}} ​SetOnApplyWindowInsetsListener(IOnApplyWindowInsetsListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1148: Line 1267:
  
 == Parameters == == Parameters ==
-  * //minWidth//ย +  * //listener//ย 
-    * Type:Int32+    * Type:IOnApplyWindowInsetsListener
     * Description:​N/​A     * Description:​N/​A
  
Line 1155: Line 1274:
 ** {{wiki:​PublicMethod.gif|}} SetOnClickListener(IOnClickListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnClickListener(IOnClickListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1171: Line 1290:
 ** {{wiki:​PublicMethod.gif|}} SetOnCreateContextMenuListener(IOnCreateContextMenuListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnCreateContextMenuListener(IOnCreateContextMenuListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1187: Line 1306:
 ** {{wiki:​PublicMethod.gif|}} SetOnDragListener(IOnDragListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnDragListener(IOnDragListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1203: Line 1322:
 ** {{wiki:​PublicMethod.gif|}} SetOnGenericMotionListener(IOnGenericMotionListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnGenericMotionListener(IOnGenericMotionListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1219: Line 1338:
 ** {{wiki:​PublicMethod.gif|}} SetOnHoverListener(IOnHoverListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnHoverListener(IOnHoverListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1235: Line 1354:
 ** {{wiki:​PublicMethod.gif|}} SetOnKeyListener(IOnKeyListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnKeyListener(IOnKeyListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1251: Line 1370:
 ** {{wiki:​PublicMethod.gif|}} SetOnLongClickListener(IOnLongClickListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnLongClickListener(IOnLongClickListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1267: Line 1386:
 ** {{wiki:​PublicMethod.gif|}} SetOnSystemUiVisibilityChangeListener(IOnSystemUiVisibilityChangeListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnSystemUiVisibilityChangeListener(IOnSystemUiVisibilityChangeListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1283: Line 1402:
 ** {{wiki:​PublicMethod.gif|}} SetOnTouchListener(IOnTouchListener) ** ** {{wiki:​PublicMethod.gif|}} SetOnTouchListener(IOnTouchListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1299: Line 1418:
 ** {{wiki:​PublicMethod.gif|}} SetPadding(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} SetPadding(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1327: Line 1446:
 ** {{wiki:​PublicMethod.gif|}} SetPaddingRelative(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} SetPaddingRelative(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1355: Line 1474:
 ** {{wiki:​PublicMethod.gif|}} SetScrollContainer(Boolean) ** ** {{wiki:​PublicMethod.gif|}} SetScrollContainer(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1371: Line 1490:
 ** {{wiki:​PublicMethod.gif|}} SetTag(Int32,​Object) ** ** {{wiki:​PublicMethod.gif|}} SetTag(Int32,​Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1391: Line 1510:
 ** {{wiki:​PublicMethod.gif|}} SetWillNotCacheDrawing(Boolean) ** ** {{wiki:​PublicMethod.gif|}} SetWillNotCacheDrawing(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1407: Line 1526:
 ** {{wiki:​PublicMethod.gif|}} SetWillNotDraw(Boolean) ** ** {{wiki:​PublicMethod.gif|}} SetWillNotDraw(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1423: Line 1542:
 ** {{wiki:​PublicMethod.gif|}} SetX(Single) ** ** {{wiki:​PublicMethod.gif|}} SetX(Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1439: Line 1558:
 ** {{wiki:​PublicMethod.gif|}} SetY(Single) ** ** {{wiki:​PublicMethod.gif|}} SetY(Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1449: Line 1568:
 == Parameters == == Parameters ==
   * //y//   * //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     * Type:Single
     * Description:​N/​A     * Description:​N/​A
Line 1455: Line 1590:
 ** {{wiki:​PublicMethod.gif|}} ShowContextMenu() ** ** {{wiki:​PublicMethod.gif|}} ShowContextMenu() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1467: Line 1602:
 ** {{wiki:​PublicMethod.gif|}} StartActionMode(ICallback) ** ** {{wiki:​PublicMethod.gif|}} StartActionMode(ICallback) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1483: Line 1618:
 ** {{wiki:​PublicMethod.gif|}} StartAnimation(Animation) ** ** {{wiki:​PublicMethod.gif|}} StartAnimation(Animation) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1499: Line 1634:
 ** {{wiki:​PublicMethod.gif|}} StartDrag(ClipData,​DragShadowBuilder,​Object,​Int32) ** ** {{wiki:​PublicMethod.gif|}} StartDrag(ClipData,​DragShadowBuilder,​Object,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1525: Line 1660:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​UnscheduleDrawable(Drawable) **ย +** {{wiki:​PublicMethod.gif|}} ​StartNestedScroll(ScrollAxis) **
-ย +
-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+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1572: Line 1671:
  
 == Parameters == == Parameters ==
-<div newline></​div>​ย +  ​* //axes//ย 
-** {{wiki:​PublicMethod.gif|}} WillNotDraw() **ย +    * Type:ScrollAxis
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:​Booleanย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-<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     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​PostInvalidate() **+** {{wiki:​PublicMethod.gif|}} ​StopNestedScroll() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1617: Line 1688:
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​PostInvalidate(Int32,​Int32,​Int32,​Int32) **+** {{wiki:​PublicMethod.gif|}} ​UnscheduleDrawable(Drawable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1628: Line 1699:
  
 == Parameters == == Parameters ==
-  * //left//ย +  * //who//ย 
-    * Type:Int32ย +    * Type:Drawable
-    * Description:​N/​Aย +
-ย +
-  * //top//ย +
-    * Type:​Int32ย +
-    * Description:​N/​Aย +
-ย +
-  * //right//ย +
-    * Type:​Int32ย +
-    * Description:​N/​Aย +
-ย +
-  * //​bottom//​ย +
-    * Type:Int32+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​PostInvalidateDelayed(Int64) **+** {{wiki:​PublicMethod.gif|}} ​UnscheduleDrawable(Drawable,​IRunnable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1656: Line 1715:
  
 == Parameters == == Parameters ==
-  * //delayMilliseconds//ย +  * //who//ย 
-    * Type:Int64+    * Type:Drawable
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //what//ย 
-** {{wiki:​PublicMethod.gif|}} PostInvalidateDelayed(Int64,​Int32,​Int32,​Int32,​Int32) **ย +    * Type:IRunnable
-ย +
-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     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​PostInvalidateOnAnimation() **+** {{wiki:​PublicMethod.gif|}} ​WillNotCacheDrawing() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​PostInvalidateOnAnimation(Int32,​Int32,​Int32,​Int32) **+** {{wiki:​PublicMethod.gif|}} ​WillNotDraw() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == 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>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} PostOnAnimationDelayed(IRunnable,​Int64) ** ** {{wiki:​PublicMethod.gif|}} PostOnAnimationDelayed(IRunnable,​Int64) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1771: Line 1770:
 ** {{wiki:​PublicMethod.gif|}} RefreshDrawableState() ** ** {{wiki:​PublicMethod.gif|}} RefreshDrawableState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1783: Line 1782:
 ** {{wiki:​PublicMethod.gif|}} RemoveCallbacks(IRunnable) ** ** {{wiki:​PublicMethod.gif|}} RemoveCallbacks(IRunnable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1799: Line 1798:
 ** {{wiki:​PublicMethod.gif|}} RemoveOnAttachStateChangeListener(IOnAttachStateChangeListener) ** ** {{wiki:​PublicMethod.gif|}} RemoveOnAttachStateChangeListener(IOnAttachStateChangeListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1815: Line 1814:
 ** {{wiki:​PublicMethod.gif|}} RemoveOnLayoutChangeListener(IOnLayoutChangeListener) ** ** {{wiki:​PublicMethod.gif|}} RemoveOnLayoutChangeListener(IOnLayoutChangeListener) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1828: Line 1827:
     * Description:​N/​A     * 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>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} RequestFitSystemWindows() ** ** {{wiki:​PublicMethod.gif|}} RequestFitSystemWindows() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1843: Line 1854:
 ** {{wiki:​PublicMethod.gif|}} RequestFocus() ** ** {{wiki:​PublicMethod.gif|}} RequestFocus() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1855: Line 1866:
 ** {{wiki:​PublicMethod.gif|}} RequestFocus(FocusSearchDirection) ** ** {{wiki:​PublicMethod.gif|}} RequestFocus(FocusSearchDirection) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1871: Line 1882:
 ** {{wiki:​PublicMethod.gif|}} RequestFocus(FocusSearchDirection,​Rect) ** ** {{wiki:​PublicMethod.gif|}} RequestFocus(FocusSearchDirection,​Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1891: Line 1902:
 ** {{wiki:​PublicMethod.gif|}} RequestFocusFromTouch() ** ** {{wiki:​PublicMethod.gif|}} RequestFocusFromTouch() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1903: Line 1914:
 ** {{wiki:​PublicMethod.gif|}} RequestLayout() ** ** {{wiki:​PublicMethod.gif|}} RequestLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1915: Line 1926:
 ** {{wiki:​PublicMethod.gif|}} RequestRectangleOnScreen(Rect) ** ** {{wiki:​PublicMethod.gif|}} RequestRectangleOnScreen(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1931: Line 1942:
 ** {{wiki:​PublicMethod.gif|}} RequestRectangleOnScreen(Rect,​Boolean) ** ** {{wiki:​PublicMethod.gif|}} RequestRectangleOnScreen(Rect,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1946: Line 1957:
   * //​immediate//​   * //​immediate//​
     * Type:​Boolean     * 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     * Description:​N/​A
  
Line 1951: Line 1978:
 ** {{wiki:​PublicMethod.gif|}} RestoreHierarchyState(SparseArray) ** ** {{wiki:​PublicMethod.gif|}} RestoreHierarchyState(SparseArray) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1967: Line 1994:
 ** {{wiki:​PublicMethod.gif|}} SaveHierarchyState(SparseArray) ** ** {{wiki:​PublicMethod.gif|}} SaveHierarchyState(SparseArray) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1983: Line 2010:
 ** {{wiki:​PublicMethod.gif|}} ScheduleDrawable(Drawable,​IRunnable,​Int64) ** ** {{wiki:​PublicMethod.gif|}} ScheduleDrawable(Drawable,​IRunnable,​Int64) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2007: Line 2034:
 ** {{wiki:​PublicMethod.gif|}} ScrollBy(Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} ScrollBy(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2027: Line 2054:
 ** {{wiki:​PublicMethod.gif|}} ScrollTo(Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} ScrollTo(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2047: Line 2074:
 ** {{wiki:​PublicMethod.gif|}} SendAccessibilityEvent(EventTypes) ** ** {{wiki:​PublicMethod.gif|}} SendAccessibilityEvent(EventTypes) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2063: Line 2090:
 ** {{wiki:​PublicMethod.gif|}} SendAccessibilityEventUnchecked(AccessibilityEvent) ** ** {{wiki:​PublicMethod.gif|}} SendAccessibilityEventUnchecked(AccessibilityEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2079: Line 2106:
 ** {{wiki:​PublicMethod.gif|}} SetAccessibilityDelegate(AccessibilityDelegate) ** ** {{wiki:​PublicMethod.gif|}} SetAccessibilityDelegate(AccessibilityDelegate) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2095: Line 2122:
 ** {{wiki:​PublicMethod.gif|}} SetBackgroundColor(Color) ** ** {{wiki:​PublicMethod.gif|}} SetBackgroundColor(Color) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2111: Line 2138:
 ** {{wiki:​PublicMethod.gif|}} SetBackgroundDrawable(Drawable) ** ** {{wiki:​PublicMethod.gif|}} SetBackgroundDrawable(Drawable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2127: Line 2154:
 ** {{wiki:​PublicMethod.gif|}} SetBackgroundResource(Int32) ** ** {{wiki:​PublicMethod.gif|}} SetBackgroundResource(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2143: Line 2170:
 ** {{wiki:​PublicMethod.gif|}} SetCameraDistance(Single) ** ** {{wiki:​PublicMethod.gif|}} SetCameraDistance(Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2157: Line 2184:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OnKeyDown(Keycode,​KeyEvent) **+** {{wiki:​PublicMethod.gif|}} ​SetFadingEdgeLength(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //keyCode//ย +  * //length//ย 
-    * Type:Keycodeย +    * Type:Int32
-    * Description:​N/​Aย +
-ย +
-  * //e//ย +
-    * Type:​KeyEvent+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OnKeyLongPress(Keycode,​KeyEvent) **+** {{wiki:​PublicMethod.gif|}} ​SetFitsSystemWindows(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //keyCode//ย +  * //fitSystemWindows//ย 
-    * Type:Keycodeย +    * Type:Boolean
-    * Description:​N/​Aย +
-ย +
-  * //e//ย +
-    * Type:​KeyEvent+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OnKeyMultiple(Keycode,​Int32,​KeyEvent) **+** {{wiki:​PublicMethod.gif|}} ​SetLayerPaint(Paint) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //keyCode//ย +  * //paint//ย 
-    * Type:Keycodeย +    * Type:Paint
-    * Description:​N/​Aย +
-ย +
-  * //​repeatCount//​ย +
-    * Type:​Int32ย +
-    * Description:​N/​Aย +
-ย +
-  * //e//ย +
-    * Type:​KeyEvent+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OnKeyPreIme(Keycode,KeyEvent) **+** {{wiki:​PublicMethod.gif|}} ​SetLayerType(LayerType,Paint) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //keyCode//ย +  * //layerType//ย 
-    * Type:Keycode+    * Type:LayerType
     * Description:​N/​A     * Description:​N/​A
  
-  * //e//ย +  * //paint//ย 
-    * Type:KeyEvent+    * Type:Paint
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OnKeyShortcut(Keycode,​KeyEvent) **+** {{wiki:​PublicMethod.gif|}} ​SetMinimumHeight(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //keyCode//ย +  * //minHeight//ย 
-    * Type:Keycodeย +    * Type:Int32
-    * Description:​N/​Aย +
-ย +
-  * //e//ย +
-    * Type:​KeyEvent+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OnKeyUp(Keycode,​KeyEvent) **+** {{wiki:​PublicMethod.gif|}} ​SetMinimumWidth(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //keyCode//ย +  * //minWidth//ย 
-    * Type:Keycodeย +    * Type:Int32
-    * Description:​N/​Aย +
-ย +
-  * //e//ย +
-    * Type:​KeyEvent+
     * Description:​N/​A     * Description:​N/​A
  
Line 2283: Line 2286:
 ** {{wiki:​PublicMethod.gif|}} OnPopulateAccessibilityEvent(AccessibilityEvent) ** ** {{wiki:​PublicMethod.gif|}} OnPopulateAccessibilityEvent(AccessibilityEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2299: Line 2302:
 ** {{wiki:​PublicMethod.gif|}} OnRtlPropertiesChanged(LayoutDirection) ** ** {{wiki:​PublicMethod.gif|}} OnRtlPropertiesChanged(LayoutDirection) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2315: Line 2318:
 ** {{wiki:​PublicMethod.gif|}} OnScreenStateChanged(ScreenState) ** ** {{wiki:​PublicMethod.gif|}} OnScreenStateChanged(ScreenState) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2331: Line 2334:
 ** {{wiki:​PublicMethod.gif|}} OnStartTemporaryDetach() ** ** {{wiki:​PublicMethod.gif|}} OnStartTemporaryDetach() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2343: Line 2346:
 ** {{wiki:​PublicMethod.gif|}} OnTouchEvent(MotionEvent) ** ** {{wiki:​PublicMethod.gif|}} OnTouchEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2359: Line 2362:
 ** {{wiki:​PublicMethod.gif|}} OnTrackballEvent(MotionEvent) ** ** {{wiki:​PublicMethod.gif|}} OnTrackballEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2375: Line 2378:
 ** {{wiki:​PublicMethod.gif|}} OnWindowFocusChanged(Boolean) ** ** {{wiki:​PublicMethod.gif|}} OnWindowFocusChanged(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2391: Line 2394:
 ** {{wiki:​PublicMethod.gif|}} OnWindowSystemUiVisibilityChanged(SystemUiFlags) ** ** {{wiki:​PublicMethod.gif|}} OnWindowSystemUiVisibilityChanged(SystemUiFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2407: Line 2410:
 ** {{wiki:​PublicMethod.gif|}} PerformAccessibilityAction(GlobalAction,​Bundle) ** ** {{wiki:​PublicMethod.gif|}} PerformAccessibilityAction(GlobalAction,​Bundle) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2427: Line 2430:
 ** {{wiki:​PublicMethod.gif|}} PerformClick() ** ** {{wiki:​PublicMethod.gif|}} PerformClick() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2439: Line 2442:
 ** {{wiki:​PublicMethod.gif|}} PerformHapticFeedback(FeedbackConstants) ** ** {{wiki:​PublicMethod.gif|}} PerformHapticFeedback(FeedbackConstants) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2455: Line 2458:
 ** {{wiki:​PublicMethod.gif|}} PerformHapticFeedback(FeedbackConstants,​FeedbackFlags) ** ** {{wiki:​PublicMethod.gif|}} PerformHapticFeedback(FeedbackConstants,​FeedbackFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2475: Line 2478:
 ** {{wiki:​PublicMethod.gif|}} PerformLongClick() ** ** {{wiki:​PublicMethod.gif|}} PerformLongClick() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2487: Line 2490:
 ** {{wiki:​PublicMethod.gif|}} PlaySoundEffect(SoundEffects) ** ** {{wiki:​PublicMethod.gif|}} PlaySoundEffect(SoundEffects) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2503: Line 2506:
 ** {{wiki:​PublicMethod.gif|}} Post(IRunnable) ** ** {{wiki:​PublicMethod.gif|}} Post(IRunnable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2517: Line 2520:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Invalidate() **+** {{wiki:​PublicMethod.gif|}} ​PostDelayed(IRunnable,​Int64) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //action//
 +    * Type:​IRunnable
 +    * Description:​N/​A
 +
 +  * //​delayMillis//​
 +    * Type:Int64
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Invalidate(Rect) **+** {{wiki:​PublicMethod.gif|}} ​PostInvalidate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2540: Line 2551:
  
 == Parameters == == Parameters ==
-  * //dirty// 
-    * Type:Rect 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Invalidate(Int32,​Int32,​Int32,​Int32) **+** {{wiki:​PublicMethod.gif|}} ​PostInvalidate(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2556: Line 2563:
  
 == Parameters == == Parameters ==
-  * //l//+  * //left//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-  * //t//+  * //top//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-  * //r//+  * //right//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-  * //b//+  * //bottom//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​InvalidateDrawable(Drawable) **+** {{wiki:​PublicMethod.gif|}} ​PostInvalidateDelayed(Int64) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2584: Line 2591:
  
 == Parameters == == Parameters ==
-  * //drawable//ย +  * //delayMilliseconds//ย 
-    * Type:Drawable+    * Type:Int64
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​JumpDrawablesToCurrentState() **+** {{wiki:​PublicMethod.gif|}} ​PostInvalidateDelayed(Int64,​Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2600: Line 2607:
  
 == Parameters == == 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>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Measure(Int32,Int32) **+** {{wiki:​PublicMethod.gif|}} ​PostInvalidateOnAnimation() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2612: Line 2639:
  
 == Parameters == == Parameters ==
-  ​* //widthMeasureSpec//+<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     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-  * //heightMeasureSpec//+  * //top//ย 
 +    * Type:​Int32ย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //right//ย 
 +    * Type:​Int32ย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //bottom//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OffsetLeftAndRight(Int32) **+** {{wiki:​PublicMethod.gif|}} ​PostOnAnimation(IRunnable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2632: Line 2679:
  
 == Parameters == == Parameters ==
-  * //offset//ย +  * //action//ย 
-    * Type:Int32+    * Type:IRunnable
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​OffsetTopAndBottom(Int32) **+** {{wiki:​PublicMethod.gif|}} ​OnApplyWindowInsets(WindowInsets) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:WindowInsets
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //offset//ย +  * //insets//ย 
-    * Type:Int32+    * Type:WindowInsets
     * Description:​N/​A     * Description:​N/​A
  
Line 2655: Line 2702:
 ** {{wiki:​PublicMethod.gif|}} OnCancelPendingInputEvents() ** ** {{wiki:​PublicMethod.gif|}} OnCancelPendingInputEvents() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2667: Line 2714:
 ** {{wiki:​PublicMethod.gif|}} OnCheckIsTextEditor() ** ** {{wiki:​PublicMethod.gif|}} OnCheckIsTextEditor() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2679: Line 2726:
 ** {{wiki:​PublicMethod.gif|}} OnCreateInputConnection(EditorInfo) ** ** {{wiki:​PublicMethod.gif|}} OnCreateInputConnection(EditorInfo) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2695: Line 2742:
 ** {{wiki:​PublicMethod.gif|}} OnDragEvent(DragEvent) ** ** {{wiki:​PublicMethod.gif|}} OnDragEvent(DragEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2711: Line 2758:
 ** {{wiki:​PublicMethod.gif|}} OnFilterTouchEventForSecurity(MotionEvent) ** ** {{wiki:​PublicMethod.gif|}} OnFilterTouchEventForSecurity(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2727: Line 2774:
 ** {{wiki:​PublicMethod.gif|}} OnFinishTemporaryDetach() ** ** {{wiki:​PublicMethod.gif|}} OnFinishTemporaryDetach() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2739: Line 2786:
 ** {{wiki:​PublicMethod.gif|}} OnGenericMotionEvent(MotionEvent) ** ** {{wiki:​PublicMethod.gif|}} OnGenericMotionEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2755: Line 2802:
 ** {{wiki:​PublicMethod.gif|}} OnHoverChanged(Boolean) ** ** {{wiki:​PublicMethod.gif|}} OnHoverChanged(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2771: Line 2818:
 ** {{wiki:​PublicMethod.gif|}} OnHoverEvent(MotionEvent) ** ** {{wiki:​PublicMethod.gif|}} OnHoverEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2787: Line 2834:
 ** {{wiki:​PublicMethod.gif|}} OnInitializeAccessibilityEvent(AccessibilityEvent) ** ** {{wiki:​PublicMethod.gif|}} OnInitializeAccessibilityEvent(AccessibilityEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2803: Line 2850:
 ** {{wiki:​PublicMethod.gif|}} OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) ** ** {{wiki:​PublicMethod.gif|}} OnInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2817: Line 2864:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​DispatchTouchEvent(MotionEvent) **+** {{wiki:​PublicMethod.gif|}} ​OnKeyDown(Keycode,​KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2828: Line 2875:
  
 == Parameters == == Parameters ==
 +  * //keyCode//
 +    * Type:​Keycode
 +    * Description:​N/​A
 +
   * //e//   * //e//
-    * Type:MotionEvent+    * Type:KeyEvent
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​DispatchTrackballEvent(MotionEvent) **+** {{wiki:​PublicMethod.gif|}} ​OnKeyLongPress(Keycode,​KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2844: Line 2895:
  
 == Parameters == == Parameters ==
 +  * //keyCode//
 +    * Type:​Keycode
 +    * Description:​N/​A
 +
   * //e//   * //e//
-    * Type:MotionEvent+    * Type:KeyEvent
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​DispatchUnhandledMove(View,FocusSearchDirection) **+** {{wiki:​PublicMethod.gif|}} ​OnKeyMultiple(Keycode,Int32,​KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2860: Line 2915:
  
 == Parameters == == Parameters ==
-  * //focused//ย +  * //keyCode//ย 
-    * Type:View+    * Type:Keycode
     * Description:​N/​A     * Description:​N/​A
  
-  * //direction//ย +  * //repeatCount//ย 
-    * Type:FocusSearchDirection+    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //e//ย 
-** {{wiki:​PublicMethod.gif|}} DispatchWindowFocusChanged(Boolean) **ย +    * Type:KeyEvent
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //hasFocus//ย +
-    * Type:Boolean+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​DispatchWindowSystemUiVisiblityChanged(SystemUiFlags) **+** {{wiki:​PublicMethod.gif|}} ​OnKeyPreIme(Keycode,​KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //visible//ย +  * //keyCode//ย 
-    * Type:SystemUiFlags+    * Type:Keycode
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //e//ย 
-** {{wiki:​PublicMethod.gif|}} DispatchWindowVisibilityChanged(ViewStates) **ย +    * Type:KeyEvent
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  ​* //visibility//ย +
-    * Type:ViewStates+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Draw(Canvas) **+** {{wiki:​PublicMethod.gif|}} ​OnKeyShortcut(Keycode,​KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //canvas//ย +  * //keyCode//ย 
-    * Type:Canvas+    * Type:Keycode
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ย +  ​* //e//ย 
-** {{wiki:​PublicMethod.gif|}} FindFocus() **ย +    * Type:KeyEvent
-ย +
-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     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​FindViewsWithText(IList<​View>​,ICharSequence,​FindViewsWith) **+** {{wiki:​PublicMethod.gif|}} ​OnKeyUp(Keycode,KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //outViews//ย +  * //keyCode//ย 
-    * Type:IList<​View>​+    * Type:Keycode
     * Description:​N/​A     * Description:​N/​A
  
-  * //searched//ย +  * //e//ย 
-    * Type:ICharSequenceย +    * Type:KeyEvent
-    * Description:​N/​Aย +
-ย +
-  * //flags//ย +
-    * Type:​FindViewsWith+
     * Description:​N/​A     * Description:​N/​A
  
Line 2987: Line 2990:
 ** {{wiki:​PublicMethod.gif|}} FindViewsWithText(IList<​View>,​String,​FindViewsWith) ** ** {{wiki:​PublicMethod.gif|}} FindViewsWithText(IList<​View>,​String,​FindViewsWith) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3011: Line 3014:
 ** {{wiki:​PublicMethod.gif|}} FindViewWithTag(Object) ** ** {{wiki:​PublicMethod.gif|}} FindViewWithTag(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3027: Line 3030:
 ** {{wiki:​PublicMethod.gif|}} InvokeFitsSystemWindows() ** ** {{wiki:​PublicMethod.gif|}} InvokeFitsSystemWindows() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3039: Line 3042:
 ** {{wiki:​PublicMethod.gif|}} FocusSearch(FocusSearchDirection) ** ** {{wiki:​PublicMethod.gif|}} FocusSearch(FocusSearchDirection) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3055: Line 3058:
 ** {{wiki:​PublicMethod.gif|}} ForceLayout() ** ** {{wiki:​PublicMethod.gif|}} ForceLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3067: Line 3070:
 ** {{wiki:​PublicMethod.gif|}} GetDrawableState() ** ** {{wiki:​PublicMethod.gif|}} GetDrawableState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3079: Line 3082:
 ** {{wiki:​PublicMethod.gif|}} GetDrawingCache(Boolean) ** ** {{wiki:​PublicMethod.gif|}} GetDrawingCache(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3095: Line 3098:
 ** {{wiki:​PublicMethod.gif|}} GetDrawingRect(Rect) ** ** {{wiki:​PublicMethod.gif|}} GetDrawingRect(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3111: Line 3114:
 ** {{wiki:​PublicMethod.gif|}} GetFocusables(FocusSearchDirection) ** ** {{wiki:​PublicMethod.gif|}} GetFocusables(FocusSearchDirection) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3127: Line 3130:
 ** {{wiki:​PublicMethod.gif|}} GetFocusedRect(Rect) ** ** {{wiki:​PublicMethod.gif|}} GetFocusedRect(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3143: Line 3146:
 ** {{wiki:​PublicMethod.gif|}} GetGlobalVisibleRect(Rect) ** ** {{wiki:​PublicMethod.gif|}} GetGlobalVisibleRect(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3159: Line 3162:
 ** {{wiki:​PublicMethod.gif|}} GetGlobalVisibleRect(Rect,​Point) ** ** {{wiki:​PublicMethod.gif|}} GetGlobalVisibleRect(Rect,​Point) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3179: Line 3182:
 ** {{wiki:​PublicMethod.gif|}} GetHitRect(Rect) ** ** {{wiki:​PublicMethod.gif|}} GetHitRect(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3195: Line 3198:
 ** {{wiki:​PublicMethod.gif|}} GetLocalVisibleRect(Rect) ** ** {{wiki:​PublicMethod.gif|}} GetLocalVisibleRect(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3211: Line 3214:
 ** {{wiki:​PublicMethod.gif|}} GetLocationInWindow(Int32[]) ** ** {{wiki:​PublicMethod.gif|}} GetLocationInWindow(Int32[]) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3227: Line 3230:
 ** {{wiki:​PublicMethod.gif|}} GetLocationOnScreen(Int32[]) ** ** {{wiki:​PublicMethod.gif|}} GetLocationOnScreen(Int32[]) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3243: Line 3246:
 ** {{wiki:​PublicMethod.gif|}} GetTag(Int32) ** ** {{wiki:​PublicMethod.gif|}} GetTag(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3259: Line 3262:
 ** {{wiki:​PublicMethod.gif|}} GetWindowVisibleDisplayFrame(Rect) ** ** {{wiki:​PublicMethod.gif|}} GetWindowVisibleDisplayFrame(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3275: Line 3278:
 ** {{wiki:​PublicMethod.gif|}} GetX() ** ** {{wiki:​PublicMethod.gif|}} GetX() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3287: Line 3290:
 ** {{wiki:​PublicMethod.gif|}} GetY() ** ** {{wiki:​PublicMethod.gif|}} GetY() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3297: Line 3300:
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​CanScrollVertically(Int32) **+** {{wiki:​PublicMethod.gif|}} ​GetZ() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Single
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //​direction//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​CheckInputConnectionProxy(View) **+** {{wiki:​PublicMethod.gif|}} ​Invalidate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //view// 
-    * Type:View 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ClearAnimation() **+** {{wiki:​PublicMethod.gif|}} ​Invalidate(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3340: Line 3335:
  
 == Parameters == == Parameters ==
 +  * //dirty//
 +    * Type:Rect
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ClearFocus() **+** {{wiki:​PublicMethod.gif|}} ​Invalidate(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3352: Line 3351:
  
 == Parameters == == 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>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ComputeScroll() **+** {{wiki:​PublicMethod.gif|}} ​InvalidateDrawable(Drawable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3364: Line 3379:
  
 == Parameters == == Parameters ==
 +  * //​drawable//​
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​CreateAccessibilityNodeInfo() **+** {{wiki:​PublicMethod.gif|}} ​InvalidateOutline() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:AccessibilityNodeInfo+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​CreateContextMenu(IContextMenu) **+** {{wiki:​PublicMethod.gif|}} ​JumpDrawablesToCurrentState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3388: Line 3407:
  
 == Parameters == == Parameters ==
-  * //menu// 
-    * Type:​IContextMenu 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​DestroyDrawingCache() **+** {{wiki:​PublicMethod.gif|}} ​Measure(Int32,Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3404: Line 3419:
  
 == Parameters == == Parameters ==
 +  * //​widthMeasureSpec//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​heightMeasureSpec//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​DispatchConfigurationChanged(Configuration) **+** {{wiki:​PublicMethod.gif|}} ​OffsetLeftAndRight(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3416: Line 3439:
  
 == Parameters == == Parameters ==
-  * //newConfig//ย +  * //offset//ย 
-    * Type:Configuration+    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​DispatchDisplayHint(ViewStates) **+** {{wiki:​PublicMethod.gif|}} ​OffsetTopAndBottom(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3432: Line 3455:
  
 == Parameters == == Parameters ==
-  * //hint//ย +  * //offset//ย 
-    * Type:ViewStates+    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​DispatchDragEvent(DragEvent) **+** {{wiki:​PublicMethod.gif|}} ​DispatchDrawableHotspotChanged(Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //e//ย +  * //x//ย 
-    * Type:DragEvent+    * Type:Singleย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //y//ย 
 +    * Type:Single
     * Description:​N/​A     * Description:​N/​A
  
Line 3455: Line 3482:
 ** {{wiki:​PublicMethod.gif|}} DispatchGenericMotionEvent(MotionEvent) ** ** {{wiki:​PublicMethod.gif|}} DispatchGenericMotionEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3471: Line 3498:
 ** {{wiki:​PublicMethod.gif|}} DispatchKeyEvent(KeyEvent) ** ** {{wiki:​PublicMethod.gif|}} DispatchKeyEvent(KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3487: Line 3514:
 ** {{wiki:​PublicMethod.gif|}} DispatchKeyEventPreIme(KeyEvent) ** ** {{wiki:​PublicMethod.gif|}} DispatchKeyEventPreIme(KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3503: Line 3530:
 ** {{wiki:​PublicMethod.gif|}} DispatchKeyShortcutEvent(KeyEvent) ** ** {{wiki:​PublicMethod.gif|}} DispatchKeyShortcutEvent(KeyEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3514: Line 3541:
   * //e//   * //e//
     * Type:​KeyEvent     * 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     * Description:​N/​A
  
Line 3519: Line 3670:
 ** {{wiki:​PublicMethod.gif|}} DispatchPopulateAccessibilityEvent(AccessibilityEvent) ** ** {{wiki:​PublicMethod.gif|}} DispatchPopulateAccessibilityEvent(AccessibilityEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3535: Line 3686:
 ** {{wiki:​PublicMethod.gif|}} DispatchSystemUiVisibilityChanged(SystemUiFlags) ** ** {{wiki:​PublicMethod.gif|}} DispatchSystemUiVisibilityChanged(SystemUiFlags) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3549: Line 3700:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddChildrenForAccessibility(IList<​View>​) **+** {{wiki:​PublicMethod.gif|}} ​DispatchTouchEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //children//ย +  * //e//ย 
-    * Type:IList<​View>​+    * Type:MotionEvent
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddFocusables(IList<​View>,​FocusSearchDirection) **+** {{wiki:​PublicMethod.gif|}} ​DispatchTrackballEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //views//ย +  * //e//ย 
-    * Type:IList<View>+    * 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     * Description:​N/​A
  
Line 3585: Line 3752:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddFocusables(IList<​View>,​FocusSearchDirection,​FocusablesFlags) **+** {{wiki:​PublicMethod.gif|}} ​DispatchWindowFocusChanged(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3596: Line 3763:
  
 == Parameters == == Parameters ==
-  * //views//ย +  * //hasFocus//ย 
-    * Type:IList<​View>​+    * Type:Boolean
     * Description:​N/​A     * Description:​N/​A
  
-  * //​direction/​/ย +<div newline><​/div>ย 
-    Type:FocusSearchDirectionย +** {{wiki:PublicMethod.gif|}} DispatchWindowSystemUiVisiblityChanged(SystemUiFlags) **
-    ​Description:​N/​A+
  
-  * //focusableMode//ย +  * //N/A//ย 
-    * Type:FocusablesFlags+== Remarks ==ย 
 +  * //N/A//ย 
 +ย 
 +== Return Value ==ย 
 +  * Type:Voidย 
 +  * Description:​N/​Aย 
 +ย 
 +== Parameters ==ย 
 +  * //visible//ย 
 +    * Type:SystemUiFlags
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddOnAttachStateChangeListener(IOnAttachStateChangeListener) **+** {{wiki:​PublicMethod.gif|}} ​DispatchWindowVisibilityChanged(ViewStates) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3620: Line 3795:
  
 == Parameters == == Parameters ==
-  * //listener//ย +  * //visibility//ย 
-    * Type:IOnAttachStateChangeListener+    * Type:ViewStates
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddOnLayoutChangeListener(IOnLayoutChangeListener) **+** {{wiki:​PublicMethod.gif|}} ​Draw(Canvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3636: Line 3811:
  
 == Parameters == == Parameters ==
-  * //listener//ย +  * //canvas//ย 
-    * Type:IOnLayoutChangeListener+    * Type:Canvas
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AddTouchables(IList<​View>​) **+** {{wiki:​PublicMethod.gif|}} ​DrawableHotspotChanged(Single,​Single) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3652: Line 3827:
  
 == Parameters == == Parameters ==
-  * //views//ย +  * //x//ย 
-    * Type:IList<​View>​+    * Type:Singleย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //y//ย 
 +    * Type:Single
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Animate() **+** {{wiki:​PublicMethod.gif|}} ​FindFocus() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:ViewPropertyAnimator+  * Type:View
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AnnounceForAccessibility(ICharSequence) **+** {{wiki:​PublicMethod.gif|}} ​FindViewById(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:View
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //text//ย +  * //id//ย 
-    * Type:ICharSequence+    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​AnnounceForAccessibility(String) **+** {{wiki:​PublicMethod.gif|}} ​FindViewsWithText(IList<​View>,​ICharSequence,​FindViewsWith) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3696: Line 3875:
  
 == Parameters == == Parameters ==
-  * //text//ย +  * //outViews//ย 
-    * Type:String+    * Type:IList<​View>​ย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //​searched//​ย 
 +    * Type:​ICharSequenceย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //flags//ย 
 +    * Type:​FindViewsWith
     * Description:​N/​A     * Description:​N/​A
  
Line 3703: Line 3890:
 ** {{wiki:​PublicMethod.gif|}} BringToFront() ** ** {{wiki:​PublicMethod.gif|}} BringToFront() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3715: Line 3902:
 ** {{wiki:​PublicMethod.gif|}} BuildDrawingCache() ** ** {{wiki:​PublicMethod.gif|}} BuildDrawingCache() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3727: Line 3914:
 ** {{wiki:​PublicMethod.gif|}} BuildDrawingCache(Boolean) ** ** {{wiki:​PublicMethod.gif|}} BuildDrawingCache(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3743: Line 3930:
 ** {{wiki:​PublicMethod.gif|}} BuildLayer() ** ** {{wiki:​PublicMethod.gif|}} BuildLayer() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3755: Line 3942:
 ** {{wiki:​PublicMethod.gif|}} CallOnClick() ** ** {{wiki:​PublicMethod.gif|}} CallOnClick() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3767: Line 3954:
 ** {{wiki:​PublicMethod.gif|}} CancelLongPress() ** ** {{wiki:​PublicMethod.gif|}} CancelLongPress() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3779: Line 3966:
 ** {{wiki:​PublicMethod.gif|}} CancelPendingInputEvents() ** ** {{wiki:​PublicMethod.gif|}} CancelPendingInputEvents() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3791: Line 3978:
 ** {{wiki:​PublicMethod.gif|}} CanResolveLayoutDirection() ** ** {{wiki:​PublicMethod.gif|}} CanResolveLayoutDirection() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3803: Line 3990:
 ** {{wiki:​PublicMethod.gif|}} CanResolveTextAlignment() ** ** {{wiki:​PublicMethod.gif|}} CanResolveTextAlignment() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3815: Line 4002:
 ** {{wiki:​PublicMethod.gif|}} CanResolveTextDirection() ** ** {{wiki:​PublicMethod.gif|}} CanResolveTextDirection() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3827: Line 4014:
 ** {{wiki:​PublicMethod.gif|}} CanScrollHorizontally(Int32) ** ** {{wiki:​PublicMethod.gif|}} CanScrollHorizontally(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3838: Line 4025:
   * //​direction//​   * //​direction//​
     * Type:Int32     * 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     * Description:​N/​A
  
Line 3843: Line 4374:
 ** {{wiki:​PublicMethod.gif|}} FindViewById(Int32) ** ** {{wiki:​PublicMethod.gif|}} FindViewById(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3859: Line 4390:
 ** {{wiki:​PublicMethod.gif|}} Post(Action) ** ** {{wiki:​PublicMethod.gif|}} Post(Action) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3875: Line 4406:
 ** {{wiki:​PublicMethod.gif|}} PostDelayed(Action,​Int64) ** ** {{wiki:​PublicMethod.gif|}} PostDelayed(Action,​Int64) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3895: Line 4426:
 ** {{wiki:​PublicMethod.gif|}} RemoveCallbacks(Action) ** ** {{wiki:​PublicMethod.gif|}} RemoveCallbacks(Action) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3911: Line 4442:
 ** {{wiki:​PublicMethod.gif|}} ScheduleDrawable(Drawable,​Action,​Int64) ** ** {{wiki:​PublicMethod.gif|}} ScheduleDrawable(Drawable,​Action,​Int64) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3935: Line 4466:
 ** {{wiki:​PublicMethod.gif|}} UnscheduleDrawable(Drawable,​Action) ** ** {{wiki:​PublicMethod.gif|}} UnscheduleDrawable(Drawable,​Action) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3950: Line 4481:
   * //what//   * //what//
     * Type:Action     * 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     * Description:​N/​A
  
Line 3955: Line 4502:
 ** {{wiki:​PublicMethod.gif|}} Wait() ** ** {{wiki:​PublicMethod.gif|}} Wait() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3967: Line 4514:
 ** {{wiki:​PublicMethod.gif|}} Wait(Int64) ** ** {{wiki:​PublicMethod.gif|}} Wait(Int64) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3983: Line 4530:
 ** {{wiki:​PublicMethod.gif|}} Wait(Int64,​Int32) ** ** {{wiki:​PublicMethod.gif|}} Wait(Int64,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4003: Line 4550:
 ** {{wiki:​PublicMethod.gif|}} Dispose() ** ** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4015: Line 4562:
 ** {{wiki:​PublicMethod.gif|}} ToArray() ** ** {{wiki:​PublicMethod.gif|}} ToArray() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4027: Line 4574:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4043: Line 4590:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4055: Line 4602:
 ** {{wiki:​PublicMethod.gif|}} Notify() ** ** {{wiki:​PublicMethod.gif|}} Notify() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4067: Line 4614:
 ** {{wiki:​PublicMethod.gif|}} NotifyAll() ** ** {{wiki:​PublicMethod.gif|}} NotifyAll() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4079: Line 4626:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4091: Line 4638:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4107: Line 4654:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4120: Line 4667:
 ** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapView) ** ** {{wiki:​ProtectedMethod.gif|}} InitializeCore(MapView) **
  
-This method initializes map tool.+  * //This method initializes map tool.//
 == Remarks == == Remarks ==
-When overriding this method, consider adding map tool onto the map.ToolsGrid panel.+  * //When overriding this method, consider adding map tool onto the map.ToolsGrid panel.//
  
 == Return Value == == Return Value ==
Line 4136: Line 4683:
 ** {{wiki:​ProtectedMethod.gif|}} OnLayout(Boolean,​Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} OnLayout(Boolean,​Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4165: Line 4712:
     * Description:​N/​A     * Description:​N/​A
  
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} RemoveDetachedView(View,​Boolean) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //child//
 +    * Type:View
 +    * Description:​N/​A
 +
 +  * //animate//
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} ResetResolvedLayoutDirection() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} ResetResolvedTextDirection() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} SetChildrenDrawingCacheEnabled(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetChildrenDrawingCacheEnabled(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4184: Line 4775:
 ** {{wiki:​ProtectedMethod.gif|}} SetStaticTransformationsEnabled(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} SetStaticTransformationsEnabled(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4195: Line 4786:
   * //enabled//   * //enabled//
     * Type:​Boolean     * Type:​Boolean
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} GenerateDefaultLayoutParams() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​LayoutParams
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} GenerateLayoutParams(LayoutParams) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​LayoutParams
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //p//
 +    * Type:​LayoutParams
     * Description:​N/​A     * Description:​N/​A
  
Line 4200: Line 4819:
 ** {{wiki:​ProtectedMethod.gif|}} GetChildDrawingOrder(Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetChildDrawingOrder(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4220: Line 4839:
 ** {{wiki:​ProtectedMethod.gif|}} GetChildStaticTransformation(View,​Transformation) ** ** {{wiki:​ProtectedMethod.gif|}} GetChildStaticTransformation(View,​Transformation) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4240: Line 4859:
 ** {{wiki:​ProtectedMethod.gif|}} MeasureChild(View,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} MeasureChild(View,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4264: Line 4883:
 ** {{wiki:​ProtectedMethod.gif|}} MeasureChildren(Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} MeasureChildren(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4284: Line 4903:
 ** {{wiki:​ProtectedMethod.gif|}} MeasureChildWithMargins(View,​Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} MeasureChildWithMargins(View,​Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4316: Line 4935:
 ** {{wiki:​ProtectedMethod.gif|}} OnRequestFocusInDescendants(Int32,​Rect) ** ** {{wiki:​ProtectedMethod.gif|}} OnRequestFocusInDescendants(Int32,​Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4333: Line 4952:
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} RemoveDetachedView(View,​Boolean) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //child// 
-    * Type:View 
-    * Description:​N/​A 
- 
-  * //animate// 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ResetResolvedLayoutDirection() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} ResetResolvedTextDirection() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} AddViewInLayout(View,​Int32,​LayoutParams) ** ** {{wiki:​ProtectedMethod.gif|}} AddViewInLayout(View,​Int32,​LayoutParams) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4404: Line 4979:
 ** {{wiki:​ProtectedMethod.gif|}} AddViewInLayout(View,​Int32,​LayoutParams,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} AddViewInLayout(View,​Int32,​LayoutParams,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4432: Line 5007:
 ** {{wiki:​ProtectedMethod.gif|}} AttachLayoutAnimationParameters(View,​LayoutParams,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} AttachLayoutAnimationParameters(View,​LayoutParams,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4460: Line 5035:
 ** {{wiki:​ProtectedMethod.gif|}} AttachViewToParent(View,​Int32,​LayoutParams) ** ** {{wiki:​ProtectedMethod.gif|}} AttachViewToParent(View,​Int32,​LayoutParams) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4484: Line 5059:
 ** {{wiki:​ProtectedMethod.gif|}} CanAnimate() ** ** {{wiki:​ProtectedMethod.gif|}} CanAnimate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4496: Line 5071:
 ** {{wiki:​ProtectedMethod.gif|}} CheckLayoutParams(LayoutParams) ** ** {{wiki:​ProtectedMethod.gif|}} CheckLayoutParams(LayoutParams) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4512: Line 5087:
 ** {{wiki:​ProtectedMethod.gif|}} CleanupLayoutState(View) ** ** {{wiki:​ProtectedMethod.gif|}} CleanupLayoutState(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4528: Line 5103:
 ** {{wiki:​ProtectedMethod.gif|}} Debug(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} Debug(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4544: Line 5119:
 ** {{wiki:​ProtectedMethod.gif|}} DetachAllViewsFromParent() ** ** {{wiki:​ProtectedMethod.gif|}} DetachAllViewsFromParent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4556: Line 5131:
 ** {{wiki:​ProtectedMethod.gif|}} DetachViewFromParent(View) ** ** {{wiki:​ProtectedMethod.gif|}} DetachViewFromParent(View) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4572: Line 5147:
 ** {{wiki:​ProtectedMethod.gif|}} DetachViewFromParent(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} DetachViewFromParent(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4588: Line 5163:
 ** {{wiki:​ProtectedMethod.gif|}} DetachViewsFromParent(Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} DetachViewsFromParent(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4608: Line 5183:
 ** {{wiki:​ProtectedMethod.gif|}} DispatchFreezeSelfOnly(SparseArray) ** ** {{wiki:​ProtectedMethod.gif|}} DispatchFreezeSelfOnly(SparseArray) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4624: Line 5199:
 ** {{wiki:​ProtectedMethod.gif|}} DispatchThawSelfOnly(SparseArray) ** ** {{wiki:​ProtectedMethod.gif|}} DispatchThawSelfOnly(SparseArray) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4640: Line 5215:
 ** {{wiki:​ProtectedMethod.gif|}} DrawChild(Canvas,​View,​Int64) ** ** {{wiki:​ProtectedMethod.gif|}} DrawChild(Canvas,​View,​Int64) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4659: Line 5234:
   * //​drawingTime//​   * //​drawingTime//​
     * Type:Int64     * Type:Int64
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GenerateDefaultLayoutParams() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​LayoutParams 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} GenerateLayoutParams(LayoutParams) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​LayoutParams 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //p// 
-    * Type:​LayoutParams 
-    * Description:​N/​A 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} SetMeasuredDimension(Int32,​Int32) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​measuredWidth//​ 
-    * Type:Int32 
-    * Description:​N/​A 
- 
-  * //​measuredHeight//​ 
-    * Type:Int32 
     * Description:​N/​A     * Description:​N/​A
  
Line 4712: Line 5239:
 ** {{wiki:​ProtectedMethod.gif|}} VerifyDrawable(Drawable) ** ** {{wiki:​ProtectedMethod.gif|}} VerifyDrawable(Drawable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4726: Line 5253:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​OnLayout(Boolean,​Int32,​Int32,​Int32,​Int32) **+** {{wiki:​ProtectedMethod.gif|}} ​SetMeasuredDimension(Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4737: Line 5264:
  
 == Parameters == == Parameters ==
-  * //changed//ย +  * //measuredWidth//
-    * Type:​Booleanย +
-    * Description:​N/​Aย +
-ย +
-  * //left//+
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
-  * //top//ย +  * //measuredHeight//
-    * Type:​Int32ย +
-    * Description:​N/​Aย +
-ย +
-  * //right//ย +
-    * Type:​Int32ย +
-    * Description:​N/​Aย +
-ย +
-  * //​bottom//​ย +
-    * Type:​Int32ย +
-    * Description:​N/​Aย +
-ย +
-<div newline></​div>​ย +
-** {{wiki:​ProtectedMethod.gif|}} OnMeasure(Int32,​Int32) **ย +
-ย +
-N/Aย +
-== Remarks ==ย +
-N/Aย +
-ย +
-== Return Value ==ย +
-  * Type:Voidย +
-  * Description:​N/​Aย +
-ย +
-== Parameters ==ย +
-  * //​widthMeasureSpec//​ย +
-    * Type:​Int32ย +
-    * Description:​N/​Aย +
-ย +
-  * //​heightMeasureSpec//+
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
Line 4780: Line 5275:
 ** {{wiki:​ProtectedMethod.gif|}} OnOverScrolled(Int32,​Int32,​Boolean,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} OnOverScrolled(Int32,​Int32,​Boolean,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4808: Line 5303:
 ** {{wiki:​ProtectedMethod.gif|}} OnRestoreInstanceState(IParcelable) ** ** {{wiki:​ProtectedMethod.gif|}} OnRestoreInstanceState(IParcelable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4824: Line 5319:
 ** {{wiki:​ProtectedMethod.gif|}} OnSaveInstanceState() ** ** {{wiki:​ProtectedMethod.gif|}} OnSaveInstanceState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4836: Line 5331:
 ** {{wiki:​ProtectedMethod.gif|}} OnScrollChanged(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} OnScrollChanged(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4864: Line 5359:
 ** {{wiki:​ProtectedMethod.gif|}} OnSetAlpha(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} OnSetAlpha(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4880: Line 5375:
 ** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} OnSizeChanged(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4908: Line 5403:
 ** {{wiki:​ProtectedMethod.gif|}} OnVisibilityChanged(View,​ViewStates) ** ** {{wiki:​ProtectedMethod.gif|}} OnVisibilityChanged(View,​ViewStates) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4928: Line 5423:
 ** {{wiki:​ProtectedMethod.gif|}} OnWindowVisibilityChanged(ViewStates) ** ** {{wiki:​ProtectedMethod.gif|}} OnWindowVisibilityChanged(ViewStates) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4944: Line 5439:
 ** {{wiki:​ProtectedMethod.gif|}} OverScrollBy(Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} OverScrollBy(Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Int32,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4992: Line 5487:
 ** {{wiki:​ProtectedMethod.gif|}} OnAnimationEnd() ** ** {{wiki:​ProtectedMethod.gif|}} OnAnimationEnd() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5004: Line 5499:
 ** {{wiki:​ProtectedMethod.gif|}} OnAnimationStart() ** ** {{wiki:​ProtectedMethod.gif|}} OnAnimationStart() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5016: Line 5511:
 ** {{wiki:​ProtectedMethod.gif|}} OnAttachedToWindow() ** ** {{wiki:​ProtectedMethod.gif|}} OnAttachedToWindow() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5028: Line 5523:
 ** {{wiki:​ProtectedMethod.gif|}} OnConfigurationChanged(Configuration) ** ** {{wiki:​ProtectedMethod.gif|}} OnConfigurationChanged(Configuration) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5044: Line 5539:
 ** {{wiki:​ProtectedMethod.gif|}} OnCreateContextMenu(IContextMenu) ** ** {{wiki:​ProtectedMethod.gif|}} OnCreateContextMenu(IContextMenu) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5060: Line 5555:
 ** {{wiki:​ProtectedMethod.gif|}} OnCreateDrawableState(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} OnCreateDrawableState(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5076: Line 5571:
 ** {{wiki:​ProtectedMethod.gif|}} OnDetachedFromWindow() ** ** {{wiki:​ProtectedMethod.gif|}} OnDetachedFromWindow() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5088: Line 5583:
 ** {{wiki:​ProtectedMethod.gif|}} OnDisplayHint(Int32) ** ** {{wiki:​ProtectedMethod.gif|}} OnDisplayHint(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5104: Line 5599:
 ** {{wiki:​ProtectedMethod.gif|}} OnDraw(Canvas) ** ** {{wiki:​ProtectedMethod.gif|}} OnDraw(Canvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5120: Line 5615:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawScrollBars(Canvas) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawScrollBars(Canvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5136: Line 5631:
 ** {{wiki:​ProtectedMethod.gif|}} OnFinishInflate() ** ** {{wiki:​ProtectedMethod.gif|}} OnFinishInflate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5148: Line 5643:
 ** {{wiki:​ProtectedMethod.gif|}} OnFocusChanged(Boolean,​FocusSearchDirection,​Rect) ** ** {{wiki:​ProtectedMethod.gif|}} OnFocusChanged(Boolean,​FocusSearchDirection,​Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5170: Line 5665:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchVisibilityChanged(View,ViewStates) **+** {{wiki:​ProtectedMethod.gif|}} ​OnLayout(Boolean,Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5181: Line 5676:
  
 == Parameters == == Parameters ==
-  * //changedView//ย +  * //changed//ย 
-    * Type:View+    * Type:Boolean
     * Description:​N/​A     * Description:​N/​A
  
-  * //visibility//ย +  * //left//ย 
-    * Type:ViewStates+    * Type:Int32ย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //top//ย 
 +    * Type:​Int32ย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //right//ย 
 +    * Type:​Int32ย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //​bottom//​ย 
 +    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DrawableStateChanged() **+** {{wiki:​ProtectedMethod.gif|}} ​OnMeasure(Int32,Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5201: Line 5708:
  
 == Parameters == == Parameters ==
 +  * //​widthMeasureSpec//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​heightMeasureSpec//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} FitSystemWindows(Rect) ** ** {{wiki:​ProtectedMethod.gif|}} FitSystemWindows(Rect) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5220: Line 5735:
 ** {{wiki:​ProtectedMethod.gif|}} InitializeFadingEdge(TypedArray) ** ** {{wiki:​ProtectedMethod.gif|}} InitializeFadingEdge(TypedArray) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5236: Line 5751:
 ** {{wiki:​ProtectedMethod.gif|}} InitializeScrollbars(TypedArray) ** ** {{wiki:​ProtectedMethod.gif|}} InitializeScrollbars(TypedArray) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5250: Line 5765:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​ComputeHorizontalScrollExtent() **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchGenericFocusedEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Int32+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​ComputeHorizontalScrollOffset() **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchGenericPointerEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Int32+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​ComputeHorizontalScrollRange() **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchHoverEvent(MotionEvent) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Int32+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //e//
 +    * Type:​MotionEvent
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​ComputeVerticalScrollExtent() **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchRestoreInstanceState(SparseArray) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Int32+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //​container//​
 +    * Type:​SparseArray
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​ComputeVerticalScrollOffset() **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchSaveInstanceState(SparseArray) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Int32+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //​container//​
 +    * Type:​SparseArray
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​ComputeVerticalScrollRange() **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchSetActivated(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Int32+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 +  * //​activated//​
 +    * Type:​Boolean
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchDraw(Canvas) **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchSetPressed(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5333: Line 5872:
  
 == Parameters == == Parameters ==
-  * //canvas//ย +  * //pressed//ย 
-    * Type:Canvas+    * Type:Boolean
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchGenericFocusedEvent(MotionEvent) **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchSetSelected(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //e//ย +  * //selected//ย 
-    * Type:MotionEvent+    * Type:Boolean
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchGenericPointerEvent(MotionEvent) **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchVisibilityChanged(View,​ViewStates) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //e//ย +  * //changedView//ย 
-    * Type:MotionEvent+    * Type:Viewย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //​visibility//​ย 
 +    * Type:​ViewStates
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchHoverEvent(MotionEvent) **+** {{wiki:​ProtectedMethod.gif|}} ​DrawableStateChanged() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //e// 
-    * Type:​MotionEvent 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchRestoreInstanceState(SparseArray) **+** {{wiki:​ProtectedMethod.gif|}} ​AwakenScrollBars(Int32,​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Boolean
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //container//ย +  * //startDelay//ย 
-    * Type:SparseArray+    * Type:Int32ย 
 +    * Description:​N/​Aย 
 +ย 
 +  * //​invalidate//​ย 
 +    * Type:​Boolean
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchSaveInstanceState(SparseArray) **+** {{wiki:​ProtectedMethod.gif|}} ​ComputeHorizontalScrollExtent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Int32
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //​container/​/ย +<div newline><​/div>ย 
-    Type:SparseArrayย +** {{wiki:ProtectedMethod.gif|}} ComputeHorizontalScrollOffset() **
-    ​Description:​N/​A+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchSetActivated(Boolean) **+** {{wiki:​ProtectedMethod.gif|}} ​ComputeHorizontalScrollRange() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Int32
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //​activated//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchSetPressed(Boolean) **+** {{wiki:​ProtectedMethod.gif|}} ​ComputeVerticalScrollExtent() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Int32
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //pressed// 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchSetSelected(Boolean) **+** {{wiki:​ProtectedMethod.gif|}} ​ComputeVerticalScrollOffset() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:Int32
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //​selected//​ 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​AwakenScrollBars() **+** {{wiki:​ProtectedMethod.gif|}} ​ComputeVerticalScrollRange() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Int32
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​AwakenScrollBars(Int32) **+** {{wiki:​ProtectedMethod.gif|}} ​DispatchDraw(Canvas) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //startDelay//ย +  * //canvas//ย 
-    * Type:Int32+    * Type:Canvas
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars(Int32,​Boolean) **+** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//ย 
 +ย 
 +== Return Value ==ย 
 +  * Type:​Booleanย 
 +  * Description:​N/​Aย 
 +ย 
 +== Parameters ==ย 
 +<div newline></​div>​ย 
 +** {{wiki:​ProtectedMethod.gif|}} AwakenScrollBars(Int32) **ย 
 +ย 
 +  * //N/A//ย 
 +== Remarks ==ย 
 +  * //N/A//
  
 == Return Value == == Return Value ==
Line 5507: Line 6058:
   * //​startDelay//​   * //​startDelay//​
     * Type:Int32     * Type:Int32
-    * Description:​N/​A 
- 
-  * //​invalidate//​ 
-    * Type:​Boolean 
     * Description:​N/​A     * Description:​N/​A
  
Line 5516: Line 6063:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5528: Line 6075:
 ** {{wiki:​ProtectedMethod.gif|}} SetHandleOnDeserialized(StreamingContext) ** ** {{wiki:​ProtectedMethod.gif|}} SetHandleOnDeserialized(StreamingContext) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5544: Line 6091:
 ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5560: Line 6107:
 ** {{wiki:​ProtectedMethod.gif|}} SetHandle(IntPtr,​JniHandleOwnership) ** ** {{wiki:​ProtectedMethod.gif|}} SetHandle(IntPtr,​JniHandleOwnership) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5580: Line 6127:
 ** {{wiki:​ProtectedMethod.gif|}} Clone() ** ** {{wiki:​ProtectedMethod.gif|}} Clone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5592: Line 6139:
 ** {{wiki:​ProtectedMethod.gif|}} JavaFinalize() ** ** {{wiki:​ProtectedMethod.gif|}} JavaFinalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5604: Line 6151:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 5617: Line 6164:
 ** {{wiki:​PublicProperty.gif|}} CurrentMap ** ** {{wiki:​PublicProperty.gif|}} CurrentMap **
  
-Gets or sets current map that the mapTool will be drawn on+  * //Gets or sets current map that the mapTool will be drawn on//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]   * Type:​[[ThinkGeo.MapSuite.AndroidEdition.MapView|MapView]]
Line 5625: Line 6172:
 ** {{wiki:​PublicProperty.gif|}} IsEnabled ** ** {{wiki:​PublicProperty.gif|}} IsEnabled **
  
-Gets or sets a value indicating whether this instance is enabled.+  * //Gets or sets a value indicating whether this instance is enabled.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5633: Line 6180:
 ** {{wiki:​PublicProperty.gif|}} Gravity ** ** {{wiki:​PublicProperty.gif|}} Gravity **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​GravityFlags   * Type:​GravityFlags
Line 5641: Line 6188:
 ** {{wiki:​PublicProperty.gif|}} AlwaysDrawnWithCacheEnabled ** ** {{wiki:​PublicProperty.gif|}} AlwaysDrawnWithCacheEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5649: Line 6196:
 ** {{wiki:​PublicProperty.gif|}} AnimationCacheEnabled ** ** {{wiki:​PublicProperty.gif|}} AnimationCacheEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5657: Line 6204:
 ** {{wiki:​PublicProperty.gif|}} ChildCount ** ** {{wiki:​PublicProperty.gif|}} ChildCount **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 5665: Line 6212:
 ** {{wiki:​PublicProperty.gif|}} ClipChildren ** ** {{wiki:​PublicProperty.gif|}} ClipChildren **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//ย 
 +== Return Value ==ย 
 +  * Type:​Booleanย 
 +ย 
 +** {{wiki:​PublicProperty.gif|}} ClipToPadding **ย 
 +ย 
 +  * //N/A//ย 
 +== Remarks ==ย 
 +  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5673: Line 6228:
 ** {{wiki:​PublicProperty.gif|}} DescendantFocusability ** ** {{wiki:​PublicProperty.gif|}} DescendantFocusability **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DescendantFocusability   * Type:​DescendantFocusability
Line 5681: Line 6236:
 ** {{wiki:​PublicProperty.gif|}} FocusedChild ** ** {{wiki:​PublicProperty.gif|}} FocusedChild **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:View   * Type:View
Line 5689: Line 6244:
 ** {{wiki:​PublicProperty.gif|}} LayoutAnimation ** ** {{wiki:​PublicProperty.gif|}} LayoutAnimation **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​LayoutAnimationController   * Type:​LayoutAnimationController
Line 5697: Line 6252:
 ** {{wiki:​PublicProperty.gif|}} LayoutAnimationListener ** ** {{wiki:​PublicProperty.gif|}} LayoutAnimationListener **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IAnimationListener   * Type:​IAnimationListener
Line 5705: Line 6260:
 ** {{wiki:​PublicProperty.gif|}} LayoutMode ** ** {{wiki:​PublicProperty.gif|}} LayoutMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ViewLayoutMode   * Type:​ViewLayoutMode
Line 5713: Line 6268:
 ** {{wiki:​PublicProperty.gif|}} LayoutTransition ** ** {{wiki:​PublicProperty.gif|}} LayoutTransition **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​LayoutTransition   * Type:​LayoutTransition
Line 5721: Line 6276:
 ** {{wiki:​PublicProperty.gif|}} MotionEventSplittingEnabled ** ** {{wiki:​PublicProperty.gif|}} MotionEventSplittingEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
 +
 +** {{wiki:​PublicProperty.gif|}} NestedScrollAxes **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​ScrollAxis
  
 ** {{wiki:​PublicProperty.gif|}} PersistentDrawingCache ** ** {{wiki:​PublicProperty.gif|}} PersistentDrawingCache **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​PersistentDrawingCaches   * Type:​PersistentDrawingCaches
 +
 +** {{wiki:​PublicProperty.gif|}} TouchscreenBlocksFocus **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​Boolean
 +
 +** {{wiki:​PublicProperty.gif|}} TransitionGroup **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​Boolean
  
 ** {{wiki:​PublicProperty.gif|}} AccessibilityLiveRegion ** ** {{wiki:​PublicProperty.gif|}} AccessibilityLiveRegion **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​AccessibilityLiveRegion   * Type:​AccessibilityLiveRegion
Line 5745: Line 6324:
 ** {{wiki:​PublicProperty.gif|}} AccessibilityNodeProvider ** ** {{wiki:​PublicProperty.gif|}} AccessibilityNodeProvider **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​AccessibilityNodeProvider   * Type:​AccessibilityNodeProvider
 +
 +** {{wiki:​PublicProperty.gif|}} AccessibilityTraversalAfter **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:Int32
 +
 +** {{wiki:​PublicProperty.gif|}} AccessibilityTraversalBefore **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:Int32
  
 ** {{wiki:​PublicProperty.gif|}} Activated ** ** {{wiki:​PublicProperty.gif|}} Activated **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5761: Line 6356:
 ** {{wiki:​PublicProperty.gif|}} Alpha ** ** {{wiki:​PublicProperty.gif|}} Alpha **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 5769: Line 6364:
 ** {{wiki:​PublicProperty.gif|}} Animation ** ** {{wiki:​PublicProperty.gif|}} Animation **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Animation   * Type:​Animation
Line 5777: Line 6372:
 ** {{wiki:​PublicProperty.gif|}} ApplicationWindowToken ** ** {{wiki:​PublicProperty.gif|}} ApplicationWindowToken **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IBinder   * Type:​IBinder
Line 5785: Line 6380:
 ** {{wiki:​PublicProperty.gif|}} Background ** ** {{wiki:​PublicProperty.gif|}} Background **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Drawable   * Type:​Drawable
 +
 +** {{wiki:​PublicProperty.gif|}} BackgroundTintList **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​ColorStateList
 +
 +** {{wiki:​PublicProperty.gif|}} BackgroundTintMode **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:Mode
  
 ** {{wiki:​PublicProperty.gif|}} Baseline ** ** {{wiki:​PublicProperty.gif|}} Baseline **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 5801: Line 6412:
 ** {{wiki:​PublicProperty.gif|}} Bottom ** ** {{wiki:​PublicProperty.gif|}} Bottom **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 5809: Line 6420:
 ** {{wiki:​PublicProperty.gif|}} CameraDistance ** ** {{wiki:​PublicProperty.gif|}} CameraDistance **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 5817: Line 6428:
 ** {{wiki:​PublicProperty.gif|}} Clickable ** ** {{wiki:​PublicProperty.gif|}} Clickable **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5825: Line 6436:
 ** {{wiki:​PublicProperty.gif|}} ClipBounds ** ** {{wiki:​PublicProperty.gif|}} ClipBounds **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Rect   * Type:Rect
 +
 +** {{wiki:​PublicProperty.gif|}} ClipToOutline **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​Boolean
  
 ** {{wiki:​PublicProperty.gif|}} ContentDescriptionFormatted ** ** {{wiki:​PublicProperty.gif|}} ContentDescriptionFormatted **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ICharSequence   * Type:​ICharSequence
Line 5841: Line 6460:
 ** {{wiki:​PublicProperty.gif|}} ContentDescription ** ** {{wiki:​PublicProperty.gif|}} ContentDescription **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 5849: Line 6468:
 ** {{wiki:​PublicProperty.gif|}} Context ** ** {{wiki:​PublicProperty.gif|}} Context **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Context   * Type:​Context
Line 5857: Line 6476:
 ** {{wiki:​PublicProperty.gif|}} Display ** ** {{wiki:​PublicProperty.gif|}} Display **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Display   * Type:​Display
Line 5865: Line 6484:
 ** {{wiki:​PublicProperty.gif|}} DrawingCache ** ** {{wiki:​PublicProperty.gif|}} DrawingCache **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Bitmap   * Type:Bitmap
Line 5873: Line 6492:
 ** {{wiki:​PublicProperty.gif|}} DrawingCacheBackgroundColor ** ** {{wiki:​PublicProperty.gif|}} DrawingCacheBackgroundColor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Color   * Type:Color
Line 5881: Line 6500:
 ** {{wiki:​PublicProperty.gif|}} DrawingCacheEnabled ** ** {{wiki:​PublicProperty.gif|}} DrawingCacheEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5889: Line 6508:
 ** {{wiki:​PublicProperty.gif|}} DrawingCacheQuality ** ** {{wiki:​PublicProperty.gif|}} DrawingCacheQuality **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DrawingCacheQuality   * Type:​DrawingCacheQuality
Line 5897: Line 6516:
 ** {{wiki:​PublicProperty.gif|}} DrawingTime ** ** {{wiki:​PublicProperty.gif|}} DrawingTime **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int64   * Type:Int64
Line 5905: Line 6524:
 ** {{wiki:​PublicProperty.gif|}} DuplicateParentStateEnabled ** ** {{wiki:​PublicProperty.gif|}} DuplicateParentStateEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
 +
 +** {{wiki:​PublicProperty.gif|}} Elevation **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:Single
  
 ** {{wiki:​PublicProperty.gif|}} Enabled ** ** {{wiki:​PublicProperty.gif|}} Enabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5921: Line 6548:
 ** {{wiki:​PublicProperty.gif|}} FilterTouchesWhenObscured ** ** {{wiki:​PublicProperty.gif|}} FilterTouchesWhenObscured **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5929: Line 6556:
 ** {{wiki:​PublicProperty.gif|}} FitsSystemWindows ** ** {{wiki:​PublicProperty.gif|}} FitsSystemWindows **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5937: Line 6564:
 ** {{wiki:​PublicProperty.gif|}} Focusable ** ** {{wiki:​PublicProperty.gif|}} Focusable **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5945: Line 6572:
 ** {{wiki:​PublicProperty.gif|}} FocusableInTouchMode ** ** {{wiki:​PublicProperty.gif|}} FocusableInTouchMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5953: Line 6580:
 ** {{wiki:​PublicProperty.gif|}} Handler ** ** {{wiki:​PublicProperty.gif|}} Handler **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Handler   * Type:​Handler
Line 5961: Line 6588:
 ** {{wiki:​PublicProperty.gif|}} HapticFeedbackEnabled ** ** {{wiki:​PublicProperty.gif|}} HapticFeedbackEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5969: Line 6596:
 ** {{wiki:​PublicProperty.gif|}} HasFocus ** ** {{wiki:​PublicProperty.gif|}} HasFocus **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5977: Line 6604:
 ** {{wiki:​PublicProperty.gif|}} HasFocusable ** ** {{wiki:​PublicProperty.gif|}} HasFocusable **
  
-N/A+  * //N/A//ย 
 +== Remarks ==ย 
 +  * //N/A//ย 
 +== Return Value ==ย 
 +  * Type:​Booleanย 
 +ย 
 +** {{wiki:​PublicProperty.gif|}} HasNestedScrollingParent **ย 
 +ย 
 +  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5985: Line 6620:
 ** {{wiki:​PublicProperty.gif|}} HasOnClickListeners ** ** {{wiki:​PublicProperty.gif|}} HasOnClickListeners **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 5993: Line 6628:
 ** {{wiki:​PublicProperty.gif|}} HasOverlappingRendering ** ** {{wiki:​PublicProperty.gif|}} HasOverlappingRendering **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6001: Line 6636:
 ** {{wiki:​PublicProperty.gif|}} HasTransientState ** ** {{wiki:​PublicProperty.gif|}} HasTransientState **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6009: Line 6644:
 ** {{wiki:​PublicProperty.gif|}} HasWindowFocus ** ** {{wiki:​PublicProperty.gif|}} HasWindowFocus **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6017: Line 6652:
 ** {{wiki:​PublicProperty.gif|}} Height ** ** {{wiki:​PublicProperty.gif|}} Height **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6025: Line 6660:
 ** {{wiki:​PublicProperty.gif|}} HorizontalFadingEdgeEnabled ** ** {{wiki:​PublicProperty.gif|}} HorizontalFadingEdgeEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6033: Line 6668:
 ** {{wiki:​PublicProperty.gif|}} HorizontalFadingEdgeLength ** ** {{wiki:​PublicProperty.gif|}} HorizontalFadingEdgeLength **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6041: Line 6676:
 ** {{wiki:​PublicProperty.gif|}} HorizontalScrollBarEnabled ** ** {{wiki:​PublicProperty.gif|}} HorizontalScrollBarEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6049: Line 6684:
 ** {{wiki:​PublicProperty.gif|}} Hovered ** ** {{wiki:​PublicProperty.gif|}} Hovered **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6057: Line 6692:
 ** {{wiki:​PublicProperty.gif|}} Id ** ** {{wiki:​PublicProperty.gif|}} Id **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6065: Line 6700:
 ** {{wiki:​PublicProperty.gif|}} ImportantForAccessibility ** ** {{wiki:​PublicProperty.gif|}} ImportantForAccessibility **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ImportantForAccessibility   * Type:​ImportantForAccessibility
 +
 +** {{wiki:​PublicProperty.gif|}} IsAccessibilityFocused **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​Boolean
  
 ** {{wiki:​PublicProperty.gif|}} IsAttachedToWindow ** ** {{wiki:​PublicProperty.gif|}} IsAttachedToWindow **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6081: Line 6724:
 ** {{wiki:​PublicProperty.gif|}} IsDirty ** ** {{wiki:​PublicProperty.gif|}} IsDirty **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6089: Line 6732:
 ** {{wiki:​PublicProperty.gif|}} IsFocused ** ** {{wiki:​PublicProperty.gif|}} IsFocused **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6097: Line 6740:
 ** {{wiki:​PublicProperty.gif|}} IsHardwareAccelerated ** ** {{wiki:​PublicProperty.gif|}} IsHardwareAccelerated **
  
-N/A+  * //N/A//ย 
 +== Remarks ==ย 
 +  * //N/A//ย 
 +== Return Value ==ย 
 +  * Type:​Booleanย 
 +ย 
 +** {{wiki:​PublicProperty.gif|}} IsImportantForAccessibility **ย 
 +ย 
 +  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6105: Line 6756:
 ** {{wiki:​PublicProperty.gif|}} IsInEditMode ** ** {{wiki:​PublicProperty.gif|}} IsInEditMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6113: Line 6764:
 ** {{wiki:​PublicProperty.gif|}} IsInLayout ** ** {{wiki:​PublicProperty.gif|}} IsInLayout **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6121: Line 6772:
 ** {{wiki:​PublicProperty.gif|}} IsInTouchMode ** ** {{wiki:​PublicProperty.gif|}} IsInTouchMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6129: Line 6780:
 ** {{wiki:​PublicProperty.gif|}} IsLaidOut ** ** {{wiki:​PublicProperty.gif|}} IsLaidOut **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6137: Line 6788:
 ** {{wiki:​PublicProperty.gif|}} IsLayoutDirectionResolved ** ** {{wiki:​PublicProperty.gif|}} IsLayoutDirectionResolved **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6145: Line 6796:
 ** {{wiki:​PublicProperty.gif|}} IsLayoutRequested ** ** {{wiki:​PublicProperty.gif|}} IsLayoutRequested **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6153: Line 6804:
 ** {{wiki:​PublicProperty.gif|}} IsOpaque ** ** {{wiki:​PublicProperty.gif|}} IsOpaque **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6161: Line 6812:
 ** {{wiki:​PublicProperty.gif|}} IsPaddingRelative ** ** {{wiki:​PublicProperty.gif|}} IsPaddingRelative **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6169: Line 6820:
 ** {{wiki:​PublicProperty.gif|}} IsScrollContainer ** ** {{wiki:​PublicProperty.gif|}} IsScrollContainer **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6177: Line 6828:
 ** {{wiki:​PublicProperty.gif|}} IsShown ** ** {{wiki:​PublicProperty.gif|}} IsShown **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6185: Line 6836:
 ** {{wiki:​PublicProperty.gif|}} IsTextAlignmentResolved ** ** {{wiki:​PublicProperty.gif|}} IsTextAlignmentResolved **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6193: Line 6844:
 ** {{wiki:​PublicProperty.gif|}} IsTextDirectionResolved ** ** {{wiki:​PublicProperty.gif|}} IsTextDirectionResolved **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6201: Line 6852:
 ** {{wiki:​PublicProperty.gif|}} KeepScreenOn ** ** {{wiki:​PublicProperty.gif|}} KeepScreenOn **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6209: Line 6860:
 ** {{wiki:​PublicProperty.gif|}} KeyDispatcherState ** ** {{wiki:​PublicProperty.gif|}} KeyDispatcherState **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​DispatcherState   * Type:​DispatcherState
Line 6217: Line 6868:
 ** {{wiki:​PublicProperty.gif|}} LabelFor ** ** {{wiki:​PublicProperty.gif|}} LabelFor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6225: Line 6876:
 ** {{wiki:​PublicProperty.gif|}} LayerType ** ** {{wiki:​PublicProperty.gif|}} LayerType **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​LayerType   * Type:​LayerType
Line 6233: Line 6884:
 ** {{wiki:​PublicProperty.gif|}} LayoutDirection ** ** {{wiki:​PublicProperty.gif|}} LayoutDirection **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​LayoutDirection   * Type:​LayoutDirection
Line 6241: Line 6892:
 ** {{wiki:​PublicProperty.gif|}} LayoutParameters ** ** {{wiki:​PublicProperty.gif|}} LayoutParameters **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​LayoutParams   * Type:​LayoutParams
Line 6249: Line 6900:
 ** {{wiki:​PublicProperty.gif|}} Left ** ** {{wiki:​PublicProperty.gif|}} Left **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6257: Line 6908:
 ** {{wiki:​PublicProperty.gif|}} LongClickable ** ** {{wiki:​PublicProperty.gif|}} LongClickable **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6265: Line 6916:
 ** {{wiki:​PublicProperty.gif|}} Matrix ** ** {{wiki:​PublicProperty.gif|}} Matrix **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Matrix   * Type:Matrix
Line 6273: Line 6924:
 ** {{wiki:​PublicProperty.gif|}} MeasuredHeight ** ** {{wiki:​PublicProperty.gif|}} MeasuredHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6281: Line 6932:
 ** {{wiki:​PublicProperty.gif|}} MeasuredHeightAndState ** ** {{wiki:​PublicProperty.gif|}} MeasuredHeightAndState **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6289: Line 6940:
 ** {{wiki:​PublicProperty.gif|}} MeasuredState ** ** {{wiki:​PublicProperty.gif|}} MeasuredState **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6297: Line 6948:
 ** {{wiki:​PublicProperty.gif|}} MeasuredWidth ** ** {{wiki:​PublicProperty.gif|}} MeasuredWidth **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6305: Line 6956:
 ** {{wiki:​PublicProperty.gif|}} MeasuredWidthAndState ** ** {{wiki:​PublicProperty.gif|}} MeasuredWidthAndState **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6313: Line 6964:
 ** {{wiki:​PublicProperty.gif|}} MinimumHeight ** ** {{wiki:​PublicProperty.gif|}} MinimumHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6321: Line 6972:
 ** {{wiki:​PublicProperty.gif|}} MinimumWidth ** ** {{wiki:​PublicProperty.gif|}} MinimumWidth **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
 +
 +** {{wiki:​PublicProperty.gif|}} NestedScrollingEnabled **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​Boolean
  
 ** {{wiki:​PublicProperty.gif|}} NextFocusDownId ** ** {{wiki:​PublicProperty.gif|}} NextFocusDownId **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6337: Line 6996:
 ** {{wiki:​PublicProperty.gif|}} NextFocusForwardId ** ** {{wiki:​PublicProperty.gif|}} NextFocusForwardId **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6345: Line 7004:
 ** {{wiki:​PublicProperty.gif|}} NextFocusLeftId ** ** {{wiki:​PublicProperty.gif|}} NextFocusLeftId **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6353: Line 7012:
 ** {{wiki:​PublicProperty.gif|}} NextFocusRightId ** ** {{wiki:​PublicProperty.gif|}} NextFocusRightId **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6361: Line 7020:
 ** {{wiki:​PublicProperty.gif|}} NextFocusUpId ** ** {{wiki:​PublicProperty.gif|}} NextFocusUpId **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6369: Line 7028:
 ** {{wiki:​PublicProperty.gif|}} OnFocusChangeListener ** ** {{wiki:​PublicProperty.gif|}} OnFocusChangeListener **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IOnFocusChangeListener   * Type:​IOnFocusChangeListener
 +
 +** {{wiki:​PublicProperty.gif|}} OutlineProvider **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​ViewOutlineProvider
  
 ** {{wiki:​PublicProperty.gif|}} OverScrollMode ** ** {{wiki:​PublicProperty.gif|}} OverScrollMode **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​OverScrollMode   * Type:​OverScrollMode
Line 6385: Line 7052:
 ** {{wiki:​PublicProperty.gif|}} Overlay ** ** {{wiki:​PublicProperty.gif|}} Overlay **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ViewOverlay   * Type:​ViewOverlay
Line 6393: Line 7060:
 ** {{wiki:​PublicProperty.gif|}} PaddingBottom ** ** {{wiki:​PublicProperty.gif|}} PaddingBottom **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6401: Line 7068:
 ** {{wiki:​PublicProperty.gif|}} PaddingEnd ** ** {{wiki:​PublicProperty.gif|}} PaddingEnd **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6409: Line 7076:
 ** {{wiki:​PublicProperty.gif|}} PaddingLeft ** ** {{wiki:​PublicProperty.gif|}} PaddingLeft **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6417: Line 7084:
 ** {{wiki:​PublicProperty.gif|}} PaddingRight ** ** {{wiki:​PublicProperty.gif|}} PaddingRight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6425: Line 7092:
 ** {{wiki:​PublicProperty.gif|}} PaddingStart ** ** {{wiki:​PublicProperty.gif|}} PaddingStart **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6433: Line 7100:
 ** {{wiki:​PublicProperty.gif|}} PaddingTop ** ** {{wiki:​PublicProperty.gif|}} PaddingTop **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6441: Line 7108:
 ** {{wiki:​PublicProperty.gif|}} Parent ** ** {{wiki:​PublicProperty.gif|}} Parent **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IViewParent   * Type:​IViewParent
Line 6449: Line 7116:
 ** {{wiki:​PublicProperty.gif|}} ParentForAccessibility ** ** {{wiki:​PublicProperty.gif|}} ParentForAccessibility **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IViewParent   * Type:​IViewParent
Line 6457: Line 7124:
 ** {{wiki:​PublicProperty.gif|}} PivotX ** ** {{wiki:​PublicProperty.gif|}} PivotX **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6465: Line 7132:
 ** {{wiki:​PublicProperty.gif|}} PivotY ** ** {{wiki:​PublicProperty.gif|}} PivotY **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6473: Line 7140:
 ** {{wiki:​PublicProperty.gif|}} Pressed ** ** {{wiki:​PublicProperty.gif|}} Pressed **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6481: Line 7148:
 ** {{wiki:​PublicProperty.gif|}} Resources ** ** {{wiki:​PublicProperty.gif|}} Resources **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Resources   * Type:​Resources
Line 6489: Line 7156:
 ** {{wiki:​PublicProperty.gif|}} Right ** ** {{wiki:​PublicProperty.gif|}} Right **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6497: Line 7164:
 ** {{wiki:​PublicProperty.gif|}} RootView ** ** {{wiki:​PublicProperty.gif|}} RootView **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:View   * Type:View
Line 6505: Line 7172:
 ** {{wiki:​PublicProperty.gif|}} Rotation ** ** {{wiki:​PublicProperty.gif|}} Rotation **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6513: Line 7180:
 ** {{wiki:​PublicProperty.gif|}} RotationX ** ** {{wiki:​PublicProperty.gif|}} RotationX **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6521: Line 7188:
 ** {{wiki:​PublicProperty.gif|}} RotationY ** ** {{wiki:​PublicProperty.gif|}} RotationY **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6529: Line 7196:
 ** {{wiki:​PublicProperty.gif|}} SaveEnabled ** ** {{wiki:​PublicProperty.gif|}} SaveEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6537: Line 7204:
 ** {{wiki:​PublicProperty.gif|}} SaveFromParentEnabled ** ** {{wiki:​PublicProperty.gif|}} SaveFromParentEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6545: Line 7212:
 ** {{wiki:​PublicProperty.gif|}} ScaleX ** ** {{wiki:​PublicProperty.gif|}} ScaleX **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6553: Line 7220:
 ** {{wiki:​PublicProperty.gif|}} ScaleY ** ** {{wiki:​PublicProperty.gif|}} ScaleY **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6561: Line 7228:
 ** {{wiki:​PublicProperty.gif|}} ScrollBarDefaultDelayBeforeFade ** ** {{wiki:​PublicProperty.gif|}} ScrollBarDefaultDelayBeforeFade **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6569: Line 7236:
 ** {{wiki:​PublicProperty.gif|}} ScrollBarFadeDuration ** ** {{wiki:​PublicProperty.gif|}} ScrollBarFadeDuration **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6577: Line 7244:
 ** {{wiki:​PublicProperty.gif|}} ScrollBarSize ** ** {{wiki:​PublicProperty.gif|}} ScrollBarSize **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6585: Line 7252:
 ** {{wiki:​PublicProperty.gif|}} ScrollBarStyle ** ** {{wiki:​PublicProperty.gif|}} ScrollBarStyle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ScrollbarStyles   * Type:​ScrollbarStyles
Line 6593: Line 7260:
 ** {{wiki:​PublicProperty.gif|}} ScrollX ** ** {{wiki:​PublicProperty.gif|}} ScrollX **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6601: Line 7268:
 ** {{wiki:​PublicProperty.gif|}} ScrollY ** ** {{wiki:​PublicProperty.gif|}} ScrollY **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6609: Line 7276:
 ** {{wiki:​PublicProperty.gif|}} ScrollbarFadingEnabled ** ** {{wiki:​PublicProperty.gif|}} ScrollbarFadingEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6617: Line 7284:
 ** {{wiki:​PublicProperty.gif|}} Selected ** ** {{wiki:​PublicProperty.gif|}} Selected **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6625: Line 7292:
 ** {{wiki:​PublicProperty.gif|}} SolidColor ** ** {{wiki:​PublicProperty.gif|}} SolidColor **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6633: Line 7300:
 ** {{wiki:​PublicProperty.gif|}} SoundEffectsEnabled ** ** {{wiki:​PublicProperty.gif|}} SoundEffectsEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
 +
 +** {{wiki:​PublicProperty.gif|}} StateListAnimator **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​StateListAnimator
  
 ** {{wiki:​PublicProperty.gif|}} SystemUiVisibility ** ** {{wiki:​PublicProperty.gif|}} SystemUiVisibility **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​StatusBarVisibility   * Type:​StatusBarVisibility
Line 6649: Line 7324:
 ** {{wiki:​PublicProperty.gif|}} Tag ** ** {{wiki:​PublicProperty.gif|}} Tag **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Object   * Type:Object
Line 6657: Line 7332:
 ** {{wiki:​PublicProperty.gif|}} TextAlignment ** ** {{wiki:​PublicProperty.gif|}} TextAlignment **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​TextAlignment   * Type:​TextAlignment
Line 6665: Line 7340:
 ** {{wiki:​PublicProperty.gif|}} TextDirection ** ** {{wiki:​PublicProperty.gif|}} TextDirection **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​TextDirection   * Type:​TextDirection
Line 6673: Line 7348:
 ** {{wiki:​PublicProperty.gif|}} Top ** ** {{wiki:​PublicProperty.gif|}} Top **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6681: Line 7356:
 ** {{wiki:​PublicProperty.gif|}} TouchDelegate ** ** {{wiki:​PublicProperty.gif|}} TouchDelegate **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​TouchDelegate   * Type:​TouchDelegate
Line 6689: Line 7364:
 ** {{wiki:​PublicProperty.gif|}} Touchables ** ** {{wiki:​PublicProperty.gif|}} Touchables **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IList<​View>​   * Type:​IList<​View>​
 +
 +** {{wiki:​PublicProperty.gif|}} TransitionName **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:String
  
 ** {{wiki:​PublicProperty.gif|}} TranslationX ** ** {{wiki:​PublicProperty.gif|}} TranslationX **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6705: Line 7388:
 ** {{wiki:​PublicProperty.gif|}} TranslationY ** ** {{wiki:​PublicProperty.gif|}} TranslationY **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//ย 
 +== Return Value ==ย 
 +  * Type:​Singleย 
 +ย 
 +** {{wiki:​PublicProperty.gif|}} TranslationZ **ย 
 +ย 
 +  * //N/A//ย 
 +== Remarks ==ย 
 +  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6713: Line 7404:
 ** {{wiki:​PublicProperty.gif|}} VerticalFadingEdgeEnabled ** ** {{wiki:​PublicProperty.gif|}} VerticalFadingEdgeEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6721: Line 7412:
 ** {{wiki:​PublicProperty.gif|}} VerticalFadingEdgeLength ** ** {{wiki:​PublicProperty.gif|}} VerticalFadingEdgeLength **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6729: Line 7420:
 ** {{wiki:​PublicProperty.gif|}} VerticalScrollBarEnabled ** ** {{wiki:​PublicProperty.gif|}} VerticalScrollBarEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6737: Line 7428:
 ** {{wiki:​PublicProperty.gif|}} VerticalScrollbarPosition ** ** {{wiki:​PublicProperty.gif|}} VerticalScrollbarPosition **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ScrollbarPosition   * Type:​ScrollbarPosition
Line 6745: Line 7436:
 ** {{wiki:​PublicProperty.gif|}} VerticalScrollbarWidth ** ** {{wiki:​PublicProperty.gif|}} VerticalScrollbarWidth **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6753: Line 7444:
 ** {{wiki:​PublicProperty.gif|}} ViewTreeObserver ** ** {{wiki:​PublicProperty.gif|}} ViewTreeObserver **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ViewTreeObserver   * Type:​ViewTreeObserver
Line 6761: Line 7452:
 ** {{wiki:​PublicProperty.gif|}} Visibility ** ** {{wiki:​PublicProperty.gif|}} Visibility **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ViewStates   * Type:​ViewStates
Line 6769: Line 7460:
 ** {{wiki:​PublicProperty.gif|}} Width ** ** {{wiki:​PublicProperty.gif|}} Width **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6777: Line 7468:
 ** {{wiki:​PublicProperty.gif|}} WindowId ** ** {{wiki:​PublicProperty.gif|}} WindowId **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​WindowId   * Type:​WindowId
Line 6785: Line 7476:
 ** {{wiki:​PublicProperty.gif|}} WindowSystemUiVisibility ** ** {{wiki:​PublicProperty.gif|}} WindowSystemUiVisibility **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​SystemUiFlags   * Type:​SystemUiFlags
Line 6793: Line 7484:
 ** {{wiki:​PublicProperty.gif|}} WindowToken ** ** {{wiki:​PublicProperty.gif|}} WindowToken **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IBinder   * Type:​IBinder
Line 6801: Line 7492:
 ** {{wiki:​PublicProperty.gif|}} WindowVisibility ** ** {{wiki:​PublicProperty.gif|}} WindowVisibility **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ViewStates   * Type:​ViewStates
 +
 +** {{wiki:​PublicProperty.gif|}} ApplyWindowInsets **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​ApplyWindowInsetsHandler
  
 ** {{wiki:​PublicProperty.gif|}} Handle ** ** {{wiki:​PublicProperty.gif|}} Handle **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:IntPtr   * Type:IntPtr
Line 6817: Line 7516:
 ** {{wiki:​PublicProperty.gif|}} Class ** ** {{wiki:​PublicProperty.gif|}} Class **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Class   * Type:Class
Line 6826: Line 7525:
 ** {{wiki:​ProtectedProperty.gif|}} ThresholdClass ** ** {{wiki:​ProtectedProperty.gif|}} ThresholdClass **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:IntPtr   * Type:IntPtr
Line 6834: Line 7533:
 ** {{wiki:​ProtectedProperty.gif|}} ThresholdType ** ** {{wiki:​ProtectedProperty.gif|}} ThresholdType **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Type   * Type:Type
Line 6842: Line 7541:
 ** {{wiki:​ProtectedProperty.gif|}} ChildrenDrawingOrderEnabled ** ** {{wiki:​ProtectedProperty.gif|}} ChildrenDrawingOrderEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6850: Line 7549:
 ** {{wiki:​ProtectedProperty.gif|}} ChildrenDrawnWithCacheEnabled ** ** {{wiki:​ProtectedProperty.gif|}} ChildrenDrawnWithCacheEnabled **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6858: Line 7557:
 ** {{wiki:​ProtectedProperty.gif|}} BottomFadingEdgeStrength ** ** {{wiki:​ProtectedProperty.gif|}} BottomFadingEdgeStrength **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6866: Line 7565:
 ** {{wiki:​ProtectedProperty.gif|}} BottomPaddingOffset ** ** {{wiki:​ProtectedProperty.gif|}} BottomPaddingOffset **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6874: Line 7573:
 ** {{wiki:​ProtectedProperty.gif|}} ContextMenuInfo ** ** {{wiki:​ProtectedProperty.gif|}} ContextMenuInfo **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​IContextMenuContextMenuInfo   * Type:​IContextMenuContextMenuInfo
Line 6882: Line 7581:
 ** {{wiki:​ProtectedProperty.gif|}} HorizontalScrollbarHeight ** ** {{wiki:​ProtectedProperty.gif|}} HorizontalScrollbarHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6890: Line 7589:
 ** {{wiki:​ProtectedProperty.gif|}} IsPaddingOffsetRequired ** ** {{wiki:​ProtectedProperty.gif|}} IsPaddingOffsetRequired **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 6898: Line 7597:
 ** {{wiki:​ProtectedProperty.gif|}} LeftFadingEdgeStrength ** ** {{wiki:​ProtectedProperty.gif|}} LeftFadingEdgeStrength **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6906: Line 7605:
 ** {{wiki:​ProtectedProperty.gif|}} LeftPaddingOffset ** ** {{wiki:​ProtectedProperty.gif|}} LeftPaddingOffset **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6914: Line 7613:
 ** {{wiki:​ProtectedProperty.gif|}} RightFadingEdgeStrength ** ** {{wiki:​ProtectedProperty.gif|}} RightFadingEdgeStrength **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6922: Line 7621:
 ** {{wiki:​ProtectedProperty.gif|}} RightPaddingOffset ** ** {{wiki:​ProtectedProperty.gif|}} RightPaddingOffset **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6930: Line 7629:
 ** {{wiki:​ProtectedProperty.gif|}} SuggestedMinimumHeight ** ** {{wiki:​ProtectedProperty.gif|}} SuggestedMinimumHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6938: Line 7637:
 ** {{wiki:​ProtectedProperty.gif|}} SuggestedMinimumWidth ** ** {{wiki:​ProtectedProperty.gif|}} SuggestedMinimumWidth **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6946: Line 7645:
 ** {{wiki:​ProtectedProperty.gif|}} TopFadingEdgeStrength ** ** {{wiki:​ProtectedProperty.gif|}} TopFadingEdgeStrength **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 6954: Line 7653:
 ** {{wiki:​ProtectedProperty.gif|}} TopPaddingOffset ** ** {{wiki:​ProtectedProperty.gif|}} TopPaddingOffset **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6962: Line 7661:
 ** {{wiki:​ProtectedProperty.gif|}} WindowAttachCount ** ** {{wiki:​ProtectedProperty.gif|}} WindowAttachCount **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 6970: Line 7669:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} ChildViewAdded ** ** {{wiki:​PublicEvent.gif|}} ChildViewAdded **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​ChildViewAddedEventArgs Event Arguments:​ChildViewAddedEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} ChildViewRemoved ** ** {{wiki:​PublicEvent.gif|}} ChildViewRemoved **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​ChildViewRemovedEventArgs Event Arguments:​ChildViewRemovedEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} AnimationEnd ** ** {{wiki:​PublicEvent.gif|}} AnimationEnd **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​AnimationEndEventArgs Event Arguments:​AnimationEndEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} AnimationRepeat ** ** {{wiki:​PublicEvent.gif|}} AnimationRepeat **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​AnimationRepeatEventArgs Event Arguments:​AnimationRepeatEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} AnimationStart ** ** {{wiki:​PublicEvent.gif|}} AnimationStart **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​AnimationStartEventArgs Event Arguments:​AnimationStartEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} ViewAttachedToWindow ** ** {{wiki:​PublicEvent.gif|}} ViewAttachedToWindow **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​ViewAttachedToWindowEventArgs Event Arguments:​ViewAttachedToWindowEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} ViewDetachedFromWindow ** ** {{wiki:​PublicEvent.gif|}} ViewDetachedFromWindow **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​ViewDetachedFromWindowEventArgs Event Arguments:​ViewDetachedFromWindowEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} LayoutChange ** ** {{wiki:​PublicEvent.gif|}} LayoutChange **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​LayoutChangeEventArgs Event Arguments:​LayoutChangeEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} Click ** ** {{wiki:​PublicEvent.gif|}} Click **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments: Event Arguments:
  
 ** {{wiki:​PublicEvent.gif|}} ContextMenuCreated ** ** {{wiki:​PublicEvent.gif|}} ContextMenuCreated **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​CreateContextMenuEventArgs Event Arguments:​CreateContextMenuEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} Drag ** ** {{wiki:​PublicEvent.gif|}} Drag **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​DragEventArgs Event Arguments:​DragEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} GenericMotion ** ** {{wiki:​PublicEvent.gif|}} GenericMotion **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​GenericMotionEventArgs Event Arguments:​GenericMotionEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} Hover ** ** {{wiki:​PublicEvent.gif|}} Hover **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​HoverEventArgs Event Arguments:​HoverEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} KeyPress ** ** {{wiki:​PublicEvent.gif|}} KeyPress **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​KeyEventArgs Event Arguments:​KeyEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} LongClick ** ** {{wiki:​PublicEvent.gif|}} LongClick **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​LongClickEventArgs Event Arguments:​LongClickEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} SystemUiVisibilityChange ** ** {{wiki:​PublicEvent.gif|}} SystemUiVisibilityChange **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​SystemUiVisibilityChangeEventArgs Event Arguments:​SystemUiVisibilityChangeEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} Touch ** ** {{wiki:​PublicEvent.gif|}} Touch **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​TouchEventArgs Event Arguments:​TouchEventArgs
  
 ** {{wiki:​PublicEvent.gif|}} FocusChange ** ** {{wiki:​PublicEvent.gif|}} FocusChange **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​FocusChangeEventArgs Event Arguments:​FocusChangeEventArgs
  
  
thinkgeo.mapsuite.androidedition.maptool.1442831440.txt.gz ยท Last modified: 2015/09/21 10:30 by admin