User Tools

Site Tools


thinkgeo.mapsuite.androidedition.tileview

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.tileview [2015/09/21 10:32]
admin
thinkgeo.mapsuite.androidedition.tileview [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.AndroidEdition.TileView ====== ====== ThinkGeo.MapSuite.AndroidEdition.TileView ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents the base class of tile which is the element to form tile overlay. This class represents the base class of tile which is the element to form tile overlay.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 12: Line 15:
 ** {{wiki:​PublicMethod.gif|}} TileView(Context) ** ** {{wiki:​PublicMethod.gif|}} TileView(Context) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //context//   * //context//
Line 25: Line 28:
 ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) ** ** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas) **
  
-This method draws the image for tile.+  * //This method draws the image for tile.//
 == Remarks == == Remarks ==
-This method is the concrete wrapper for the virtual method DrawCore. This method draws the representation for the overlay based on the extent you provided.+  * //This method is the concrete wrapper for the virtual method DrawCore. This method draws the representation for the overlay based on the extent you provided.//
  
 == Return Value == == Return Value ==
Line 39: Line 42:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetScaleType(ScaleType) **+** {{wiki:​PublicMethod.gif|}} ​SetImageState(Int32[],​Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 50: Line 53:
  
 == Parameters == == Parameters ==
-  * //scaleType// +  * //state// 
-    * Type:ScaleType+    * Type:Int32[]
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ +  ​* //merge// 
-** {{wiki:​PublicMethod.gif|}} ClearColorFilter() ** +    * Type:Boolean
- +
-N/A +
-== Remarks == +
-N/A +
- +
-== Return Value == +
-  * Type:Void +
-  * Description:​N/​A +
- +
-== Parameters == +
-<div newline></​div>​ +
-** {{wiki:​PublicMethod.gif|}} GetScaleType() ** +
- +
-N/A +
-== Remarks == +
-N/A +
- +
-== Return Value == +
-  * Type:​ScaleType +
-  * Description:​N/​A +
- +
-== Parameters == +
-<div newline></​div>​ +
-** {{wiki:​PublicMethod.gif|}} OnCreateDrawableState(Int32) ** +
- +
-N/A +
-== Remarks == +
-N/A +
- +
-== Return Value == +
-  * Type:​Int32[] +
-  * Description:​N/​A +
- +
-== Parameters == +
-  ​* //extraSpace// +
-    * Type:Int32+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetAdjustViewBounds(Boolean) **+** {{wiki:​PublicMethod.gif|}} ​SetImageURI(Uri) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 106: Line 73:
  
 == Parameters == == Parameters ==
-  * //adjustViewBounds// +  * //uri// 
-    * Type:Boolean+    * Type:Uri
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetAlpha(Int32) **+** {{wiki:​PublicMethod.gif|}} ​SetMaxHeight(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 122: Line 89:
  
 == Parameters == == Parameters ==
-  * //alpha//+  * //maxHeight//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetBaseline(Int32) **+** {{wiki:​PublicMethod.gif|}} ​SetMaxWidth(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 138: Line 105:
  
 == Parameters == == Parameters ==
-  * //baseline//+  * //maxWidth//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetColorFilter(ColorFilter) **+** {{wiki:​PublicMethod.gif|}} ​SetScaleType(ScaleType) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 154: Line 121:
  
 == Parameters == == Parameters ==
-  * //cf// +  * //scaleType// 
-    * Type:ColorFilter+    * Type:ScaleType
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetColorFilter(Color) **+** {{wiki:​PublicMethod.gif|}} ​ClearColorFilter() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 170: Line 137:
  
 == Parameters == == Parameters ==
-  * //color// 
-    * Type:Color 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetColorFilter(Color,Mode) **+** {{wiki:​PublicMethod.gif|}} ​GetScaleType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:ScaleType
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //color// 
-    * Type:Color 
-    * Description:​N/​A 
- 
-  * //mode// 
-    * Type:Mode 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetImageBitmap(Bitmap) **+** {{wiki:​PublicMethod.gif|}} ​OnCreateDrawableState(Int32) **
  
-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 ==
-  * //bm// +  * //extraSpace// 
-    * Type:Bitmap+    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetImageDrawable(Drawable) **+** {{wiki:​PublicMethod.gif|}} ​SetAdjustViewBounds(Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 222: Line 177:
  
 == Parameters == == Parameters ==
-  * //drawable// +  * //adjustViewBounds// 
-    * Type:Drawable+    * Type:Boolean
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetImageLevel(Int32) **+** {{wiki:​PublicMethod.gif|}} ​SetAlpha(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 238: Line 193:
  
 == Parameters == == Parameters ==
-  * //level//+  * //alpha//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetImageResource(Int32) **+** {{wiki:​PublicMethod.gif|}} ​SetBaseline(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 254: Line 209:
  
 == Parameters == == Parameters ==
-  * //resId//+  * //baseline//
     * Type:Int32     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetImageState(Int32[],​Boolean) **+** {{wiki:​PublicMethod.gif|}} ​SetColorFilter(ColorFilter) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 270: Line 225:
  
 == Parameters == == Parameters ==
-  * //state// +  * //cf// 
-    * Type:Int32[] +    * Type:ColorFilter
-    * Description:​N/​A +
- +
-  * //merge// +
-    * Type:​Boolean+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetImageURI(Uri) **+** {{wiki:​PublicMethod.gif|}} ​SetColorFilter(Color) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 290: Line 241:
  
 == Parameters == == Parameters ==
-  * //uri// +  * //color// 
-    * Type:Uri+    * Type:Color
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetMaxHeight(Int32) **+** {{wiki:​PublicMethod.gif|}} ​SetColorFilter(Color,Mode) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 306: Line 257:
  
 == Parameters == == Parameters ==
-  * //maxHeight// +  * //color// 
-    * Type:Int32+    * Type:Color
     * Description:​N/​A     * Description:​N/​A
  
-<div newline></​div>​ +  ​* //mode// 
-** {{wiki:​PublicMethod.gif|}} SetMaxWidth(Int32) ** +    * Type:Mode
- +
-N/A +
-== Remarks == +
-N/A +
- +
-== Return Value == +
-  * Type:Void +
-  * Description:​N/​A +
- +
-== Parameters == +
-  ​* //maxWidth// +
-    * Type:Int32+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetFadingEdgeLength(Int32) **+** {{wiki:​PublicMethod.gif|}} ​SetImageBitmap(Bitmap) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 338: Line 277:
  
 == Parameters == == Parameters ==
-  * //length// +  * //bm// 
-    * Type:Int32+    * Type:Bitmap
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetFitsSystemWindows(Boolean) **+** {{wiki:​PublicMethod.gif|}} ​SetImageDrawable(Drawable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 354: Line 293:
  
 == Parameters == == Parameters ==
-  * //fitSystemWindows// +  * //drawable// 
-    * Type:Boolean+    * Type:Drawable
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetLayerPaint(Paint) **+** {{wiki:​PublicMethod.gif|}} ​SetImageLevel(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 370: Line 309:
  
 == Parameters == == Parameters ==
-  * //paint// +  * //level// 
-    * Type:Paint+    * Type:Int32
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​SetLayerType(LayerType,​Paint) **+** {{wiki:​PublicMethod.gif|}} ​SetImageResource(Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 386: Line 325:
  
 == Parameters == == Parameters ==
-  * //layerType//​ +  * //resId//
-    * Type:​LayerType +
-    * Description:​N/​A +
- +
-  * //paint// +
-    * Type:​Paint +
-    * Description:​N/​A +
- +
-<div newline></​div>​ +
-** {{wiki:​PublicMethod.gif|}} SetMinimumHeight(Int32) ** +
- +
-N/A +
-== Remarks == +
-N/A +
- +
-== Return Value == +
-  * Type:Void +
-  * Description:​N/​A +
- +
-== Parameters == +
-  * //minHeight//+
     * Type:Int32     * Type:Int32
     * 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 422: Line 341:
  
 == Parameters == == Parameters ==
-  * //minWidth// +  * //listener// 
-    * Type:Int32+    * Type:IOnApplyWindowInsetsListener
     * Description:​N/​A     * Description:​N/​A
  
Line 429: Line 348:
 ** {{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 445: Line 364:
 ** {{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 461: Line 380:
 ** {{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 477: Line 396:
 ** {{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 493: Line 412:
 ** {{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 509: Line 428:
 ** {{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 525: Line 444:
 ** {{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 541: Line 460:
 ** {{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 557: Line 476:
 ** {{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 573: Line 492:
 ** {{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 601: Line 520:
 ** {{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 629: Line 548:
 ** {{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 645: Line 564:
 ** {{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 665: Line 584:
 ** {{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 681: Line 600:
 ** {{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 697: Line 616:
 ** {{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 713: Line 632:
 ** {{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 723: Line 642:
 == 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 729: Line 664:
 ** {{wiki:​PublicMethod.gif|}} ShowContextMenu() ** ** {{wiki:​PublicMethod.gif|}} ShowContextMenu() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 741: Line 676:
 ** {{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 757: Line 692:
 ** {{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 773: Line 708:
 ** {{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 799: Line 734:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​UnscheduleDrawable(Drawable) **+** {{wiki:​PublicMethod.gif|}} ​StartNestedScroll(ScrollAxis) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A +  ​* //N/A//
- +
-== Return Value == +
-  ​Type:Void +
-  * Description:​N/+
- +
-== Parameters == +
-  * //who// +
-    * Type:​Drawable +
-    * Description:​N/A +
- +
-<div newline><​/div> +
-** {{wiki:​PublicMethod.gif|}} UnscheduleDrawable(Drawable,​IRunnable) ** +
- +
-N/+
-== Remarks == +
-N/A +
- +
-== Return Value == +
-  * Type:Void +
-  * Description:​N/​A +
- +
-== Parameters == +
-  * //who// +
-    * Type:​Drawable +
-    * Description:​N/​A +
- +
-  * //what// +
-    * Type:​IRunnable +
-    * Description:​N/​A +
- +
-<div newline></​div>​ +
-** {{wiki:​PublicMethod.gif|}} WillNotCacheDrawing() ** +
- +
-N/A +
-== Remarks == +
-N/A+
  
 == Return Value == == Return Value ==
Line 846: Line 745:
  
 == 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 891: Line 762:
 == 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 902: Line 773:
  
 == 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 930: Line 789:
  
 == 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 1045: Line 844:
 ** {{wiki:​PublicMethod.gif|}} RefreshDrawableState() ** ** {{wiki:​PublicMethod.gif|}} RefreshDrawableState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1057: Line 856:
 ** {{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 1073: Line 872:
 ** {{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 1089: Line 888:
 ** {{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 1102: Line 901:
     * 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 1117: Line 928:
 ** {{wiki:​PublicMethod.gif|}} RequestFocus() ** ** {{wiki:​PublicMethod.gif|}} RequestFocus() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1129: Line 940:
 ** {{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 1145: Line 956:
 ** {{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 1165: Line 976:
 ** {{wiki:​PublicMethod.gif|}} RequestFocusFromTouch() ** ** {{wiki:​PublicMethod.gif|}} RequestFocusFromTouch() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1177: Line 988:
 ** {{wiki:​PublicMethod.gif|}} RequestLayout() ** ** {{wiki:​PublicMethod.gif|}} RequestLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1189: Line 1000:
 ** {{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 1205: Line 1016:
 ** {{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 1220: Line 1031:
   * //​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 1225: Line 1052:
 ** {{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 1241: Line 1068:
 ** {{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 1257: Line 1084:
 ** {{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 1281: Line 1108:
 ** {{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 1301: Line 1128:
 ** {{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 1321: Line 1148:
 ** {{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 1337: Line 1164:
 ** {{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 1353: Line 1180:
 ** {{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 1369: Line 1196:
 ** {{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 1385: Line 1212:
 ** {{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 1401: Line 1228:
 ** {{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 1417: Line 1244:
 ** {{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 1431: Line 1258:
  
 <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 1557: Line 1360:
 ** {{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 1573: Line 1376:
 ** {{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 1589: Line 1392:
 ** {{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 1605: Line 1408:
 ** {{wiki:​PublicMethod.gif|}} OnStartTemporaryDetach() ** ** {{wiki:​PublicMethod.gif|}} OnStartTemporaryDetach() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1617: Line 1420:
 ** {{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 1633: Line 1436:
 ** {{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 1649: Line 1452:
 ** {{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 1665: Line 1468:
 ** {{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 1681: Line 1484:
 ** {{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 1701: Line 1504:
 ** {{wiki:​PublicMethod.gif|}} PerformClick() ** ** {{wiki:​PublicMethod.gif|}} PerformClick() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1713: Line 1516:
 ** {{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 1729: Line 1532:
 ** {{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 1749: Line 1552:
 ** {{wiki:​PublicMethod.gif|}} PerformLongClick() ** ** {{wiki:​PublicMethod.gif|}} PerformLongClick() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1761: Line 1564:
 ** {{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 1777: Line 1580:
 ** {{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 1791: Line 1594:
  
 <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 1814: Line 1625:
  
 == 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 1830: Line 1637:
  
 == 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 1858: Line 1665:
  
 == 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 1874: Line 1681:
  
 == Parameters == == Parameters ==
-<div newline><​/div> +  * //​delayMilliseconds/​
-** {{wiki:PublicMethod.gif|}} Layout(Int32,​Int32,​Int32,​Int32) **+    Type:Int64 
 +    ​Description:​N/​A
  
-N/A +  ​* //left//
-== Remarks == +
-N/A +
- +
-== Return Value == +
-  * Type:Void +
-  * Description:​N/​A +
- +
-== Parameters == +
-  ​* //l//+
     * 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|}} ​Measure(Int32,Int32) **+** {{wiki:​PublicMethod.gif|}} ​PostInvalidateOnAnimation() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1914: Line 1713:
  
 == 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 1934: Line 1753:
  
 == 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 1957: Line 1776:
 ** {{wiki:​PublicMethod.gif|}} OnCancelPendingInputEvents() ** ** {{wiki:​PublicMethod.gif|}} OnCancelPendingInputEvents() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1969: Line 1788:
 ** {{wiki:​PublicMethod.gif|}} OnCheckIsTextEditor() ** ** {{wiki:​PublicMethod.gif|}} OnCheckIsTextEditor() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 1981: Line 1800:
 ** {{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 1997: Line 1816:
 ** {{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 2013: Line 1832:
 ** {{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 2029: Line 1848:
 ** {{wiki:​PublicMethod.gif|}} OnFinishTemporaryDetach() ** ** {{wiki:​PublicMethod.gif|}} OnFinishTemporaryDetach() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2041: Line 1860:
 ** {{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 2057: Line 1876:
 ** {{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 2073: Line 1892:
 ** {{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 2089: Line 1908:
 ** {{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 2105: Line 1924:
 ** {{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 2119: Line 1938:
  
 <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 2130: Line 1949:
  
 == 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 2146: Line 1969:
  
 == 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 2162: Line 1989:
  
 == 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 2289: Line 2064:
 ** {{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 2313: Line 2088:
 ** {{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 2329: Line 2104:
 ** {{wiki:​PublicMethod.gif|}} InvokeFitsSystemWindows() ** ** {{wiki:​PublicMethod.gif|}} InvokeFitsSystemWindows() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2341: Line 2116:
 ** {{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 2357: Line 2132:
 ** {{wiki:​PublicMethod.gif|}} ForceLayout() ** ** {{wiki:​PublicMethod.gif|}} ForceLayout() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2369: Line 2144:
 ** {{wiki:​PublicMethod.gif|}} GetDrawableState() ** ** {{wiki:​PublicMethod.gif|}} GetDrawableState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2381: Line 2156:
 ** {{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 2397: Line 2172:
 ** {{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 2413: Line 2188:
 ** {{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 2429: Line 2204:
 ** {{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 2445: Line 2220:
 ** {{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 2461: Line 2236:
 ** {{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 2481: Line 2256:
 ** {{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 2497: Line 2272:
 ** {{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 2513: Line 2288:
 ** {{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 2529: Line 2304:
 ** {{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 2545: Line 2320:
 ** {{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 2561: Line 2336:
 ** {{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 2577: Line 2352:
 ** {{wiki:​PublicMethod.gif|}} GetX() ** ** {{wiki:​PublicMethod.gif|}} GetX() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2589: Line 2364:
 ** {{wiki:​PublicMethod.gif|}} GetY() ** ** {{wiki:​PublicMethod.gif|}} GetY() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2599: Line 2374:
 == 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/​+<div newline><​/div> 
-    Type:Int32 +** {{wiki:PublicMethod.gif|}} Invalidate() **
-    ​Description:​N/​A+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​CheckInputConnectionProxy(View) **+** {{wiki:​PublicMethod.gif|}} ​Invalidate(Rect) **
  
-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// +  * //dirty// 
-    * Type:View+    * Type:Rect
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ClearAnimation() **+** {{wiki:​PublicMethod.gif|}} ​Invalidate(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2642: Line 2425:
  
 == 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|}} ​ClearFocus() **+** {{wiki:​PublicMethod.gif|}} ​InvalidateDrawable(Drawable) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2654: Line 2453:
  
 == Parameters == == Parameters ==
 +  * //​drawable//​
 +    * Type:​Drawable
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​ComputeScroll() **+** {{wiki:​PublicMethod.gif|}} ​InvalidateOutline() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2667: Line 2470:
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​CreateAccessibilityNodeInfo() **+** {{wiki:​PublicMethod.gif|}} ​JumpDrawablesToCurrentState() **
  
-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|}} ​Layout(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 2690: Line 2493:
  
 == Parameters == == Parameters ==
-  * //menu// +  * //l// 
-    * Type:IContextMenu+    * Type:Int32 
 +    * Description:​N/​A 
 + 
 +  * //t// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //r// 
 +    * Type:​Int32 
 +    * Description:​N/​A 
 + 
 +  * //b// 
 +    * Type:Int32
     * Description:​N/​A     * 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 2706: Line 2521:
  
 == 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 2718: Line 2541:
  
 == 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 2734: Line 2557:
  
 == 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 2757: Line 2584:
 ** {{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 2773: Line 2600:
 ** {{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 2789: Line 2616:
 ** {{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 2805: Line 2632:
 ** {{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 2816: Line 2643:
   * //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 2821: Line 2772:
 ** {{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 2837: Line 2788:
 ** {{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 2851: Line 2802:
  
 <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 2887: Line 2854:
  
 <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 2898: Line 2865:
  
 == 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 2922: Line 2897:
  
 == 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 2938: Line 2913:
  
 == 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 2954: Line 2929:
  
 == 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 2998: Line 2977:
  
 == 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 3005: Line 2992:
 ** {{wiki:​PublicMethod.gif|}} BringToFront() ** ** {{wiki:​PublicMethod.gif|}} BringToFront() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3017: Line 3004:
 ** {{wiki:​PublicMethod.gif|}} BuildDrawingCache() ** ** {{wiki:​PublicMethod.gif|}} BuildDrawingCache() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3029: Line 3016:
 ** {{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 3045: Line 3032:
 ** {{wiki:​PublicMethod.gif|}} BuildLayer() ** ** {{wiki:​PublicMethod.gif|}} BuildLayer() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3057: Line 3044:
 ** {{wiki:​PublicMethod.gif|}} CallOnClick() ** ** {{wiki:​PublicMethod.gif|}} CallOnClick() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3069: Line 3056:
 ** {{wiki:​PublicMethod.gif|}} CancelLongPress() ** ** {{wiki:​PublicMethod.gif|}} CancelLongPress() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3081: Line 3068:
 ** {{wiki:​PublicMethod.gif|}} CancelPendingInputEvents() ** ** {{wiki:​PublicMethod.gif|}} CancelPendingInputEvents() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3093: Line 3080:
 ** {{wiki:​PublicMethod.gif|}} CanResolveLayoutDirection() ** ** {{wiki:​PublicMethod.gif|}} CanResolveLayoutDirection() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3105: Line 3092:
 ** {{wiki:​PublicMethod.gif|}} CanResolveTextAlignment() ** ** {{wiki:​PublicMethod.gif|}} CanResolveTextAlignment() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3117: Line 3104:
 ** {{wiki:​PublicMethod.gif|}} CanResolveTextDirection() ** ** {{wiki:​PublicMethod.gif|}} CanResolveTextDirection() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3129: Line 3116:
 ** {{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 3140: Line 3127:
   * //​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 3145: Line 3476:
 ** {{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 3161: Line 3492:
 ** {{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 3177: Line 3508:
 ** {{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 3197: Line 3528:
 ** {{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 3213: Line 3544:
 ** {{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 3237: Line 3568:
 ** {{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 3252: Line 3583:
   * //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 3257: Line 3604:
 ** {{wiki:​PublicMethod.gif|}} Wait() ** ** {{wiki:​PublicMethod.gif|}} Wait() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3269: Line 3616:
 ** {{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 3285: Line 3632:
 ** {{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 3305: Line 3652:
 ** {{wiki:​PublicMethod.gif|}} Dispose() ** ** {{wiki:​PublicMethod.gif|}} Dispose() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3317: Line 3664:
 ** {{wiki:​PublicMethod.gif|}} ToArray() ** ** {{wiki:​PublicMethod.gif|}} ToArray() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3329: Line 3676:
 ** {{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 3345: Line 3692:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3357: Line 3704:
 ** {{wiki:​PublicMethod.gif|}} Notify() ** ** {{wiki:​PublicMethod.gif|}} Notify() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3369: Line 3716:
 ** {{wiki:​PublicMethod.gif|}} NotifyAll() ** ** {{wiki:​PublicMethod.gif|}} NotifyAll() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3381: Line 3728:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3393: Line 3740:
 ** {{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 3409: Line 3756:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3422: Line 3769:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas) **
  
-This method draws the image for the tile.+  * //This method draws the image for the tile.//
 == Remarks == == Remarks ==
-When implementing this abstract method, consider if the IsAsync property. If yes, draw it in background thread; If no, draw it directly with the properties we provid.+  * //When implementing this abstract method, consider if the IsAsync property. If yes, draw it in background thread; If no, draw it directly with the properties we provid.//
  
 == Return Value == == Return Value ==
Line 3438: Line 3785:
 ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) ** ** {{wiki:​ProtectedMethod.gif|}} Dispose(Boolean) **
  
-This method dispose unmanaged resource used in this class.+  * //This method dispose unmanaged resource used in this class.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3454: Line 3801:
 ** {{wiki:​ProtectedMethod.gif|}} SetFrame(Int32,​Int32,​Int32,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} SetFrame(Int32,​Int32,​Int32,​Int32) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3476: Line 3823:
  
   * //b//   * //b//
-    * Type:Int32 
-    * 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     * Type:Int32
     * Description:​N/​A     * Description:​N/​A
Line 3502: Line 3829:
 ** {{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 3516: Line 3843:
  
 <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 3527: Line 3854:
  
 == 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 3570: Line 3865:
 ** {{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 3598: Line 3893:
 ** {{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 3614: Line 3909:
 ** {{wiki:​ProtectedMethod.gif|}} OnSaveInstanceState() ** ** {{wiki:​ProtectedMethod.gif|}} OnSaveInstanceState() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3626: Line 3921:
 ** {{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 3654: Line 3949:
 ** {{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 3670: Line 3965:
 ** {{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 3698: Line 3993:
 ** {{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 3718: Line 4013:
 ** {{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 3734: Line 4029:
 ** {{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 3782: Line 4077:
 ** {{wiki:​ProtectedMethod.gif|}} OnAnimationEnd() ** ** {{wiki:​ProtectedMethod.gif|}} OnAnimationEnd() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3794: Line 4089:
 ** {{wiki:​ProtectedMethod.gif|}} OnAnimationStart() ** ** {{wiki:​ProtectedMethod.gif|}} OnAnimationStart() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3806: Line 4101:
 ** {{wiki:​ProtectedMethod.gif|}} OnAttachedToWindow() ** ** {{wiki:​ProtectedMethod.gif|}} OnAttachedToWindow() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3818: Line 4113:
 ** {{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 3834: Line 4129:
 ** {{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 3850: Line 4145:
 ** {{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 3866: Line 4161:
 ** {{wiki:​ProtectedMethod.gif|}} OnDetachedFromWindow() ** ** {{wiki:​ProtectedMethod.gif|}} OnDetachedFromWindow() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3878: Line 4173:
 ** {{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 3894: Line 4189:
 ** {{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 3910: Line 4205:
 ** {{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 3926: Line 4221:
 ** {{wiki:​ProtectedMethod.gif|}} OnFinishInflate() ** ** {{wiki:​ProtectedMethod.gif|}} OnFinishInflate() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 3938: Line 4233:
 ** {{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 3960: Line 4255:
  
 <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 3971: Line 4266:
  
 == 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 3991: Line 4298:
  
 == 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 4010: Line 4325:
 ** {{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 4026: Line 4341:
 ** {{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 4040: Line 4355:
  
 <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 4123: Line 4462:
  
 == 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//​ 
-    * Type:​SparseArray 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchSetActivated(Boolean) **+** {{wiki:​ProtectedMethod.gif|}} ​ComputeHorizontalScrollOffset() **
  
-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|}} ​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 ==
-  * //pressed// 
-    * Type:​Boolean 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}} ​DispatchSetSelected(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 ==
-  * //selected/+<div newline><​/div> 
-    Type:Boolean +** {{wiki:ProtectedMethod.gif|}} ComputeVerticalScrollOffset() **
-    ​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|}} ​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 4297: Line 4648:
   * //​startDelay//​   * //​startDelay//​
     * Type:Int32     * Type:Int32
-    * Description:​N/​A 
- 
-  * //​invalidate//​ 
-    * Type:​Boolean 
     * Description:​N/​A     * Description:​N/​A
  
Line 4306: Line 4653:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4318: Line 4665:
 ** {{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 4334: Line 4681:
 ** {{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 4354: Line 4701:
 ** {{wiki:​ProtectedMethod.gif|}} Clone() ** ** {{wiki:​ProtectedMethod.gif|}} Clone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4366: Line 4713:
 ** {{wiki:​ProtectedMethod.gif|}} JavaFinalize() ** ** {{wiki:​ProtectedMethod.gif|}} JavaFinalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4378: Line 4725:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 4391: Line 4738:
 ** {{wiki:​PublicProperty.gif|}} TileWidth ** ** {{wiki:​PublicProperty.gif|}} TileWidth **
  
-Gets and sets the width of the tile.+  * //Gets and sets the width of the tile.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 4399: Line 4746:
 ** {{wiki:​PublicProperty.gif|}} TileHeight ** ** {{wiki:​PublicProperty.gif|}} TileHeight **
  
-Gets and sets the height of the tile.+  * //Gets and sets the height of the tile.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 4407: Line 4754:
 ** {{wiki:​PublicProperty.gif|}} BoundingBox ** ** {{wiki:​PublicProperty.gif|}} BoundingBox **
  
-Gets and sets the bounding box of the tile.+  * //Gets and sets the bounding box of the tile.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
Line 4415: Line 4762:
 ** {{wiki:​PublicProperty.gif|}} Scale ** ** {{wiki:​PublicProperty.gif|}} Scale **
  
-Gets and sets the scale of the tile.+  * //Gets and sets the scale of the tile.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 4423: Line 4770:
 ** {{wiki:​PublicProperty.gif|}} ColumnIndex ** ** {{wiki:​PublicProperty.gif|}} ColumnIndex **
  
-Gets and sets the column index of the tile.+  * //Gets and sets the column index of the tile.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int64   * Type:Int64
Line 4431: Line 4778:
 ** {{wiki:​PublicProperty.gif|}} RowIndex ** ** {{wiki:​PublicProperty.gif|}} RowIndex **
  
-Gets and sets the row index of the tile.+  * //Gets and sets the row index of the tile.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int64   * Type:Int64
Line 4439: Line 4786:
 ** {{wiki:​PublicProperty.gif|}} ZoomLevelIndex ** ** {{wiki:​PublicProperty.gif|}} ZoomLevelIndex **
  
-Gets and sets the zoom level index of the tile.+  * //Gets and sets the zoom level index of the tile.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 4447: Line 4794:
 ** {{wiki:​PublicProperty.gif|}} MapUnit ** ** {{wiki:​PublicProperty.gif|}} MapUnit **
  
-Gets and sets the map unit of the tile.+  * //Gets and sets the map unit of the tile.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]   * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
Line 4455: Line 4802:
 ** {{wiki:​PublicProperty.gif|}} AdjustViewBounds ** ** {{wiki:​PublicProperty.gif|}} AdjustViewBounds **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 4463: Line 4810:
 ** {{wiki:​PublicProperty.gif|}} BaselineAlignBottom ** ** {{wiki:​PublicProperty.gif|}} BaselineAlignBottom **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 4471: Line 4818:
 ** {{wiki:​PublicProperty.gif|}} ColorFilter ** ** {{wiki:​PublicProperty.gif|}} ColorFilter **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​ColorFilter   * Type:​ColorFilter
Line 4479: Line 4826:
 ** {{wiki:​PublicProperty.gif|}} CropToPadding ** ** {{wiki:​PublicProperty.gif|}} CropToPadding **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 4487: Line 4834:
 ** {{wiki:​PublicProperty.gif|}} Drawable ** ** {{wiki:​PublicProperty.gif|}} Drawable **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Drawable   * Type:​Drawable
Line 4495: Line 4842:
 ** {{wiki:​PublicProperty.gif|}} ImageAlpha ** ** {{wiki:​PublicProperty.gif|}} ImageAlpha **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 4503: Line 4850:
 ** {{wiki:​PublicProperty.gif|}} ImageMatrix ** ** {{wiki:​PublicProperty.gif|}} ImageMatrix **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Matrix   * Type:Matrix
 +
 +** {{wiki:​PublicProperty.gif|}} ImageTintList **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:​ColorStateList
 +
 +** {{wiki:​PublicProperty.gif|}} ImageTintMode **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Return Value ==
 +  * Type:Mode
  
 ** {{wiki:​PublicProperty.gif|}} MaxHeight ** ** {{wiki:​PublicProperty.gif|}} MaxHeight **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 4519: Line 4882:
 ** {{wiki:​PublicProperty.gif|}} MaxWidth ** ** {{wiki:​PublicProperty.gif|}} MaxWidth **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 4527: Line 4890:
 ** {{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 4535: Line 4898:
 ** {{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 4551: Line 4930:
 ** {{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 4559: Line 4938:
 ** {{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 4567: Line 4946:
 ** {{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 4575: Line 4954:
 ** {{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 4591: Line 4986:
 ** {{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 4599: Line 4994:
 ** {{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 4607: Line 5002:
 ** {{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 4615: Line 5010:
 ** {{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 4631: Line 5034:
 ** {{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 4639: Line 5042:
 ** {{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 4647: Line 5050:
 ** {{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 4655: Line 5058:
 ** {{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 4663: Line 5066:
 ** {{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 4671: Line 5074:
 ** {{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 4679: Line 5082:
 ** {{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 4687: Line 5090:
 ** {{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 4695: Line 5098:
 ** {{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 4711: Line 5122:
 ** {{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 4719: Line 5130:
 ** {{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 4727: Line 5138:
 ** {{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 4735: Line 5146:
 ** {{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 4743: Line 5154:
 ** {{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 4751: Line 5162:
 ** {{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 4759: Line 5170:
 ** {{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 4767: Line 5178:
 ** {{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 4775: Line 5194:
 ** {{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 4783: Line 5202:
 ** {{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 4791: Line 5210:
 ** {{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 4799: Line 5218:
 ** {{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 4807: Line 5226:
 ** {{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 4815: Line 5234:
 ** {{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 4823: Line 5242:
 ** {{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 4831: Line 5250:
 ** {{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 4839: Line 5258:
 ** {{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 4847: Line 5266:
 ** {{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 4855: Line 5274:
 ** {{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 4871: Line 5298:
 ** {{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 4879: Line 5306:
 ** {{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 4887: Line 5314:
 ** {{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 4895: Line 5330:
 ** {{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 4903: Line 5338:
 ** {{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 4911: Line 5346:
 ** {{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 4919: Line 5354:
 ** {{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 4927: Line 5362:
 ** {{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 4935: Line 5370:
 ** {{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 4943: Line 5378:
 ** {{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 4951: Line 5386:
 ** {{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 4959: Line 5394:
 ** {{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 4967: Line 5402:
 ** {{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 4975: Line 5410:
 ** {{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 4983: Line 5418:
 ** {{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 4991: Line 5426:
 ** {{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 4999: Line 5434:
 ** {{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 5007: Line 5442:
 ** {{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 5015: Line 5450:
 ** {{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 5023: Line 5458:
 ** {{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 5031: Line 5466:
 ** {{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 5039: Line 5474:
 ** {{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 5047: Line 5482:
 ** {{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 5055: Line 5490:
 ** {{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 5063: Line 5498:
 ** {{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 5071: Line 5506:
 ** {{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 5079: Line 5514:
 ** {{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 5087: Line 5522:
 ** {{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 5095: Line 5530:
 ** {{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 5103: Line 5538:
 ** {{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 5111: Line 5546:
 ** {{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 5127: Line 5570:
 ** {{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 5135: Line 5578:
 ** {{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 5143: Line 5586:
 ** {{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 5151: Line 5594:
 ** {{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 5159: Line 5602:
 ** {{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 5175: Line 5626:
 ** {{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 5183: Line 5634:
 ** {{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 5191: Line 5642:
 ** {{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 5199: Line 5650:
 ** {{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 5207: Line 5658:
 ** {{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 5215: Line 5666:
 ** {{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 5223: Line 5674:
 ** {{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 5231: Line 5682:
 ** {{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 5239: Line 5690:
 ** {{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 5247: Line 5698:
 ** {{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 5255: Line 5706:
 ** {{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 5263: Line 5714:
 ** {{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 5271: Line 5722:
 ** {{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 5279: Line 5730:
 ** {{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 5287: Line 5738:
 ** {{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 5295: Line 5746:
 ** {{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 5303: Line 5754:
 ** {{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 5311: Line 5762:
 ** {{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 5319: Line 5770:
 ** {{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 5327: Line 5778:
 ** {{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 5335: Line 5786:
 ** {{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 5343: Line 5794:
 ** {{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 5351: Line 5802:
 ** {{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 5359: Line 5810:
 ** {{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 5367: Line 5818:
 ** {{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 5375: Line 5826:
 ** {{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 5383: Line 5834:
 ** {{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 5391: Line 5842:
 ** {{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 5399: Line 5850:
 ** {{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 5407: Line 5858:
 ** {{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 5415: Line 5866:
 ** {{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 5423: Line 5874:
 ** {{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 5439: Line 5898:
 ** {{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 5447: Line 5906:
 ** {{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 5455: Line 5914:
 ** {{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 5463: Line 5922:
 ** {{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 5471: Line 5930:
 ** {{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 5479: Line 5938:
 ** {{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 5495: Line 5962:
 ** {{wiki:​PublicProperty.gif|}} TranslationY ** ** {{wiki:​PublicProperty.gif|}} TranslationY **
  
-N/A+  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} TranslationZ ** 
 + 
 +  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 5503: Line 5978:
 ** {{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 5511: Line 5986:
 ** {{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 5519: Line 5994:
 ** {{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 5527: Line 6002:
 ** {{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 5535: Line 6010:
 ** {{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 5543: Line 6018:
 ** {{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 5551: Line 6026:
 ** {{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 5559: Line 6034:
 ** {{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 5567: Line 6042:
 ** {{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 5575: Line 6050:
 ** {{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 5583: Line 6058:
 ** {{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 5591: Line 6066:
 ** {{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 5607: Line 6090:
 ** {{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
  
 ==== Protected Properties ==== ==== Protected Properties ====
-** {{wiki:​ProtectedProperty.gif|}} ​IsStretch ​**+** {{wiki:​ProtectedProperty.gif|}} ​IhU= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
  
-** {{wiki:​ProtectedProperty.gif|}} ​IsCanceled ​**+** {{wiki:​ProtectedProperty.gif|}} ​JRU= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
  
-** {{wiki:​ProtectedProperty.gif|}} ​IsDisposed ​**+** {{wiki:​ProtectedProperty.gif|}} ​KBU= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
  
-** {{wiki:​ProtectedProperty.gif|}} ​CachePathFileName ​**+** {{wiki:​ProtectedProperty.gif|}} ​KxU= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
  
-** {{wiki:​ProtectedProperty.gif|}} ​Exception ​**+** {{wiki:​ProtectedProperty.gif|}} ​LhU= **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Exception   * Type:​Exception
Line 5656: Line 6139:
 ** {{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 5664: Line 6147:
 ** {{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 5672: Line 6155:
 ** {{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 5680: Line 6163:
 ** {{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 5688: Line 6171:
 ** {{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 5696: Line 6179:
 ** {{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 5704: Line 6187:
 ** {{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 5712: Line 6195:
 ** {{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 5720: Line 6203:
 ** {{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 5728: Line 6211:
 ** {{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 5736: Line 6219:
 ** {{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 5744: Line 6227:
 ** {{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 5752: Line 6235:
 ** {{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 5760: Line 6243:
 ** {{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 5768: Line 6251:
 ** {{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 5776: Line 6259:
 ** {{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 5784: Line 6267:
 ==== Public Events ==== ==== Public Events ====
 ** {{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.tileview.1442831546.txt.gz · Last modified: 2015/09/21 10:32 by admin