diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml
index ba1c6a819d..4a9bf1c1f0 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml
@@ -610,12 +610,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the magnification scale to set, must be >= 1 and <= 8
+
+ true to animate from the current scale or
+ false to set the scale immediately
+ Sets the magnification scale.
+
+ true on success, false on failure
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.setScale(float, boolean)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/InputMethod+AccessibilityInputConnection.xml b/docs/Mono.Android/en/Android.AccessibilityServices/InputMethod+AccessibilityInputConnection.xml
index e74e2fc6ac..917e913224 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/InputMethod+AccessibilityInputConnection.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/InputMethod+AccessibilityInputConnection.xml
@@ -100,11 +100,30 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The text to commit. This may include styles.
+ The new cursor position around the text,
+ in Java characters. If > 0, this is relative to the end
+ of the text - 1; if <= 0, this is relative to the start
+ of the text. So a value of 1 will always advance the cursor
+ to the position after the full text being inserted. Note that
+ this means you can't position the cursor within the text,
+ because the editor can make modifications to the text
+ you are providing so it is not possible to correctly specify
+ locations there.
+ The extra information about the text.
+ Commit text to the text box and set the new cursor position.
+
+
+
+ Java documentation for android.accessibilityservice.InputMethod.AccessibilityInputConnection.commitText(java.lang.CharSequence, int, android.view.inputmethod.TextAttribute)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -126,11 +145,30 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The text to commit. This may include styles.
+ The new cursor position around the text,
+ in Java characters. If > 0, this is relative to the end
+ of the text - 1; if <= 0, this is relative to the start
+ of the text. So a value of 1 will always advance the cursor
+ to the position after the full text being inserted. Note that
+ this means you can't position the cursor within the text,
+ because the editor can make modifications to the text
+ you are providing so it is not possible to correctly specify
+ locations there.
+ The extra information about the text.
+ Commit text to the text box and set the new cursor position.
+
+
+
+ Java documentation for android.accessibilityservice.InputMethod.AccessibilityInputConnection.commitText(java.lang.CharSequence, int, android.view.inputmethod.TextAttribute)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Animation/LayoutTransition.xml b/docs/Mono.Android/en/Android.Animation/LayoutTransition.xml
index 01839bd9a1..3a5243b708 100644
--- a/docs/Mono.Android/en/Android.Animation/LayoutTransition.xml
+++ b/docs/Mono.Android/en/Android.Animation/LayoutTransition.xml
@@ -1637,7 +1637,16 @@
Gets the current list of listeners for layout changes.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.LayoutTransition.getTransitionListeners()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Activity.xml b/docs/Mono.Android/en/Android.App/Activity.xml
index ba52b933eb..9e1db074bb 100644
--- a/docs/Mono.Android/en/Android.App/Activity.xml
+++ b/docs/Mono.Android/en/Android.App/Activity.xml
@@ -9913,11 +9913,20 @@
The activity making the call.
The intent to start.
- Reply request code.
- Same as calling M:Android.App.Activity.StartActivityFromChild(Android.App.Activity,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)
- with no options.
+ Reply request code. < 0 if reply is not requested.
+ Same as calling #startActivityFromChild(Activity, Intent, int, Bundle)
+ with no options.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Activity.startActivityFromChild(android.app.Activity, android.content.Intent, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -9956,13 +9965,23 @@
The activity making the call.
The intent to start.
- Reply request code.
+ Reply request code. < 0 if reply is not requested.
Additional options for how the Activity should be started.
- See for more details.
+ See android.content.Context#startActivity(Intent, Bundle)
+ Context.startActivity(Intent, Bundle)} for more details.
This is called when a child activity of this one calls its
- M:Android.Content.Context.StartActivity or method.
+ #startActivity or #startActivityForResult method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Activity.startActivityFromChild(android.app.Activity, android.content.Intent, int, android.os.Bundle)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -10000,11 +10019,20 @@
The fragment making the call.
The intent to start.
- Reply request code.
- Same as calling M:Android.App.Activity.StartActivityFromFragment(Android.App.Fragment,Android.Content.Intent,Android.Content.Intent,Android.Content.Intent)
- with no options.
+ Reply request code. < 0 if reply is not requested.
+ Same as calling #startActivityFromFragment(Fragment, Intent, int, Bundle)
+ with no options.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Activity.startActivityFromFragment(android.app.Fragment, android.content.Intent, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -10044,14 +10072,24 @@
The fragment making the call.
The intent to start.
- Reply request code.
+ Reply request code. < 0 if reply is not requested.
Additional options for how the Activity should be started.
- See for more details.
+ See android.content.Context#startActivity(Intent, Bundle)
+ Context.startActivity(Intent, Bundle)} for more details.
This is called when a Fragment in this activity calls its
- or
- method.
+ Fragment#startActivity or Fragment#startActivityForResult
+ method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Activity.startActivityFromFragment(android.app.Fragment, android.content.Intent, int, android.os.Bundle)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/NotificationManager.xml b/docs/Mono.Android/en/Android.App/NotificationManager.xml
index 56ad42fd46..fe3eb8ad1e 100644
--- a/docs/Mono.Android/en/Android.App/NotificationManager.xml
+++ b/docs/Mono.Android/en/Android.App/NotificationManager.xml
@@ -2374,8 +2374,20 @@
System.String
- To be added.
- To be added.
+ An optional meta-data tag for activities that handle
+ #ACTION_AUTOMATIC_ZEN_RULE.
+
+
+
+ Java documentation for android.app.NotificationManager.META_DATA_RULE_INSTANCE_LIMIT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App/WallpaperManager.xml b/docs/Mono.Android/en/Android.App/WallpaperManager.xml
index 1113324f56..a5f11a6565 100644
--- a/docs/Mono.Android/en/Android.App/WallpaperManager.xml
+++ b/docs/Mono.Android/en/Android.App/WallpaperManager.xml
@@ -566,9 +566,20 @@
Returns the desired minimum height for the wallpaper.
- To be added.
+ The desired minimum height for the wallpaper. This value should
+ be honored by applications that set the wallpaper but it is not
+ mandatory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.WallpaperManager.getDesiredMinimumHeight()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -594,9 +605,20 @@
Returns the desired minimum width for the wallpaper.
- To be added.
+ The desired minimum width for the wallpaper. This value should
+ be honored by applications that set the wallpaper but it is not
+ mandatory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.WallpaperManager.getDesiredMinimumWidth()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/LauncherActivityInfo.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherActivityInfo.xml
index 2a5d0bca83..f8b2133019 100644
--- a/docs/Mono.Android/en/Android.Content.PM/LauncherActivityInfo.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/LauncherActivityInfo.xml
@@ -113,10 +113,19 @@
Android.Content.PM.ApplicationInfo
- Returns the application info for the appliction this activity belongs to.
+ Returns the application info for the application this activity belongs to.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherActivityInfo.getApplicationInfo()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/LauncherApps.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherApps.xml
index 95f6e5d0e8..a87331d7ed 100644
--- a/docs/Mono.Android/en/Android.Content.PM/LauncherApps.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/LauncherApps.xml
@@ -1063,11 +1063,22 @@
- To be added.
- To be added.
- To be added.
+ The package for which to check.
+ the UserHandle of the profile.
+ Returns whether a package should be hidden from suggestions to the user.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.LauncherApps.shouldHideFromSuggestions(java.lang.String, android.os.UserHandle)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml
index 074707a92d..41597d69fe 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml
@@ -685,11 +685,22 @@
First UID whose signature will be compared.
Second UID whose signature will be compared.
- Like , but takes UIDs of
- the two packages to be checked.
- To be added.
+ Like #checkSignatures(String, String), but takes UIDs of
+ the two packages to be checked.
+ Returns an integer indicating whether all signatures on the
+ two packages match. The value is >= 0 (#SIGNATURE_MATCH) if
+ all signatures match or < 0 if there is not a match (#SIGNATURE_NO_MATCH or #SIGNATURE_UNKNOWN_PACKAGE).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageManager.checkSignatures(int, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -719,13 +730,24 @@
- To be added.
- To be added.
+ First package name whose signature will be compared.
+ Second package name whose signature will be compared.
Compare the signatures of two packages to determine if the same
- signature appears in both of them.
- To be added.
+ signature appears in both of them.
+ Returns an integer indicating whether all signatures on the
+ two packages match. The value is >= 0 (#SIGNATURE_MATCH) if
+ all signatures match or < 0 if there is not a match (#SIGNATURE_NO_MATCH or #SIGNATURE_UNKNOWN_PACKAGE).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageManager.checkSignatures(java.lang.String, java.lang.String)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/ResolveInfo.xml b/docs/Mono.Android/en/Android.Content.PM/ResolveInfo.xml
index e6748f3eea..9f4a1cb4b2 100644
--- a/docs/Mono.Android/en/Android.Content.PM/ResolveInfo.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/ResolveInfo.xml
@@ -958,10 +958,21 @@
System.Int32
- To be added.
+ Only set when returned by
+ PackageManager#queryIntentActivityOptions, this tells you
+ which of the given specific intents this result came from.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ResolveInfo.specificIndex
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/AbstractThreadedSyncAdapter.xml b/docs/Mono.Android/en/Android.Content/AbstractThreadedSyncAdapter.xml
index dfc8806646..88fb96009f 100644
--- a/docs/Mono.Android/en/Android.Content/AbstractThreadedSyncAdapter.xml
+++ b/docs/Mono.Android/en/Android.Content/AbstractThreadedSyncAdapter.xml
@@ -55,11 +55,24 @@
- To be added.
- To be added.
- Creates an .
+ the android.content.Context that this is running within.
+ if true then sync requests that have
+ ContentResolver#SYNC_EXTRAS_INITIALIZE set will be internally handled by
+ AbstractThreadedSyncAdapter by calling
+ ContentResolver#setIsSyncable(android.accounts.Account, String, int) with 1 if it
+ is currently set to <0.
+ Creates an AbstractThreadedSyncAdapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.AbstractThreadedSyncAdapter.AbstractThreadedSyncAdapter(android.content.Context, boolean)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -109,12 +122,27 @@
- To be added.
- To be added.
- To be added.
- Creates an .
+ the android.content.Context that this is running within.
+ if true then sync requests that have
+ ContentResolver#SYNC_EXTRAS_INITIALIZE set will be internally handled by
+ AbstractThreadedSyncAdapter by calling
+ ContentResolver#setIsSyncable(android.accounts.Account, String, int) with 1 if it
+ is currently set to <0.
+ if true then allow syncs for different accounts to run
+ at the same time, each in their own thread. This must be consistent with the setting
+ in the SyncAdapter's configuration file.
+ Creates an AbstractThreadedSyncAdapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.AbstractThreadedSyncAdapter.AbstractThreadedSyncAdapter(android.content.Context, boolean, boolean)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ContentResolver.xml b/docs/Mono.Android/en/Android.Content/ContentResolver.xml
index 2fca9b7814..1e5af8692f 100644
--- a/docs/Mono.Android/en/Android.Content/ContentResolver.xml
+++ b/docs/Mono.Android/en/Android.Content/ContentResolver.xml
@@ -1179,9 +1179,18 @@
To be added.
To be added.
Check if this account/provider is syncable.
- To be added.
+ >0 if it is syncable, 0 if not, and <0 if the state isn't known yet.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ContentResolver.getIsSyncable(android.accounts.Account, java.lang.String)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3943,11 +3952,19 @@
To be added.
To be added.
- >0 denotes syncable, 0 means not syncable, <0 means unknown
-
+ >0 denotes syncable, 0 means not syncable, <0 means unknown
Set whether this account/provider is syncable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ContentResolver.setIsSyncable(android.accounts.Account, java.lang.String, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Bitmap.xml b/docs/Mono.Android/en/Android.Graphics/Bitmap.xml
index 11bdcb6d18..ad553be5a5 100644
--- a/docs/Mono.Android/en/Android.Graphics/Bitmap.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Bitmap.xml
@@ -768,11 +768,20 @@
The y coordinate of the first pixel in source
The number of pixels in each row
The number of rows
- Returns an immutable bitmap from the specified subset of the source
- bitmap.
- To be added.
+ Returns a bitmap from the specified subset of the source
+ bitmap.
+ A copy of a subset of the source bitmap or the source bitmap itself.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Bitmap.createBitmap(android.graphics.Bitmap, int, int, int, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the x, y, width, height values are
@@ -1034,13 +1043,22 @@
The number of rows
Optional matrix to be applied to the pixels
true if the source should be filtered.
- Only applies if the matrix contains more than just
- translation.
- Returns an immutable bitmap from subset of the source bitmap,
- transformed by the optional matrix.
- To be added.
+ Only applies if the matrix contains more than just
+ translation.
+ Returns a bitmap from subset of the source bitmap,
+ transformed by the optional matrix.
+ A bitmap that represents the specified subset of source
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Bitmap.createBitmap(android.graphics.Bitmap, int, int, int, int, android.graphics.Matrix, boolean)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the x, y, width, height values are
@@ -1131,11 +1149,26 @@
The source bitmap.
The new bitmap's desired width.
The new bitmap's desired height.
- true if the source should be filtered.
+ Whether or not bilinear filtering should be used when scaling the
+ bitmap. If this is true then bilinear filtering will be used when
+ scaling which has better image quality at the cost of worse performance.
+ If this is false then nearest-neighbor scaling is used instead which
+ will have worse image quality but is faster. Recommended default
+ is to set filter to 'true' as the cost of bilinear filtering is
+ typically minimal and the improved image quality is significant.
Creates a new bitmap, scaled from an existing bitmap, when possible.
- To be added.
+ The new scaled bitmap or the source bitmap if no scaling is required.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Bitmap.createScaledBitmap(android.graphics.Bitmap, int, int, boolean)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if width is <= 0, or height is <= 0
@@ -1737,16 +1770,25 @@
The array to receive the bitmap's colors
The first index to write into pixels[]
The number of entries in pixels[] to skip between
- rows (must be >= bitmap's width). Can be negative.
+ rows (must be >= bitmap's width). Can be negative.
The x coordinate of the first pixel to read from
- the bitmap
+ the bitmap
The y coordinate of the first pixel to read from
- the bitmap
+ the bitmap
The number of pixels to read from each row
The number of rows to read
Returns in pixels[] a copy of the data in the bitmap.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Bitmap.getPixels(int[], int, int, int, int, int, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if x, y, width, height exceed the
diff --git a/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml b/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml
index 4cc21ba621..3954a45f01 100644
--- a/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml
+++ b/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml
@@ -536,10 +536,19 @@
If set to a value > 1, requests the decoder to subsample the original
- image, returning a smaller image to save memory.
+ image, returning a smaller image to save memory.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inSampleSize
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Canvas.xml b/docs/Mono.Android/en/Android.Graphics/Canvas.xml
index 4014b585d5..abdfb8d7cc 100644
--- a/docs/Mono.Android/en/Android.Graphics/Canvas.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Canvas.xml
@@ -1482,22 +1482,19 @@
Array of colors representing the pixels of the bitmap
Offset into the array of colors for the first pixel
- The number of colors in the array between rows (must be
- >= width or <= -width).
+ The number of colors in the array between rows (must be >= width or <= -width).
The X coordinate for where to draw the bitmap
The Y coordinate for where to draw the bitmap
The width of the bitmap
The height of the bitmap
- True if the alpha channel of the colors contains valid
- values. If false, the alpha byte is ignored (assumed to
- be 0xFF for every pixel).
- The paint used to draw the bitmap (may be null)
- Draw the specified bitmap, with its top/left corner at (x,y), using the specified paint,
- transformed by the current matrix.
+ True if the alpha channel of the colors contains valid values. If false, the
+ alpha byte is ignored (assumed to be 0xFF for every pixel).
+ May be null. The paint used to draw the bitmap
+ Treat the specified array of colors as a bitmap, and draw it.
- Java documentation for android.graphics.Canvas.drawBitmap(android.graphics.Bitmap, float, float, android.graphics.Paint)
.
+ Java documentation for android.graphics.Canvas.drawBitmap(int[], int, int, float, float, int, int, boolean, android.graphics.Paint)
.
@@ -1594,14 +1591,22 @@
- The x-coordinate of the center of the cirle to be drawn
- The y-coordinate of the center of the cirle to be drawn
- The radius of the cirle to be drawn
- The paint used to draw the circle
-
+ The x-coordinate of the center of the circle to be drawn
+ The y-coordinate of the center of the circle to be drawn
+ The radius of the circle to be drawn
+ The paint used to draw the circle
Draw the specified circle using the specified paint.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Canvas.drawCircle(float, float, float, android.graphics.Paint)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Outline.xml b/docs/Mono.Android/en/Android.Graphics/Outline.xml
index 01c34b1d29..995916e6b6 100644
--- a/docs/Mono.Android/en/Android.Graphics/Outline.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Outline.xml
@@ -359,10 +359,20 @@
System.Single
- To be added.
- To be added.
+ Returns the rounded rect radius, if set, or a value less than 0 if a path has
+ been set via #setPath(Path).
+ the rounded rect radius, or value < 0
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Outline.getRadius()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Paint.xml b/docs/Mono.Android/en/Android.Graphics/Paint.xml
index f46b905727..846bbb6ed4 100644
--- a/docs/Mono.Android/en/Android.Graphics/Paint.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Paint.xml
@@ -393,16 +393,26 @@
The text to measure. Cannot be null.
If true, measure forwards, starting with the
- first character in the string. Otherwise,
- measure backwards, starting with the
- last character in the string.
+ first character in the string. Otherwise,
+ measure backwards, starting with the
+ last character in the string.
The maximum width to accumulate.
Optional. If not null, returns the actual width
- measured.
+ measured.
Measure the text, stopping early if the measured width exceeds maxWidth.
- To be added.
+ The number of chars that were measured. Will always be <=
+ abs(count).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.breakText(java.lang.String, boolean, float, float[])
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -437,14 +447,24 @@
The text to measure. Cannot be null.
The offset into text to begin measuring at
The number of maximum number of entries to measure. If count
- is negative, then the characters are measured in reverse order.
+ is negative, then the characters are measured in reverse order.
The maximum width to accumulate.
Optional. If not null, returns the actual width
- measured.
+ measured.
Measure the text, stopping early if the measured width exceeds maxWidth.
- To be added.
+ The number of chars that were measured. Will always be <=
+ abs(count).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.breakText(char[], int, int, float, float[])
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -481,14 +501,24 @@
The offset into text to begin measuring at
The end of the text slice to measure.
If true, measure forwards, starting at start.
- Otherwise, measure backwards, starting with end.
+ Otherwise, measure backwards, starting with end.
The maximum width to accumulate.
Optional. If not null, returns the actual width
- measured.
+ measured.
Measure the text, stopping early if the measured width exceeds maxWidth.
- To be added.
+ The number of chars that were measured. Will always be <=
+ abs(end - start).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.breakText(java.lang.CharSequence, int, int, boolean, float, float[])
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -515,16 +545,28 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The text to measure. Cannot be null.
+ The offset into text to begin measuring at
+ The end of the text slice to measure.
+ If true, measure forwards, starting at start.
+ Otherwise, measure backwards, starting with end.
+ The maximum width to accumulate.
+ Optional. If not null, returns the actual width
+ measured.
+ Measure the text, stopping early if the measured width exceeds maxWidth.
+ The number of chars that were measured. Will always be <=
+ abs(end - start).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.breakText(java.lang.CharSequence, int, int, boolean, float, float[])
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -5096,14 +5138,22 @@
System.Single
- Return the paint's horizontal scale factor for text.
+ set the paint's scale in X for drawing/measuring text.
+ Return the paint's horizontal scale factor for text. -or- Set the paint's horizontal scale factor for text.
the paint's scale factor in X for drawing/measuring text
+ Property getter documentation:
Java documentation for android.graphics.Paint.getTextScaleX()
.
+ Property setter documentation:
+
+
+ Java documentation for android.graphics.Paint.setTextScaleX(float)
.
+
+
Portions of this page are modifications based on work created and shared by the
Android Open Source Project
diff --git a/docs/Mono.Android/en/Android.Graphics/PathMeasure.xml b/docs/Mono.Android/en/Android.Graphics/PathMeasure.xml
index 63b7802f56..05cbc156fa 100644
--- a/docs/Mono.Android/en/Android.Graphics/PathMeasure.xml
+++ b/docs/Mono.Android/en/Android.Graphics/PathMeasure.xml
@@ -160,14 +160,22 @@
The distance along the associated path
Allocated by the caller, this is set to the transformation
- associated with the position and tangent at the specified distance
- Specified what aspects should be returned in the matrix.
-
+ associated with the position and tangent at the specified distance
+ Specified what aspects should be returned in the matrix.
Pins distance to 0 <= distance <= getLength(), and then computes the
- corresponding matrix.
+ corresponding matrix.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.PathMeasure.getMatrix(float, android.graphics.Matrix, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -198,13 +206,22 @@
The distance along the current contour to sample
- If not null, eturns the sampled position (x==[0], y==[1])
+ If not null, returns the sampled position (x==[0], y==[1])
If not null, returns the sampled tangent (x==[0], y==[1])
Pins distance to 0 <= distance <= getLength(), and then computes the
- corresponding position and tangent.
- To be added.
+ corresponding position and tangent.
+ false if there was no path associated with this measure object
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.PathMeasure.getPosTan(float, float[], float[])
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Rect.xml b/docs/Mono.Android/en/Android.Graphics/Rect.xml
index 0f372c8679..a21ae15307 100644
--- a/docs/Mono.Android/en/Android.Graphics/Rect.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Rect.xml
@@ -142,15 +142,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
- Create a new empty Rect.
+ The X coordinate of the left side of the rectangle
+ The Y coordinate of the top of the rectangle
+ The X coordinate of the right side of the rectangle
+ The Y coordinate of the bottom of the rectangle
+ Create a new rectangle with the specified coordinates.
- Java documentation for android.graphics.Rect.Rect()
.
+ Java documentation for android.graphics.Rect.Rect(int, int, int, int)
.
@@ -343,9 +343,19 @@
The X coordinate of the point being tested for containment
The Y coordinate of the point being tested for containment
Returns true if (x,y) is inside the rectangle.
- To be added.
+ true iff (x,y) are contained by the rectangle, where containment
+ means left <= x < right and top <= y < bottom
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Rect.contains(int, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -608,9 +618,19 @@
- To be added.
+ the rectangle's height. This does not check for a valid rectangle
+ (i.e. top <= bottom) so the result may be negative.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Rect.height()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1259,11 +1279,19 @@
The X coordinate of the left side of the rectangle
The Y coordinate of the top of the rectangle
The X coordinate of the right side of the rectangle
- The Y coordinate of the bottom of the rectangle
-
+ The Y coordinate of the bottom of the rectangle
Set the rectangle's coordinates to the specified values.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Rect.set(int, int, int, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1373,10 +1401,18 @@
- Swap top/bottom or left/right if there are flipped (i.e. left > right
- and/or top > bottom).
+ Swap top/bottom or left/right if there are flipped (i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Rect.sort()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +1739,19 @@
- To be added.
+ the rectangle's width. This does not check for a valid rectangle
+ (i.e. left <= right) so the result may be negative.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Rect.width()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/RectF.xml b/docs/Mono.Android/en/Android.Graphics/RectF.xml
index 4473219bdf..a95fa5a3f6 100644
--- a/docs/Mono.Android/en/Android.Graphics/RectF.xml
+++ b/docs/Mono.Android/en/Android.Graphics/RectF.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.graphics.RectF
.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -198,15 +202,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
- Create a new empty RectF.
+ The X coordinate of the left side of the rectangle
+ The Y coordinate of the top of the rectangle
+ The X coordinate of the right side of the rectangle
+ The Y coordinate of the bottom of the rectangle
+ Create a new rectangle with the specified coordinates.
- Java documentation for android.graphics.RectF.RectF()
.
+ Java documentation for android.graphics.RectF.RectF(float, float, float, float)
.
@@ -270,9 +274,19 @@
- To be added.
+ the horizontal center of the rectangle. This does not check for
+ a valid rectangle (i.e. left <= right)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.RectF.centerX()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -300,9 +314,19 @@
- To be added.
+ the vertical center of the rectangle. This does not check for
+ a valid rectangle (i.e. top <= bottom)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.RectF.centerY()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -377,9 +401,19 @@
The X coordinate of the point being tested for containment
The Y coordinate of the point being tested for containment
Returns true if (x,y) is inside the rectangle.
- To be added.
+ true iff (x,y) are contained by the rectangle, where containment
+ means left <= x < right and top <= y < bottom
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.RectF.contains(float, float)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -526,9 +560,19 @@
- To be added.
+ the rectangle's height. This does not check for a valid rectangle
+ (i.e. top <= bottom) so the result may be negative.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.RectF.height()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1216,11 +1260,19 @@
The X coordinate of the left side of the rectangle
The Y coordinate of the top of the rectangle
The X coordinate of the right side of the rectangle
- The Y coordinate of the bottom of the rectangle
-
+ The Y coordinate of the bottom of the rectangle
Set the rectangle's coordinates to the specified values.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.RectF.set(float, float, float, float)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1330,10 +1382,18 @@
- Swap top/bottom or left/right if there are flipped (i.e. left > right
- and/or top > bottom).
+ Swap top/bottom or left/right if there are flipped (i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.RectF.sort()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1618,9 +1678,19 @@
- To be added.
+ the rectangle's width. This does not check for a valid rectangle
+ (i.e. left <= right) so the result may be negative.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.RectF.width()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/YuvImage.xml b/docs/Mono.Android/en/Android.Graphics/YuvImage.xml
index 2557a52318..824252c315 100644
--- a/docs/Mono.Android/en/Android.Graphics/YuvImage.xml
+++ b/docs/Mono.Android/en/Android.Graphics/YuvImage.xml
@@ -89,14 +89,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The YUV data. In the case of more than one image plane, all the planes must be
+ concatenated into a single byte array.
+ The YUV data format as defined in ImageFormat.
+ The width of the YuvImage.
+ The height of the YuvImage.
+ (Optional) Row bytes of each image plane. If yuv contains padding, the stride
+ of each image must be provided. If strides is null, the method assumes no
+ padding and derives the row bytes by format and width itself.
Construct an YuvImage.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.YuvImage.YuvImage(byte[], int, int, int, int[])
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if format is not support; width or height <= 0; or yuv is
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager.xml
index 1cd0c45089..1a79b273f5 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager.xml
@@ -709,10 +709,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The unique identifier of the camera device that the flash unit belongs to.
+ The desired brightness level to be set for the flash unit in the range 1 to
+ android.hardware.camera2.CameraCharacteristics#FLASH_INFO_STRENGTH_MAXIMUM_LEVEL.
+ Set the brightness level of the flashlight associated with the given cameraId in torch
+ mode.
+
+
+
+ Java documentation for android.hardware.camera2.CameraManager.turnOnTorchWithStrengthLevel(java.lang.String, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml
index 7187fef6e8..03394a802c 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml
@@ -2628,9 +2628,20 @@
Gets the minimum exposure compensation index.
- To be added.
+ minimum exposure compensation index (<=0). If both this
+ method and #getMaxExposureCompensation return 0,
+ exposure compensation is not supported.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.getMinExposureCompensation()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Locations/Address.xml b/docs/Mono.Android/en/Android.Locations/Address.xml
index 42626759ea..2b33e9a57c 100644
--- a/docs/Mono.Android/en/Android.Locations/Address.xml
+++ b/docs/Mono.Android/en/Android.Locations/Address.xml
@@ -517,10 +517,19 @@
To be added.
Returns a line of the address numbered by the given index
- (starting at 0), or null if no such line is present.
+ (starting at 0), or null if no such line is present.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.Address.getAddressLine(int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if index
@@ -1037,9 +1046,18 @@
To be added.
To be added.
Sets the line of the address numbered by index (starting at 0) to the
- given String, which may be null.
+ given String, which may be null.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.Address.setAddressLine(int, java.lang.String)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if index
diff --git a/docs/Mono.Android/en/Android.Locations/Location.xml b/docs/Mono.Android/en/Android.Locations/Location.xml
index 26a96737ad..9dfb68f139 100644
--- a/docs/Mono.Android/en/Android.Locations/Location.xml
+++ b/docs/Mono.Android/en/Android.Locations/Location.xml
@@ -579,10 +579,19 @@
the ending longitude
an array of floats to hold the results
Computes the approximate distance in meters between two
- locations, and optionally the initial and final bearings of the
- shortest path between them.
+ locations, and optionally the initial and final bearings of the
+ shortest path between them.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.Location.distanceBetween(double, double, double, double, float[])
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if results is null or has length
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml
index e25c1e9ac0..70169cd95b 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml
@@ -54,10 +54,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ true if this band is currently used to process sound. When false,
+ the band is effectively muted and sound set to zero.
+ topmost frequency number (in Hz) this band will process. The
+ effective bandwidth for the band is then computed using this and the previous band
+ topmost frequency (or 0 Hz for band number 0). Frequencies are expected to increase with
+ band number, thus band 0 cutoffFrequency <= band 1 cutoffFrequency, and so on.
+ Class constructor for BandBase
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.DynamicsProcessing$BandBase(boolean, float)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,14 +120,22 @@
System.Single
- gets cutoffFrequency for this band in Hertz (Hz)
+ frequency
+ gets cutoffFrequency for this band in Hertz (Hz) -or- sets topmost frequency number (in Hz) this band will process.
cutoffFrequency for this band in Hertz (Hz)
+ Property getter documentation:
Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.getCutoffFrequency()
.
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.setCutoffFrequency(float)
.
+
+
Portions of this page are modifications based on work created and shared by the
Android Open Source Project
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml
index 3a8ddb06e1..0540ba508c 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml
@@ -82,11 +82,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ true if this band is currently used to process sound. When false,
+ the band is effectively muted and sound set to zero.
+ topmost frequency number (in Hz) this band will process. The
+ effective bandwidth for the band is then computed using this and the previous band
+ topmost frequency (or 0 Hz for band number 0). Frequencies are expected to increase with
+ band number, thus band 0 cutoffFrequency <= band 1 cutoffFrequency, and so on.
+ of equalizer band in decibels (dB). A gain of 0 dB means no change in level.
+ Class constructor for EqBand
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.EqBand.DynamicsProcessing$EqBand(boolean, float, float)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml
index 1d2341c5d5..a57fc13955 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml
@@ -91,19 +91,37 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ true if this band is currently used to process sound. When false,
+ the band is effectively muted and sound set to zero.
+ topmost frequency number (in Hz) this band will process. The
+ effective bandwidth for the band is then computed using this and the previous band
+ topmost frequency (or 0 Hz for band number 0). Frequencies are expected to increase with
+ band number, thus band 0 cutoffFrequency <= band 1 cutoffFrequency, and so on.
+ Attack Time for compressor in milliseconds (ms)
+ Release Time for compressor in milliseconds (ms)
+ Compressor ratio (N:1) (input:output)
+ Compressor threshold measured in decibels (dB) from 0 dB Full Scale
+ (dBFS).
+ Width in decibels (dB) around compressor threshold point.
+ Noise gate threshold in decibels (dB) from 0 dB Full Scale
+ (dBFS).
+ Expander ratio (1:N) (input:output) for signals below the Noise Gate
+ Threshold.
+ Gain applied to the signal BEFORE the compression.
+ Gain applied to the signal AFTER compression.
+ Class constructor for MbcBand
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.DynamicsProcessing$MbcBand(boolean, float, float, float, float, float, float, float, float, float, float)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo.xml
index e0bf52c153..d35a8adf56 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo.xml
@@ -384,7 +384,16 @@
Retrieve the codec name.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.getName()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc.CardEmulators/CardEmulation.xml b/docs/Mono.Android/en/Android.Nfc.CardEmulators/CardEmulation.xml
index 8afd439f21..8ae0ea1602 100644
--- a/docs/Mono.Android/en/Android.Nfc.CardEmulators/CardEmulation.xml
+++ b/docs/Mono.Android/en/Android.Nfc.CardEmulators/CardEmulation.xml
@@ -427,7 +427,16 @@
Helper to get an instance of this class.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.nfc.cardemulation.CardEmulation.getInstance(android.nfc.NfcAdapter)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc.CardEmulators/NfcFCardEmulation.xml b/docs/Mono.Android/en/Android.Nfc.CardEmulators/NfcFCardEmulation.xml
index b017b2d8d0..20c2af4363 100644
--- a/docs/Mono.Android/en/Android.Nfc.CardEmulators/NfcFCardEmulation.xml
+++ b/docs/Mono.Android/en/Android.Nfc.CardEmulators/NfcFCardEmulation.xml
@@ -140,11 +140,20 @@
- To be added.
- To be added.
+ A reference to an NfcAdapter object.
+ Helper to get an instance of this class.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.nfc.cardemulation.NfcFCardEmulation.getInstance(android.nfc.NfcAdapter)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Opengl/ETC1.xml b/docs/Mono.Android/en/Android.Opengl/ETC1.xml
index ecbb04c708..bdd60d1235 100644
--- a/docs/Mono.Android/en/Android.Opengl/ETC1.xml
+++ b/docs/Mono.Android/en/Android.Opengl/ETC1.xml
@@ -244,16 +244,24 @@
a native order direct buffer of size DECODED_BLOCK_SIZE that represent a
- 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
- value of pixel (x, y).
- is a 16-bit mask where bit (1
+ 4 x 4 square of 3-byte pixels in form R, G, B. Byte (3 * (x + 4 * y) is the R
+ value of pixel (x, y).
+ is a 16-bit mask where bit (1 << (x + y * 4)) indicates whether
+ the corresponding (x,y) pixel is valid. Invalid pixel color values are ignored when compressing.
a native order direct buffer of size ENCODED_BLOCK_SIZE that receives the
- ETC1 compressed version of the data.
-
-
+ ETC1 compressed version of the data.
Encode a block of pixels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.ETC1.encodeBlock(java.nio.Buffer, int, java.nio.Buffer)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction.xml
index bf1ba3bee9..84cb7c6cfb 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragmentFixedFunction
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptIntrinsicBlur.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptIntrinsicBlur.xml
index da6808db08..661071c3e8 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ScriptIntrinsicBlur.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptIntrinsicBlur.xml
@@ -363,11 +363,19 @@
- The radius of the blur
-
+ The radius of the blur
Set the radius of the Blur.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ScriptIntrinsicBlur.setRadius(float)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml b/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml
index 9ffe9a49af..ff4c9b8ce2 100644
--- a/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml
+++ b/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml
@@ -221,9 +221,19 @@
System.String
- To be added.
+ The name of the meta-data tag containing the maximum number of rule instances that
+ can be created for this rule type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.ConditionProviderService.META_DATA_RULE_INSTANCE_LIMIT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml
index 9e705d5091..c3742a16be 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeechService.xml
@@ -258,9 +258,21 @@
Returns the language, country and variant currently being used by the TTS engine.
- To be added.
+ A 3-element array, containing language (ISO 3-letter code),
+ country (ISO 3-letter code) and variant used by the engine.
+ The country and variant may be "". If country is empty, then variant must
+ be empty too.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeechService.onGetLanguage()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Telecom/TelecomManager.xml b/docs/Mono.Android/en/Android.Telecom/TelecomManager.xml
index e324b505cc..86e3579c8a 100644
--- a/docs/Mono.Android/en/Android.Telecom/TelecomManager.xml
+++ b/docs/Mono.Android/en/Android.Telecom/TelecomManager.xml
@@ -1042,8 +1042,20 @@
2
- To be added.
- To be added.
+ A integer value for #EXTRA_CALL_DURATION, indicates the duration of the completed
+ call was >= 60 seconds and < 120 seconds.
+
+
+
+ Java documentation for android.telecom.TelecomManager.DURATION_MEDIUM
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1071,8 +1083,20 @@
1
- To be added.
- To be added.
+ A integer value for #EXTRA_CALL_DURATION, indicates the duration of the completed
+ call was >= 3 seconds and < 60 seconds.
+
+
+
+ Java documentation for android.telecom.TelecomManager.DURATION_SHORT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1100,8 +1124,20 @@
0
- To be added.
- To be added.
+ A integer value for #EXTRA_CALL_DURATION, indicates the duration of the completed
+ call was < 3 seconds.
+
+
+
+ Java documentation for android.telecom.TelecomManager.DURATION_VERY_SHORT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Iwlan.xml b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Iwlan.xml
index b331651e2e..32befeaad1 100644
--- a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Iwlan.xml
+++ b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager+Iwlan.xml
@@ -506,8 +506,20 @@
System.String
- To be added.
- To be added.
+ Time in seconds after which the child security association session is terminated if rekey
+ procedure is not successful.
+
+
+
+ Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_CHILD_SA_REKEY_HARD_TIMER_SEC_INT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -530,8 +542,19 @@
System.String
- To be added.
- To be added.
+ Time in seconds after which the child session rekey procedure is started.
+
+
+
+ Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_CHILD_SA_REKEY_SOFT_TIMER_SEC_INT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -660,8 +683,19 @@
System.String
- To be added.
- To be added.
+ Time in seconds after which a dead peer detection (DPD) request is sent.
+
+
+
+ Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_DPD_TIMER_SEC_INT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -929,8 +963,20 @@
System.String
- To be added.
- To be added.
+ Time in seconds after which the IKE session is terminated if rekey procedure is not
+ successful.
+
+
+
+ Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_IKE_REKEY_HARD_TIMER_SEC_INT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -953,8 +999,19 @@
System.String
- To be added.
- To be added.
+ Time in seconds after which the IKE session rekey procedure is started.
+
+
+
+ Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_IKE_REKEY_SOFT_TIMER_SEC_INT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1153,8 +1210,19 @@
System.String
- To be added.
- To be added.
+ Time in seconds after which a NATT keep alive message is sent.
+
+
+
+ Java documentation for android.telephony.CarrierConfigManager.Iwlan.KEY_NATT_KEEP_ALIVE_TIMER_SEC_INT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager.xml b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager.xml
index 1494933430..5d56df4450 100644
--- a/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager.xml
+++ b/docs/Mono.Android/en/Android.Telephony/CarrierConfigManager.xml
@@ -4689,9 +4689,19 @@
System.String
- To be added.
+ The duration in seconds that platform call and message blocking is disabled after the user
+ contacts emergency services.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.telephony.CarrierConfigManager.KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Text.Style/ScaleXSpan.xml b/docs/Mono.Android/en/Android.Text.Style/ScaleXSpan.xml
index 3db0a8d7f3..79b931d607 100644
--- a/docs/Mono.Android/en/Android.Text.Style/ScaleXSpan.xml
+++ b/docs/Mono.Android/en/Android.Text.Style/ScaleXSpan.xml
@@ -106,11 +106,19 @@
- To be added.
-
-
+ the horizontal scale factor.
+ Creates a ScaleXSpan based on a proportion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.text.style.ScaleXSpan.ScaleXSpan(float)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Views.Animations/Animation.xml b/docs/Mono.Android/en/Android.Views.Animations/Animation.xml
index c352657ff1..2562281f60 100644
--- a/docs/Mono.Android/en/Android.Views.Animations/Animation.xml
+++ b/docs/Mono.Android/en/Android.Views.Animations/Animation.xml
@@ -508,14 +508,22 @@
System.Int64
- How long this animation should last
+ Duration in milliseconds
+ How long this animation should last -or- How long this animation should last.
the duration in milliseconds of the animation
+ Property getter documentation:
Java documentation for android.view.animation.Animation.getDuration()
.
+ Property setter documentation:
+
+
+ Java documentation for android.view.animation.Animation.setDuration(long)
.
+
+
Portions of this page are modifications based on work created and shared by the
Android Open Source Project
diff --git a/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml b/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml
index 3d022c05b6..74b0b3d08c 100644
--- a/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml
+++ b/docs/Mono.Android/en/Android.Views.InputMethods/IInputConnection.xml
@@ -346,18 +346,28 @@
The text to commit. This may include styles.
The new cursor position around the text,
- in Java characters. If > 0, this is relative to the end
- of the text - 1; if <= 0, this is relative to the start
- of the text. So a value of 1 will always advance the cursor
- to the position after the full text being inserted. Note that
- this means you can't position the cursor within the text,
- because the editor can make modifications to the text
- you are providing so it is not possible to correctly specify
- locations there.
+ in Java characters. If > 0, this is relative to the end
+ of the text - 1; if <= 0, this is relative to the start
+ of the text. So a value of 1 will always advance the cursor
+ to the position after the full text being inserted. Note that
+ this means you can't position the cursor within the text,
+ because the editor can make modifications to the text
+ you are providing so it is not possible to correctly specify
+ locations there.
Commit text to the text box and set the new cursor position.
- To be added.
+ true on success, false if the input connection is no longer
+ valid.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.view.inputmethod.InputConnection.commitText(java.lang.CharSequence, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -387,12 +397,31 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The text to commit. This may include styles.
+ The new cursor position around the text,
+ in Java characters. If > 0, this is relative to the end
+ of the text - 1; if <= 0, this is relative to the start
+ of the text. So a value of 1 will always advance the cursor
+ to the position after the full text being inserted. Note that
+ this means you can't position the cursor within the text,
+ because the editor can make modifications to the text
+ you are providing so it is not possible to correctly specify
+ locations there.
+ The extra information about the text.
+ The variant of InputConnection#commitText(CharSequence, int).
+ true on success, false if the input connection is no longer
+
+
+
+ Java documentation for android.view.inputmethod.InputConnection.commitText(java.lang.CharSequence, int, android.view.inputmethod.TextAttribute)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -414,12 +443,31 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The text to commit. This may include styles.
+ The new cursor position around the text,
+ in Java characters. If > 0, this is relative to the end
+ of the text - 1; if <= 0, this is relative to the start
+ of the text. So a value of 1 will always advance the cursor
+ to the position after the full text being inserted. Note that
+ this means you can't position the cursor within the text,
+ because the editor can make modifications to the text
+ you are providing so it is not possible to correctly specify
+ locations there.
+ The extra information about the text.
+ The variant of InputConnection#commitText(CharSequence, int).
+ true on success, false if the input connection is no longer
+
+
+
+ Java documentation for android.view.inputmethod.InputConnection.commitText(java.lang.CharSequence, int, android.view.inputmethod.TextAttribute)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1478,24 +1526,34 @@
The composing text with styles if necessary. If no style
- object attached to the text, the default style for composing text
- is used. See for how to attach style
- object to the text. and
- are two
- implementations of the interface .
+ object attached to the text, the default style for composing text
+ is used. See android.text.Spanned for how to attach style
+ object to the text. android.text.SpannableString and
+ android.text.SpannableStringBuilder are two
+ implementations of the interface android.text.Spanned.
The new cursor position around the text. If
- > 0, this is relative to the end of the text - 1; if <= 0, this
- is relative to the start of the text. So a value of 1 will
- always advance you to the position after the full text being
- inserted. Note that this means you can't position the cursor
- within the text, because the editor can make modifications to
- the text you are providing so it is not possible to correctly
- specify locations there.
+ > 0, this is relative to the end of the text - 1; if <= 0, this
+ is relative to the start of the text. So a value of 1 will
+ always advance you to the position after the full text being
+ inserted. Note that this means you can't position the cursor
+ within the text, because the editor can make modifications to
+ the text you are providing so it is not possible to correctly
+ specify locations there.
Replace the currently composing text with the given text, and
- set the new cursor position.
- To be added.
+ set the new cursor position.
+ true on success, false if the input connection is no longer
+ valid.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.view.inputmethod.InputConnection.setComposingText(java.lang.CharSequence, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1525,12 +1583,35 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The composing text with styles if necessary. If no style
+ object attached to the text, the default style for composing text
+ is used. See android.text.Spanned for how to attach style
+ object to the text. android.text.SpannableString and
+ android.text.SpannableStringBuilder are two
+ implementations of the interface android.text.Spanned.
+ The new cursor position around the text. If
+ > 0, this is relative to the end of the text - 1; if <= 0, this
+ is relative to the start of the text. So a value of 1 will
+ always advance you to the position after the full text being
+ inserted. Note that this means you can't position the cursor
+ within the text, because the editor can make modifications to
+ the text you are providing so it is not possible to correctly
+ specify locations there.
+ The extra information about the text.
+ The variant of #setComposingText(CharSequence, int).
+ true on success, false if the input connection is no longer
+
+
+
+ Java documentation for android.view.inputmethod.InputConnection.setComposingText(java.lang.CharSequence, int, android.view.inputmethod.TextAttribute)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1552,12 +1633,35 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The composing text with styles if necessary. If no style
+ object attached to the text, the default style for composing text
+ is used. See android.text.Spanned for how to attach style
+ object to the text. android.text.SpannableString and
+ android.text.SpannableStringBuilder are two
+ implementations of the interface android.text.Spanned.
+ The new cursor position around the text. If
+ > 0, this is relative to the end of the text - 1; if <= 0, this
+ is relative to the start of the text. So a value of 1 will
+ always advance you to the position after the full text being
+ inserted. Note that this means you can't position the cursor
+ within the text, because the editor can make modifications to
+ the text you are providing so it is not possible to correctly
+ specify locations there.
+ The extra information about the text.
+ The variant of #setComposingText(CharSequence, int).
+ true on success, false if the input connection is no longer
+
+
+
+ Java documentation for android.view.inputmethod.InputConnection.setComposingText(java.lang.CharSequence, int, android.view.inputmethod.TextAttribute)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Widget/EdgeEffect.xml b/docs/Mono.Android/en/Android.Widget/EdgeEffect.xml
index 9f9f0b01a2..75c9e15d2a 100644
--- a/docs/Mono.Android/en/Android.Widget/EdgeEffect.xml
+++ b/docs/Mono.Android/en/Android.Widget/EdgeEffect.xml
@@ -314,9 +314,19 @@
Canvas to draw into
Draw into the provided canvas.
- To be added.
+ true if drawing should continue beyond this frame to continue the
+ animation
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.widget.EdgeEffect.draw(android.graphics.Canvas)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Widget/SearchView.xml b/docs/Mono.Android/en/Android.Widget/SearchView.xml
index 670a67b2b6..36bd3a8499 100644
--- a/docs/Mono.Android/en/Android.Widget/SearchView.xml
+++ b/docs/Mono.Android/en/Android.Widget/SearchView.xml
@@ -370,7 +370,16 @@
Returns the default iconified state of the search field.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.widget.SearchView.isIconfiedByDefault()
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Java.Text/Normalizer+Form.xml b/docs/Mono.Android/en/Java.Text/Normalizer+Form.xml
index dda7be0348..efe1595ea5 100644
--- a/docs/Mono.Android/en/Java.Text/Normalizer+Form.xml
+++ b/docs/Mono.Android/en/Java.Text/Normalizer+Form.xml
@@ -20,7 +20,9 @@
This enum provides constants of the four Unicode normalization forms
that are described in
- "http://www.
+
+ Unicode Standard Annex #15 — Unicode Normalization Forms
+ and two methods to access them.
diff --git a/docs/Mono.Android/en/index.xml b/docs/Mono.Android/en/index.xml
index 9f554efab2..68e7ceb97a 100644
--- a/docs/Mono.Android/en/index.xml
+++ b/docs/Mono.Android/en/index.xml
@@ -929,7 +929,7 @@
Android.Runtime.NamespaceMapping(Java="android.telephony.ims.stub", Managed="Android.Telephony.Ims.Stub")
- System.Reflection.AssemblyInformationalVersion("13.1.99.45; git-rev-head:4e2ec04; git-branch:main")
+ System.Reflection.AssemblyInformationalVersion("13.1.99.76; git-rev-head:525b080; git-branch:main")
[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 11 00 00 00 43 8a c2 a5 ac fb f1 6c bd 2b 2b 47 a6 27 62 f2 73 df 9c b2 79 5c ec cd f7 7d 10 bf 50 8e 69 e7 a3 62 ea 7a 45 45 5b bf 3a c9 55 e1 f2 e2 81 4f 14 4e 5d 81 7e fc 4c 65 02 cc 01 2d f3 10 78 33 48 30 4e 3a e3 85 73 c6 d6 58 c2 34 02 58 21 fd a8 7a 0b e8 a0 d5 04 df 56 4e 2c 93 b2 b8 78 92 5f 42 50 3e 9d 54 df ef 9f 95 86 d9 e6 f3 8a 30 57 69 58 7b 1d e0 1f 6c 04 10 32 8b 2c 97 33 db ]