| MacSpi()
Creates a new
MacSpi instance. |
MacSpi |
| madeSomeProgress() | SyncResult |
| MAGENTA
int
|
Color |
| MAGNETIC_FIELD_EARTH_MAX
Maximum magnetic field on Earth's surface
float
|
SensorManager |
| MAGNETIC_FIELD_EARTH_MIN
Minimum magnetic field on Earth's surface
float
|
SensorManager |
| MAILTO_SCHEME | MailTo |
| main(String[] args)
The entry point for the child process.
|
TouchDex |
| MAIN_CLASS
The main class's name (for stand-alone applications).
|
Attributes.Name |
| make(CharSequence source, TextPaint paint, int outerwidth, Layout.Alignment align, float spacingmult, float spacingadd, BoringLayout.Metrics metrics, boolean includepad) | BoringLayout |
| make(CharSequence source, TextPaint paint, int outerwidth, Layout.Alignment align, float spacingmult, float spacingadd, BoringLayout.Metrics metrics, boolean includepad, TextUtils.TruncateAt ellipsize, int ellipsizedWidth) | BoringLayout |
| make(CharSequence source, char[] sub, int substart, int subend)
Create an AlteredCharSequence whose text (and possibly spans)
are mirrored from
source, except that the range of
offsets substart inclusive to subend exclusive
are mirrored instead from sub, beginning at offset 0. |
AlteredCharSequence |
| makeActive() | Window |
| makeExistingFilesAndDbsAccessible()
Makes accessible all files and databases whose names match the filePrefix that was passed to
the constructor.
|
RenamingDelegatingContext |
| makeInAnimation(Context c, boolean fromLeft)
Make an animation for objects becoming visible.
|
AnimationUtils |
| makeInChildBottomAnimation(Context c)
Make an animation for objects becoming visible.
|
AnimationUtils |
| makeListItems()
Perform the query to determine which results to show and return a list of them.
|
LauncherActivity |
| makeMeasureSpec(int size, int mode)
Creates a measure specification based on the supplied size and mode.
|
View.MeasureSpec |
| makeOutAnimation(Context c, boolean toRight)
Make an animation for objects becoming invisible.
|
AnimationUtils |
| makeParser()
Create a new SAX parser using the `org.xml.sax.parser' system property.
|
ParserFactory |
| makeParser(String className)
Create a new SAX parser object using the class name provided.
|
ParserFactory |
| makeText(Context context, int resId, int duration)
Make a standard toast that just contains a text view with the text from a resource.
|
Toast |
| makeText(Context context, CharSequence text, int duration)
Make a standard toast that just contains a text view.
|
Toast |
| makeView()
Creates a new View to be added in a
ViewSwitcher.
|
ViewSwitcher.ViewFactory |
| MALAYALAM
The "Malayalam" Unicode Block.
|
Character.UnicodeBlock |
| MALAYALAM
The Constant MALAYALAM indicates the MALAYALAM range and decimal base.
int
|
NumericShaper |
| MalformedChallengeException()
Creates a new MalformedChallengeException with a null detail message.
|
MalformedChallengeException |
| MalformedChallengeException(String message)
Creates a new MalformedChallengeException with the specified message.
|
MalformedChallengeException |
| MalformedChallengeException(String message, Throwable cause)
Creates a new MalformedChallengeException with the specified detail message and cause.
|
MalformedChallengeException |
| MalformedChunkCodingException()
Creates a MalformedChunkCodingException without a detail message.
|
MalformedChunkCodingException |
| MalformedChunkCodingException(String message)
Creates a MalformedChunkCodingException with the specified detail message.
|
MalformedChunkCodingException |
| MalformedCookieException()
Creates a new MalformedCookieException with a null detail message.
|
MalformedCookieException |
| MalformedCookieException(String message)
Creates a new MalformedCookieException with a specified message string.
|
MalformedCookieException |
| MalformedCookieException(String message, Throwable cause)
Creates a new MalformedCookieException with the specified detail message and cause.
|
MalformedCookieException |
| malformedForLength(int length)
Gets a
CoderResult object indicating a malformed-input
error. |
CoderResult |
| malformedInputAction()
Gets this decoder's
CodingErrorAction when malformed input
occurred during the decoding process. |
CharsetDecoder |
| malformedInputAction()
Gets this encoder's
CodingErrorAction when a malformed
input error occurred during the encoding process. |
CharsetEncoder |
| MalformedInputException(int length)
Constructs a new
MalformedInputException. |
MalformedInputException |
| MalformedParameterizedTypeException()
Constructs a new
MalformedParameterizedTypeException instance. |
MalformedParameterizedTypeException |
| MalformedURLException()
Constructs a new instance of this class with its walkback filled in.
|
MalformedURLException |
| MalformedURLException(String detailMessage)
Constructs a new instance of this class with its walkback and message
filled in.
|
MalformedURLException |
| managedQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder)
Wrapper around
query(android.net.Uri, String[], String, String[], String)
that gives the resulting Cursor to call
startManagingCursor(Cursor) so that the activity will manage its
lifecycle for you.
|
Activity |
| manageSpaceActivity
Name of the activity to be launched to manage application's space on
device.
int
|
R.attr |
| MANAGE_ACCOUNTS
Allows an application to manage the list of accounts in the AccountManager
|
Manifest.permission |
| MANAGE_APP_TOKENS
Allows an application to manage (create, destroy,
Z-order) application tokens in the window manager.
|
Manifest.permission |
| Manifest()
Creates a new
Manifest instance. |
Manifest |
| Manifest() | Manifest |
| Manifest(InputStream is)
Creates a new
Manifest instance using the attributes obtained
from the input stream. |
Manifest |
| Manifest(Manifest man)
Creates a new
Manifest instance. |
Manifest |
| Manifest.permission() | Manifest.permission |
| Manifest.permission_group() | Manifest.permission_group |
| MANIFEST_NAME
The MANIFEST file name.
|
JarFile |
| MANIFEST_VERSION
The version of the manifest file (a main attribute).
|
Attributes.Name |
| MANUFACTURER
The manufacturer of the product/hardware.
|
Build |
| map(FileChannel.MapMode mode, long position, long size)
Maps the file into memory.
|
FileChannel |
| mapLibraryName(String userLibName)
Returns the platform specific file name format for the shared library
named by the argument.
|
System |
| mapPoints(float[] pts)
Apply this matrix to the array of 2D points, and write the transformed
points back into the array
|
Matrix |
| mapPoints(float[] dst, float[] src)
Apply this matrix to the array of 2D points specified by src, and write
the transformed points into the array of points specified by dst.
|
Matrix |
| mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, int pointCount)
Apply this matrix to the array of 2D points specified by src, and write
the transformed points into the array of points specified by dst.
|
Matrix |
| mapRadius(float radius)
Return the mean radius of a circle after it has been mapped by
this matrix.
|
Matrix |
| mapRect(RectF rect)
Apply this matrix to the rectangle, and write the transformed rectangle
back into it.
|
Matrix |
| mapRect(RectF dst, RectF src)
Apply this matrix to the src rectangle, and write the transformed
rectangle into dst.
|
Matrix |
| mapVectors(float[] vecs)
Apply this matrix to the array of 2D vectors, and write the transformed
vectors back into the array.
|
Matrix |
| mapVectors(float[] dst, float[] src)
Apply this matrix to the array of 2D vectors specified by src, and write
the transformed vectors into the array of vectors specified by dst.
|
Matrix |
| mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int vectorCount)
Apply this matrix to the array of 2D vectors specified by src, and write
the transformed vectors into the array of vectors specified by dst.
|
Matrix |
| mapViewStyle
Default MapView style.
int
|
R.attr |
| MAP_ADDRESSES
Bit field indicating that street addresses should be matched in methods that
take an options mask
int
|
Linkify |
| MARCH
Value of the
MONTH field indicating the third month of the
year.int
|
Calendar |
| mark()
Marks the current position, so that the position may return to this point
later by calling
reset(). |
Buffer |
| mark(int readlimit)
Sets a mark position in this InputStream.
|
AssetFileDescriptor.AutoCloseInputStream |
| mark(int readlimit)
Sets a mark position in this InputStream.
|
AssetManager.AssetInputStream |
| mark(int readlimit)
Sets a mark position in this stream.
|
BufferedInputStream |
| mark(int readlimit)
Sets a mark position in this reader.
|
BufferedReader |
| mark(int readlimit)
Sets a mark position in this ByteArrayInputStream.
|
ByteArrayInputStream |
| mark(int readLimit)
Sets a mark position in this reader.
|
CharArrayReader |
| mark(int readlimit)
Sets a mark position in this stream.
|
FilterInputStream |
| mark(int readlimit)
Sets a mark position in this reader.
|
FilterReader |
| mark(int readlimit)
Marks the current position in the stream.
|
InflaterInputStream |
| mark(int readlimit)
Sets a mark position in this InputStream.
|
InputStream |
| mark(int readlimit)
Sets a mark position in this stream.
|
LineNumberInputStream |
| mark(int readlimit)
Sets a mark position in this reader.
|
LineNumberReader |
| mark(int readlimit)
Marks the current position in this stream.
|
PushbackInputStream |
| mark(int readAheadLimit)
Marks the current position in this stream.
|
PushbackReader |
| mark(int readLimit)
Sets a mark position in this reader.
|
Reader |
| mark(int readLimit)
Sets a mark position in this reader.
|
StringReader |
| markAsContacted(ContentResolver resolver, long personId)
This method is deprecated.
see ContactsContract
|
Contacts.People |
| markAsContacted(ContentResolver resolver, long contactId)
Mark a contact as having been contacted.
|
ContactsContract.Contacts |
| markAsReplaced(Spannable content, int start, int end, String original)
Marks the specified region of
content as having
contained original prior to AutoText replacement. |
QwertyKeyListener |
| markReusable()
Marks this connection as being in a reusable communication state.
|
AbstractClientConnAdapter |
| markReusable()
Marks this connection as being in a reusable communication state.
|
ManagedClientConnection |
| markSupported()
Indicates whether this stream supports the
mark() and
reset() methods. |
AssetFileDescriptor.AutoCloseInputStream |
| markSupported()
Indicates whether this stream supports the
mark() and
reset() methods. |
AssetManager.AssetInputStream |
| markSupported()
Indicates whether
BufferedInputStream supports the mark()
and reset() methods. |
BufferedInputStream |
| markSupported()
Indicates whether this reader supports the
mark() and
reset() methods. |
BufferedReader |
| markSupported()
Indicates whether this stream supports the
mark() and
reset() methods. |
ByteArrayInputStream |
| markSupported()
Indicates whether this reader supports the
mark() and
reset() methods. |
CharArrayReader |
| markSupported()
Returns whether this input stream supports
mark and
reset, which it does not. |
CipherInputStream |
| markSupported()
Indicates whether this stream supports
mark() and reset(). |
FilterInputStream |
| markSupported()
Indicates whether this reader supports
mark() and reset(). |
FilterReader |
| markSupported()
Returns whether the receiver implements
mark semantics. |
InflaterInputStream |
| markSupported()
Indicates whether this stream supports the
mark() and
reset() methods. |
InputStream |
| markSupported()
Indicates whether this stream supports the
mark(int) and
reset() methods. |
PushbackInputStream |
| markSupported()
Indicates whether this reader supports the
mark(int) and
reset() methods. |
PushbackReader |
| markSupported()
Indicates whether this reader supports the
mark() and
reset() methods. |
Reader |
| markSupported()
Indicates whether this reader supports the
mark() and reset() methods. |
StringReader |
| markTableSyncable(String table, String deletedTable)
Mark this table as syncable.
|
SQLiteDatabase |
| markTableSyncable(String table, String foreignKey, String updateTable)
Mark this table as syncable, with the _sync_dirty residing in another
table.
|
SQLiteDatabase |
| marqueeRepeatLimit
The number of times to repeat the marquee animation.
int
|
R.attr |
| marshall()
Returns the raw bytes of the parcel.
|
Parcel |
| MaskFilter() | MaskFilter |
| MaskFilterSpan(MaskFilter filter) | MaskFilterSpan |
| MASTER_CLEAR | Manifest.permission |
| match()
Returns the result of the last matching operation.
|
Scanner |
| match(ContentResolver resolver, Intent intent, boolean resolve, String logTag)
Test whether this filter matches the given intent.
|
IntentFilter |
| match(Uri data)
Determine whether this AuthorityEntry matches the given data Uri.
|
IntentFilter.AuthorityEntry |
| match(Uri uri)
Try to match against the path in a url.
|
UriMatcher |
| match(String str) | PatternMatcher |
| match(String action, String type, String scheme, Uri data, Set<String> categories, String logTag)
Test whether this filter matches the given intent data.
|
IntentFilter |
| match(Certificate cert)
Checks whether the defined criteria of this instance match the specified
certificate.
|
CertSelector |
| match(Certificate certificate)
Returns whether the specified certificate matches all the criteria
collected in this instance.
|
X509CertSelector |
| match(CRL crl)
Checks whether the defined criteria of this instance match the specified
CRL.
|
CRLSelector |
| match(CRL crl)
Returns whether the specified CRL matches all the criteria collected in
this instance.
|
X509CRLSelector |
| match(AuthScope that)
Tests if the authentication scopes match.
|
AuthScope |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
AbstractCookieAttributeHandler |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
BasicDomainHandler |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
BasicPathHandler |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
BasicSecureHandler |
| match(Cookie cookie, CookieOrigin origin)
Determines if a Cookie matches the target location.
|
BestMatchSpec |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
CookieAttributeHandler |
| match(Cookie cookie, CookieOrigin origin)
Determines if a Cookie matches the target location.
|
CookieSpec |
| match(Cookie cookie, CookieOrigin origin) | CookieSpecBase |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
NetscapeDomainHandler |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
RFC2109DomainHandler |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
RFC2965CommentUrlAttributeHandler |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
RFC2965DiscardAttributeHandler |
| match(Cookie cookie, CookieOrigin origin)
Match cookie domain attribute.
|
RFC2965DomainAttributeHandler |
| match(Cookie cookie, CookieOrigin origin)
Match cookie port attribute.
|
RFC2965PortAttributeHandler |
| match(Cookie cookie, CookieOrigin origin) | RFC2965Spec |
| match(Cookie cookie, CookieOrigin origin)
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
|
RFC2965VersionAttributeHandler |
| matchAction(String action)
Match this filter against an Intent's action.
|
IntentFilter |
| matchCategories(Set<String> categories)
Match this filter against an Intent's categories.
|
IntentFilter |
| matchData(String type, String scheme, Uri data)
Match this filter against an Intent's data (type, scheme and path).
|
IntentFilter |
| matchDataAuthority(Uri data)
Match this intent filter against the given Intent data.
|
IntentFilter |
| matcher(CharSequence input)
Returns a Matcher for the
Pattern and a given input. |
Pattern |
| matches()
Tries to match the Pattern against the entire region (or the
entire input, if no region has been set).
|
Matcher |
| matches(String expr)
Determines whether this string matches a given regular expression.
|
String |
| matches(String regex, CharSequence input)
Tries to match a given regular expression against a given input.
|
Pattern |
| matchUriRequestPattern(String pattern, String requestUri)
This method is deprecated.
No replacement.
|
HttpRequestHandlerRegistry
(protected) |
| matchUriRequestPattern(String pattern, String requestUri) | UriPatternMatcher
(protected) |
| MATCH_ADJUSTMENT_MASK
The part of a match constant that applies a quality adjustment to the
basic category of match.
int
|
IntentFilter |
| MATCH_ADJUSTMENT_NORMAL
Quality adjustment applied to the category of match that signifies
the default, base value; higher numbers improve the quality while
lower numbers reduce it.
int
|
IntentFilter |
| MATCH_CATEGORY_EMPTY
The filter matched an intent that had no data specified.
int
|
IntentFilter |
| MATCH_CATEGORY_HOST
The filter matched an intent with the same data URI scheme and
authority host.
int
|
IntentFilter |
| MATCH_CATEGORY_MASK
The part of a match constant that describes the category of match
that occurred.
int
|
IntentFilter |
| MATCH_CATEGORY_PATH
The filter matched an intent with the same data URI scheme,
authority, and path.
int
|
IntentFilter |
| MATCH_CATEGORY_PORT
The filter matched an intent with the same data URI scheme and
authority host and port.
int
|
IntentFilter |
| MATCH_CATEGORY_SCHEME
The filter matched an intent with the same data URI scheme.
int
|
IntentFilter |
| MATCH_CATEGORY_TYPE
The filter matched an intent with the same data MIME type.
int
|
IntentFilter |
| MATCH_DEFAULT_ONLY
Resolution and querying flag: if set, only filters that support the
CATEGORY_DEFAULT will be considered for
matching.
int
|
PackageManager |
| MathContext(int precision)
Constructs a new
MathContext with the specified precision and
with the rounding mode HALF_UP. |
MathContext |
| MathContext(int precision, RoundingMode roundingMode)
Constructs a new
MathContext with the specified precision and
with the specified rounding mode. |
MathContext |
| MathContext(String val)
Constructs a new
MathContext from a string. |
MathContext |
| MATHEMATICAL_ALPHANUMERIC_SYMBOLS
The "Mathematical Alphanumeric Symbols" Unicode Block.
|
Character.UnicodeBlock |
| MATHEMATICAL_OPERATORS
The "Mathematical Operators" Unicode Block.
|
Character.UnicodeBlock |
| MATH_SYMBOL
Unicode category constant Sm.
byte
|
Character |
| Matrix()
Create an identity matrix
|
Matrix |
| Matrix() | Matrix |
| Matrix(Matrix src)
Create a matrix that is a (deep) copy of src
|
Matrix |
| MatrixCursor(String[] columnNames)
Constructs a new cursor.
|
MatrixCursor |
| MatrixCursor(String[] columnNames, int initialCapacity)
Constructs a new cursor with the given initial capacity.
|
MatrixCursor |
| MATRIX_SAVE_FLAG
restore the current matrix when restore() is called
int
|
Canvas |
| max
Defines the maximum value the progress can take.
int
|
R.attr |
| max(double d1, double d2)
Returns the most positive (closest to positive infinity) of the two
arguments.
|
Math |
| max(double d1, double d2)
Returns the most positive (closest to positive infinity) of the two
arguments.
|
StrictMath |
| max(float f1, float f2)
Returns the most positive (closest to positive infinity) of the two
arguments.
|
Math |
| max(float f1, float f2)
Returns the most positive (closest to positive infinity) of the two
arguments.
|
StrictMath |
| max(int i1, int i2)
Returns the most positive (closest to positive infinity) of the two
arguments.
|
Math |
| max(int i1, int i2)
Returns the most positive (closest to positive infinity) of the two
arguments.
|
StrictMath |
| max(BigDecimal val)
Returns the maximum of this
BigDecimal and val. |
BigDecimal |
| max(BigInteger val)
Returns the maximum of this
BigInteger and val. |
BigInteger |
| max(Collection<? extends T> collection)
Searches the specified collection for the maximum element.
|
Collections |
| max(Collection<? extends T> collection, Comparator<? super T> comparator)
Searches the specified collection for the maximum element using the
specified comparator.
|
Collections |
| max(long l1, long l2)
Returns the most positive (closest to positive infinity) of the two
arguments.
|
Math |
| max(long l1, long l2)
Returns the most positive (closest to positive infinity) of the two
arguments.
|
StrictMath |
| maxBytesPerChar()
Gets the maximum number of bytes which can be created by this encoder for
one input character, must be positive.
|
CharsetEncoder |
| maxCharsPerByte()
Gets the maximum number of characters which can be created by this
decoder for one input byte, must be positive.
|
CharsetDecoder |
| maxEms
Makes the TextView be at most this many ems wide
Must be an integer value, such as " int
|
R.attr |
| maxHeight
An optional argument to supply a maximum height for this view.
int
|
R.attr |
| maxItemsPerRow
Defines the maximum number of items per row.
int
|
R.attr |
| maxLength
Set an input filter to constrain the text length to the
specified number.
int
|
R.attr |
| maxLevel
The maximum level allowed for this item.
int
|
R.attr |
| maxLines
Makes the TextView be at most this many lines tall
Must be an integer value, such as " int
|
R.attr |
| maxMemory()
Returns the maximum amount of memory that may be used by the virtual
machine, or
Long.MAX_VALUE if there is no such limit. |
Runtime |
| maxRows
Defines the maximum number of rows displayed.
int
|
R.attr |
| maxSdkVersion
This is the maximum SDK version number that an application works
on.
int
|
R.attr |
| maxWidth
An optional argument to supply a maximum width for this view.
int
|
R.attr |
| MAX_AGE_ATTR | ClientCookie |
| MAX_CODE_POINT
The maximum code point value,
U+10FFFF.int
|
Character |
| MAX_CONNECTIONS_PER_ROUTE
Defines the maximum number of connections per route.
|
ConnManagerPNames |
| MAX_HEADER_COUNT
Determines the maximum HTTP header count allowed.
|
CoreConnectionPNames |
| MAX_HIGH_SURROGATE
The maximum value of a high surrogate or leading surrogate unit in UTF-16
encoding,
'?'.char
|
Character |
| MAX_KEYCODE
This constant is deprecated.
There are now more than MAX_KEYCODE keycodes.
Use getMaxKeyCode() instead.
int
|
KeyEvent |
| MAX_KEY_LENGTH
Maximum size in characters allowed for a preferences key.
int
|
Preferences |
| MAX_LINE_LENGTH
Determines the maximum line length limit.
|
CoreConnectionPNames |
| MAX_LOW_SURROGATE
The maximum value of a low surrogate or trailing surrogate unit in UTF-16
encoding,
'?'.char
|
Character |
| MAX_NAME_LENGTH
Maximum size in characters allowed for a preferences name.
int
|
Preferences |
| MAX_PRIORITY
The maximum priority value allowed for a thread.
int
|
Thread |
| MAX_RADIX
The maximum radix used for conversions between characters and integers.
int
|
Character |
| MAX_REDIRECTS
Defines the maximum number of redirects to be followed.
|
ClientPNames |
| MAX_STATUS_LINE_GARBAGE
Defines the maximum number of ignorable lines before we expect
a HTTP response's status line.
|
ConnConnectionPNames |
| MAX_SURROGATE
The maximum value of a surrogate unit in UTF-16 encoding,
'?'.char
|
Character |
| MAX_TEXT_LENGTH
Maximum length of the text fields.
int
|
AccessibilityEvent |
| MAX_TOTAL_CONNECTIONS
Defines the maximum number of connections in total.
|
ConnManagerPNames |
| MAX_USER_DATA_BYTES
This constant is deprecated.
Use android.telephony.SmsMessage.
int
|
SmsMessage |
| MAX_USER_DATA_BYTES
The maximum number of payload bytes per message
int
|
SmsMessage |
| MAX_USER_DATA_BYTES_WITH_HEADER
The maximum number of payload bytes per message if a user data header
is present.
int
|
SmsMessage |
| MAX_USER_DATA_SEPTETS
The maximum number of payload septets per message
int
|
SmsMessage |
| MAX_USER_DATA_SEPTETS
This constant is deprecated.
Use android.telephony.SmsMessage.
int
|
SmsMessage |
| MAX_USER_DATA_SEPTETS_WITH_HEADER
This constant is deprecated.
Use android.telephony.SmsMessage.
int
|
SmsMessage |
| MAX_USER_DATA_SEPTETS_WITH_HEADER
The maximum number of payload septets per message if a user data header
is present.
int
|
SmsMessage |
| MAX_VALUE
The maximum
Byte value, 27-1.byte
|
Byte |
| MAX_VALUE
The maximum
Character value.char
|
Character |
| MAX_VALUE
Constant for the maximum
double value, (2 - 2-52) *
21023.double
|
Double |
| MAX_VALUE
Constant for the maximum
float value, (2 - 2-23) * 2127.float
|
Float |
| MAX_VALUE
Constant for the maximum
int value, 231-1.int
|
Integer |
| MAX_VALUE
Constant for the maximum
long value, 263-1.long
|
Long |
| MAX_VALUE
Constant for the maximum
short value, 215-1.short
|
Short |
| MAX_VALUE_LENGTH
Maximum size in characters allowed for a preferences value.
int
|
Preferences |
| MAX_VOLUME
Maximum volume, for use with ToneGenerator(int, int)
int
|
ToneGenerator |
| MAY
Value of the
MONTH field indicating the fifth month of the
year.int
|
Calendar |
| mayUseInputMethod(int flags)
Given a particular set of window manager flags, determine whether
such a window may be a target for an input method when it has
focus.
|
WindowManager.LayoutParams |
| measure(int widthMeasureSpec, int heightMeasureSpec)
This is called to find out how big a view should be. |
View |
| measureAllChildren
Determines whether to measure all children or just those in
the VISIBLE or INVISIBLE state when measuring.
int
|
R.attr |
| measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec)
Ask one of the children of this view to measure itself, taking into
account both the MeasureSpec requirements for this view and its padding.
|
HorizontalScrollView
(protected) |
| measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec)
Ask one of the children of this view to measure itself, taking into
account both the MeasureSpec requirements for this view and its padding.
|
ScrollView
(protected) |
| measureChild(View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec)
Ask one of the children of this view to measure itself, taking into
account both the MeasureSpec requirements for this view and its padding.
|
ViewGroup
(protected) |
| measureChildren(int widthMeasureSpec, int heightMeasureSpec)
Ask all of the children of this view to measure themselves, taking into
account both the MeasureSpec requirements for this view and its padding.
|
ViewGroup
(protected) |
| measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed)
Ask one of the children of this view to measure itself, taking into
account both the MeasureSpec requirements for this view and its padding
and margins.
|
HorizontalScrollView
(protected) |
| measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed)
Ask one of the children of this view to measure itself, taking into
account both the MeasureSpec requirements for this view and its padding
and margins.
|
ScrollView
(protected) |
| measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed)
Ask one of the children of this view to measure itself, taking into
account both the MeasureSpec requirements for this view and its padding
and margins.
|
ViewGroup
(protected) |
| measureText(char[] text, int index, int count)
Return the width of the text.
|
Paint |
| measureText(int start, int end, Paint p)
Just like measureText(char[], int, int).
|
SpannableStringBuilder |
| measureText(CharSequence text, int start, int end)
Return the width of the text.
|
Paint |
| measureText(String text)
Return the width of the text.
|
Paint |
| measureText(String text, int start, int end)
Return the width of the text.
|
Paint |
| MediaButton
int
|
R.style |
| MediaButton_Ffwd
int
|
R.style |
| MediaButton_Next
int
|
R.style |
| MediaButton_Pause
int
|
R.style |
| MediaButton_Play
int
|
R.style |
| MediaButton_Previous
int
|
R.style |
| MediaButton_Rew
int
|
R.style |
| MediaController(Context context) | MediaController |
| MediaController(Context context, AttributeSet attrs) | MediaController |
| MediaController(Context context, boolean useFastForward) | MediaController |
| MediaPlayer()
Default constructor.
|
MediaPlayer |
| MediaRecorder()
Default constructor.
|
MediaRecorder |
| MediaScannerConnection(Context context, MediaScannerConnection.MediaScannerConnectionClient client)
Constructs a new MediaScannerConnection object.
|
MediaScannerConnection |
| MediaStore() | MediaStore |
| MediaStore.Audio() | MediaStore.Audio |
| MediaStore.Audio.Albums() | MediaStore.Audio.Albums |
| MediaStore.Audio.Artists() | MediaStore.Audio.Artists |
| MediaStore.Audio.Artists.Albums() | MediaStore.Audio.Artists.Albums |
| MediaStore.Audio.Genres() | MediaStore.Audio.Genres |
| MediaStore.Audio.Genres.Members() | MediaStore.Audio.Genres.Members |
| MediaStore.Audio.Media() | MediaStore.Audio.Media |
| MediaStore.Audio.Playlists() | MediaStore.Audio.Playlists |
| MediaStore.Audio.Playlists.Members() | MediaStore.Audio.Playlists.Members |
| MediaStore.Images() | MediaStore.Images |
| MediaStore.Images.Media() | MediaStore.Images.Media |
| MediaStore.Images.Thumbnails() | MediaStore.Images.Thumbnails |
| MediaStore.Video() | MediaStore.Video |
| MediaStore.Video.Media() | MediaStore.Video.Media |
| MediaStore.Video.Thumbnails() | MediaStore.Video.Thumbnails |
| MEDIA_BAD_REMOVAL
getExternalStorageState() returns MEDIA_BAD_REMOVAL if the media was
removed before it was unmounted.
|
Environment |
| MEDIA_CHECKING
getExternalStorageState() returns MEDIA_CHECKING if the media is present
and being disk-checked
|
Environment |
| MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK
The video is streamed and its container is not valid for progressive
playback i.e the video's index (e.g moov atom) is not at the start of the
file.
int
|
MediaPlayer |
| MEDIA_ERROR_SERVER_DIED
Media server died.
int
|
MediaPlayer |
| MEDIA_ERROR_UNKNOWN
Unspecified media player error.
int
|
MediaPlayer |
| MEDIA_INFO_BAD_INTERLEAVING
Bad interleaving means that a media has been improperly interleaved or
not interleaved at all, e.g has all the video samples first then all the
audio ones.
int
|
MediaPlayer |
| MEDIA_INFO_METADATA_UPDATE
A new set of metadata is available.
int
|
MediaPlayer |
| MEDIA_INFO_NOT_SEEKABLE
The media cannot be seeked (e.g live stream)
int
|
MediaPlayer |
| MEDIA_INFO_UNKNOWN
Unspecified media player info.
int
|
MediaPlayer |
| MEDIA_INFO_VIDEO_TRACK_LAGGING
The video is too complex for the decoder: it can't decode frames fast
enough.
int
|
MediaPlayer |
| MEDIA_MOUNTED
getExternalStorageState() returns MEDIA_MOUNTED if the media is present
and mounted at its mount point with read/write access.
|
Environment |
| MEDIA_MOUNTED_READ_ONLY
getExternalStorageState() returns MEDIA_MOUNTED_READ_ONLY if the media is present
and mounted at its mount point with read only access.
|
Environment |
| MEDIA_NOFS
getExternalStorageState() returns MEDIA_NOFS if the media is present
but is blank or is using an unsupported filesystem
|
Environment |
| MEDIA_RECORDER_ERROR_UNKNOWN
Unspecified media recorder error.
int
|
MediaRecorder |
| MEDIA_RECORDER_INFO_MAX_DURATION_REACHED
A maximum duration had been setup and has now been reached.
int
|
MediaRecorder |
| MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED
A maximum filesize had been setup and has now been reached.
int
|
MediaRecorder |
| MEDIA_RECORDER_INFO_UNKNOWN
Unspecified media recorder error.
int
|
MediaRecorder |
| MEDIA_REMOVED
getExternalStorageState() returns MEDIA_REMOVED if the media is not present.
|
Environment |
| MEDIA_SCANNER_VOLUME
Name of current volume being scanned by the media scanner.
|
MediaStore |
| MEDIA_SHARED
getExternalStorageState() returns MEDIA_SHARED if the media is present
not mounted, and shared via USB mass storage.
|
Environment |
| MEDIA_UNMOUNTABLE
getExternalStorageState() returns MEDIA_UNMOUNTABLE if the media is present
but cannot be mounted.
|
Environment |
| MEDIA_UNMOUNTED
getExternalStorageState() returns MEDIA_UNMOUNTED if the media is present
but not mounted.
|
Environment |
| MEDIUM
The format style constant defining the medium style.
int
|
DateFormat |
| meetsCriteria(Criteria criteria)
Returns true if this provider meets the given criteria,
false otherwise.
|
LocationProvider |
| members()
Returns the members of this group.
|
Group |
| MemoryFile(String name, int length)
Allocates a new ashmem region.
|
MemoryFile |
| MemoryHandler()
Default constructor, construct and init a
MemoryHandler using
LogManager properties or default values. |
MemoryHandler |
| MemoryHandler(Handler target, int size, Level pushLevel)
Construct and init a
MemoryHandler using given target, size and
push level, other properties using LogManager properties or
default values. |
MemoryHandler |
| MEMORY_TYPE_CHANGED
int
|
WindowManager.LayoutParams |
| MEMORY_TYPE_GPU
This constant is deprecated.
this is ignored, this value is set automatically when needed.
int
|
WindowManager.LayoutParams |
| MEMORY_TYPE_HARDWARE
This constant is deprecated.
this is ignored, this value is set automatically when needed.
int
|
WindowManager.LayoutParams |
| MEMORY_TYPE_NORMAL
Memory type: The window's surface is allocated in main memory.
int
|
WindowManager.LayoutParams |
| MEMORY_TYPE_PUSH_BUFFERS
Memory type: The window's surface doesn't own its buffers and
therefore cannot be locked.
int
|
WindowManager.LayoutParams |
| menuCategory
The category applied to all items within this group.
int
|
R.attr |
| MenuInflater(Context context)
Constructs a menu inflater.
|
MenuInflater |
| menuitem_background
int
|
R.drawable |
| menu_frame
int
|
R.drawable |
| menu_full_frame
int
|
R.drawable |
| MENU_KEY
This is a shortcut definition for the default menu key to use for invoking search.
char
|
SearchManager |
| MENU_KEYCODE
This is a shortcut definition for the default menu key to use for invoking search.
int
|
SearchManager |
| MergeCursor(Cursor[] cursors) | MergeCursor |
| mergeDrawableStates(int[] baseState, int[] additionalState)
Merge your own state values in additionalState into the base
state values baseState that were returned by
onCreateDrawableState(int).
|
View
(protected) |
| message
int
|
R.id |
| Message()
Constructor (but the preferred way to get a Message is to call Message.obtain()).
|
Message |
| MessageDigestSpi() | MessageDigestSpi |
| MessageFormat(String template)
Constructs a new
MessageFormat using the specified pattern and
the default locale for formats. |
MessageFormat |
| MessageFormat(String template, Locale locale)
Constructs a new
MessageFormat using the specified pattern and
the specified locale for formats. |
MessageFormat |
| MESSAGES
Used for permissions that allow an application to send messages
on behalf of the user or intercept messages being received by the
user.
|
Manifest.permission_group |
| Messenger(Handler target)
Create a new Messenger pointing to the given Handler.
|
Messenger |
| Messenger(IBinder target)
Create a Messenger from a raw IBinder, which had previously been
retrieved with getBinder().
|
Messenger |
| METADATA_DOCK_HOME
Boolean that can be supplied as meta-data with a dock activity, to
indicate that the dock should take over the home key when it is active.
|
Intent |
| METADATA_KEY_PREFERENCES
The Activity meta-data key for its XML preference hierarchy.
|
PreferenceManager |
| MetaKeyKeyListener() | MetaKeyKeyListener |
| META_ALT_LEFT_ON
This mask is used to check whether the left ALT meta key is pressed. int
|
KeyEvent |
| META_ALT_LOCKED
int
|
MetaKeyKeyListener |
| META_ALT_ON
This mask is used to check whether one of the ALT meta keys is pressed. int
|
KeyEvent |
| META_ALT_ON
int
|
MetaKeyKeyListener |
| META_ALT_RIGHT_ON
This mask is used to check whether the right the ALT meta key is pressed. int
|
KeyEvent |
| META_CAP_LOCKED
int
|
MetaKeyKeyListener |
| META_DATA_APPWIDGET_PROVIDER
Field for the manifest meta-data tag.
|
AppWidgetManager |
| META_LENGTH
int
|
KeyCharacterMap.KeyData |
| META_SHIFT_LEFT_ON
This mask is used to check whether the left SHIFT meta key is pressed. int
|
KeyEvent |
| META_SHIFT_ON
This mask is used to check whether one of the SHIFT meta keys is pressed. int
|
KeyEvent |
| META_SHIFT_ON
int
|
MetaKeyKeyListener |
| META_SHIFT_RIGHT_ON
This mask is used to check whether the right SHIFT meta key is pressed. int
|
KeyEvent |
| META_SYM_LOCKED
int
|
MetaKeyKeyListener |
| META_SYM_ON
This mask is used to check whether the SYM meta key is pressed. int
|
KeyEvent |
| META_SYM_ON
int
|
MetaKeyKeyListener |
| MethodNotSupportedException(String message)
Creates a new MethodNotSupportedException with the specified detail message.
|
MethodNotSupportedException |
| MethodNotSupportedException(String message, Throwable cause)
Creates a new MethodNotSupportedException with the specified detail message and cause.
|
MethodNotSupportedException |
| METHOD_ATTRIBUTE_PFX
the format of a method attribute name.
|
Pack200.Packer |
| METHOD_NAME | HttpDelete |
| METHOD_NAME | HttpGet |
| METHOD_NAME | HttpHead |
| METHOD_NAME | HttpOptions |
| METHOD_NAME | HttpPost |
| METHOD_NAME | HttpPut |
| METHOD_NAME | HttpTrace |
| MetricAffectingSpan() | MetricAffectingSpan |
| MGF1ParameterSpec(String mdName)
Creates a new
MGF1ParameterSpec with the specified message digest
algorithm name. |
MGF1ParameterSpec |
| MIC
Microphone audio source
int
|
MediaRecorder.AudioSource |
| MICRO_KIND
int
|
MediaStore.Images.Thumbnails |
| MICRO_KIND
int
|
MediaStore.Video.Thumbnails |
| MIDDLE_NAME
The contact's middle name
Type: TEXT |
ContactsContract.CommonDataKinds.StructuredName |
| MILLISECOND
Field number for
get and set indicating the
millisecond within the second.int
|
Calendar |
| MILLISECOND
Marks the millisecond part of a time.
|
DateFormat.Field |
| MILLISECOND_FIELD
FieldPosition selector for 'S' field alignment, corresponds to the
MILLISECOND field.
int
|
DateFormat |
| MIMETYPE
The MIME type of the item represented by this row.
|
ContactsContract.DataColumns |
| mimeType
Specify a MIME type that is handled, as per
IntentFilter.addDataType().
int
|
R.attr |
| MIME_TYPE
The MIME type of the file
Type: TEXT |
MediaStore.MediaColumns |
| min(double d1, double d2)
Returns the most negative (closest to negative infinity) of the two
arguments.
|
Math |
| min(double d1, double d2)
Returns the most negative (closest to negative infinity) of the two
arguments.
|
StrictMath |
| min(float f1, float f2)
Returns the most negative (closest to negative infinity) of the two
arguments.
|
Math |
| min(float f1, float f2)
Returns the most negative (closest to negative infinity) of the two
arguments.
|
StrictMath |
| min(int i1, int i2)
Returns the most negative (closest to negative infinity) of the two
arguments.
|
Math |
| min(int i1, int i2)
Returns the most negative (closest to negative infinity) of the two
arguments.
|
StrictMath |
| min(BigDecimal val)
Returns the minimum of this
BigDecimal and val. |
BigDecimal |
| min(BigInteger val)
Returns the minimum of this
BigInteger and val. |
BigInteger |
| min(Collection<? extends T> collection)
Searches the specified collection for the minimum element.
|
Collections |
| min(Collection<? extends T> collection, Comparator<? super T> comparator)
Searches the specified collection for the minimum element using the
specified comparator.
|
Collections |
| min(long l1, long l2)
Returns the most negative (closest to negative infinity) of the two
arguments.
|
Math |
| min(long l1, long l2)
Returns the most negative (closest to negative infinity) of the two
arguments.
|
StrictMath |
| minEms
Makes the TextView be at least this many ems wide
Must be an integer value, such as " int
|
R.attr |
| minHeight
Must be a dimension value, which is a floating point number appended with a unit such as " int
|
R.attr |
| MINI_KIND
int
|
MediaStore.Images.Thumbnails |
| MINI_KIND
int
|
MediaStore.Video.Thumbnails |
| MINI_THUMB_MAGIC
The mini thumb id.
|
MediaStore.Images.ImageColumns |
| MINI_THUMB_MAGIC
The mini thumb id.
|
MediaStore.Video.VideoColumns |
| minLevel
The minimum level allowed for this item.
int
|
R.attr |
| minLines
Makes the TextView be at least this many lines tall
Must be an integer value, such as " int
|
R.attr |
| minSdkVersion
This is the minimum SDK version number that the application
requires.
int
|
R.attr |
| MINUTE
Field number for
get and set indicating the
minute within the hour.int
|
Calendar |
| MINUTE
This designator indicates the minute of the hour.
char
|
DateFormat |
| MINUTE
Marks the minute part of a time.
|
DateFormat.Field |
| MINUTE
int
|
Time |
| MINUTE_FIELD
FieldPosition selector for 'm' field alignment, corresponds to the
MINUTE field.
int
|
DateFormat |
| MINUTE_IN_MILLIS
long
|
DateUtils |
| minWidth
Must be a dimension value, which is a floating point number appended with a unit such as " int
|
R.attr |
| MIN_CODE_POINT
The minimum code point value,
U+0000.int
|
Character |
| MIN_HIGH_SURROGATE
The minimum value of a high surrogate or leading surrogate unit in UTF-16
encoding,
'?'.char
|
Character |
| MIN_LOW_SURROGATE
The minimum value of a low surrogate or trailing surrogate unit in UTF-16
encoding,
'?'.char
|
Character |
| MIN_PRIORITY
The minimum priority value allowed for a thread.
int
|
Thread |
| MIN_RADIX
The minimum radix used for conversions between characters and integers.
int
|
Character |
| MIN_SUPPLEMENTARY_CODE_POINT
The minimum value of a supplementary code point,
U+010000.int
|
Character |
| MIN_SURROGATE
The minimum value of a surrogate unit in UTF-16 encoding,
'?'.char
|
Character |
| MIN_VALUE
The minimum
Byte value, -27.byte
|
Byte |
| MIN_VALUE
The minimum
Character value.char
|
Character |
| MIN_VALUE
Constant for the minimum
double value, 2-1074.double
|
Double |
| MIN_VALUE
Constant for the minimum
float value, 2-149.float
|
Float |
| MIN_VALUE
Constant for the minimum
int value, -231.int
|
Integer |
| MIN_VALUE
Constant for the minimum
long value, -263.long
|
Long |
| MIN_VALUE
Constant for the minimum
short value, -215.short
|
Short |
| MIN_VOLUME
Minimum volume setting, for use with ToneGenerator(int, int)
int
|
ToneGenerator |
| mirror(char[] text, int start, int count)
Replace the specified slice of
text with the chars'
right-to-left mirrors (if any), returning true if any
replacements were made. |
AndroidCharacter |
| MISC
int
|
BluetoothClass.Device.Major |
| MISCELLANEOUS_MATHEMATICAL_SYMBOLS_A
The "Miscellaneous Mathematical Symbols-A" Unicode Block.
|
Character.UnicodeBlock |
| MISCELLANEOUS_MATHEMATICAL_SYMBOLS_B
The "Miscellaneous Mathematical Symbols-B" Unicode Block.
|
Character.UnicodeBlock |
| MISCELLANEOUS_SYMBOLS
The "Miscellaneous Symbols" Unicode Block.
|
Character.UnicodeBlock |
| MISCELLANEOUS_SYMBOLS_AND_ARROWS
The "Miscellaneous Symbols and Arrows" Unicode Block.
|
Character.UnicodeBlock |
| MISCELLANEOUS_TECHNICAL
The "Miscellaneous Technical" Unicode Block.
|
Character.UnicodeBlock |
| MISSED_TYPE
int
|
CallLog.Calls |
| MissingFormatArgumentException(String s)
Constructs a new
MissingFormatArgumentException with the
specified conversion that lacks the argument. |
MissingFormatArgumentException |
| MissingFormatWidthException(String s)
Constructs a new
MissingFormatWidthException with the specified
format specifier. |
MissingFormatWidthException |
| MissingResourceException(String detailMessage, String className, String resourceName)
Constructs a new
MissingResourceException with the stack trace,
message, the class name of the resource bundle and the name of the
missing resource filled in. |
MissingResourceException |
| MISUSE_MESSAGE
The message to be logged on multiple allocation.
|
SingleClientConnManager |
| mkdir()
Creates the directory named by the trailing filename of this file.
|
File |
| mkdirs()
Creates the directory named by the trailing filename of this file,
including the complete directory path required to create this directory.
|
File |
| MockApplication() | MockApplication |
| MockContentResolver() | MockContentResolver |
| MockContext() | MockContext |
| MockDialogInterface() | MockDialogInterface |
| MockPackageManager() | MockPackageManager |
| MockResources() | MockResources |
| mod(BigInteger m)
Returns a new
BigInteger whose value is this mod m. |
BigInteger |
| mode
Must be one of the following constant values. int
|
R.attr |
| MODEL
The end-user-visible name for the end product.
|
Build |
| MODE_APPEND
File creation mode: for use with openFileOutput(String, int), if the file
already exists then write data to the end of the existing file
instead of erasing it.
int
|
Context |
| MODE_APPEND
For use with open(File, int): append to end of file while writing.
int
|
ParcelFileDescriptor |
| MODE_CREATE
For use with open(File, int): create the file if it doesn't already exist.
int
|
ParcelFileDescriptor |
| MODE_CURRENT
Current audio mode.
int
|
AudioManager |
| MODE_INVALID
Invalid audio mode.
int
|
AudioManager |
| MODE_IN_CALL
In call audio mode.
int
|
AudioManager |
| MODE_LARGE
Large QuickContact mode, includes actions and larger, card-like summary
of the Contacts entry being shown.
int
|
ContactsContract.QuickContact |
| MODE_MEDIUM
Medium QuickContact mode, includes actions and light summary describing
the Contacts entry being shown.
int
|
ContactsContract.QuickContact |
| MODE_NORMAL
Normal audio mode: not ringing and no call established.
int
|
AudioManager |
| MODE_PRIVATE
File creation mode: the default mode, where the created file can only
be accessed by the calling application (or all applications sharing the
same user ID).
int
|
Context |
| MODE_READ_ONLY
For use with open(File, int): open the file with read-only access.
int
|
ParcelFileDescriptor |
| MODE_READ_WRITE
For use with open(File, int): open the file with read and write access.
int
|
ParcelFileDescriptor |
| MODE_RINGER
Ringer mode.
|
Settings.System |
| MODE_RINGER_STREAMS_AFFECTED
Determines which streams are affected by ringer mode changes.
|
Settings.System |
| MODE_RINGTONE
Ringing audio mode.
int
|
AudioManager |
| MODE_SMALL
Small QuickContact mode, usually presented with minimal actions.
int
|
ContactsContract.QuickContact |
| MODE_STATIC
Creation mode where audio data is transferred from Java to the native layer
only once before the audio starts playing.
int
|
AudioTrack |
| MODE_STREAM
Creation mode where audio data is streamed from Java to the native layer
as the audio is playing.
int
|
AudioTrack |
| MODE_TRUNCATE
For use with open(File, int): erase contents of file when opening.
int
|
ParcelFileDescriptor |
| MODE_WORLD_READABLE
File creation mode: allow all other applications to have read access
to the created file.
int
|
Context |
| MODE_WORLD_READABLE
For use with open(File, int): if MODE_CREATE has been supplied
and this file doesn't already exist, then create the file with
permissions such that any application can read it.
int
|
ParcelFileDescriptor |
| MODE_WORLD_WRITEABLE
File creation mode: allow all other applications to have write access
to the created file.
int
|
Context |
| MODE_WORLD_WRITEABLE
For use with open(File, int): if MODE_CREATE has been supplied
and this file doesn't already exist, then create the file with
permissions such that any application can write it.
int
|
ParcelFileDescriptor |
| MODE_WRITE_ONLY
For use with open(File, int): open the file with write-only access.
int
|
ParcelFileDescriptor |
| MODIFICATION_TIME
if it shall attempt to determine the latest modification time if this
is set to
LATEST. |
Pack200.Packer |
| Modifier()
Constructs a new
Modifier instance. |
Modifier |
| MODIFIER_LETTER
Unicode category constant Lm.
byte
|
Character |
| MODIFIER_SYMBOL
Unicode category constant Sk.
byte
|
Character |
| MODIFY
File was modified
int
|
FileObserver |
| MODIFY_AUDIO_SETTINGS
Allows an application to modify global audio settings
|
Manifest.permission |
| MODIFY_PHONE_STATE
Allows modification of the telephony state - power on, mmi, etc.
|
Manifest.permission |
| modInverse(BigInteger m)
Returns a new
BigInteger whose value is 1/this mod m. |
BigInteger |
| modPow(BigInteger exponent, BigInteger m)
Returns a new
BigInteger whose value is this^exponent mod
m. |
BigInteger |
| MONDAY
Value of the
DAY_OF_WEEK field indicating Monday.int
|
Calendar |
| MONDAY
int
|
Time |
| MONGOLIAN
The "Mongolian" Unicode Block.
|
Character.UnicodeBlock |
| MONGOLIAN
The Constant MONGOLIAN indicates the MONGOLIAN range and
decimal base.
int
|
NumericShaper |
| MONOSPACE
The NORMAL style of the default monospace typeface.
|
Typeface |
| MONTH
Field number for
get and set indicating the
month.int
|
Calendar |
| MONTH
This designator indicates the month of the year
Examples for September:
M -> 9
MM -> 09
MMM -> Sep
MMMM -> September
char
|
DateFormat |
| MONTH
Marks the month part of a date.
|
DateFormat.Field |
| MONTH
int
|
Time |
| MonthDisplayHelper(int year, int month) | MonthDisplayHelper |
| MonthDisplayHelper(int year, int month, int weekStartDay) | MonthDisplayHelper |
| MONTH_DAY
int
|
Time |
| MONTH_DAY_FORMAT | DateUtils |
| MONTH_FIELD
The
FieldPosition selector for 'M' field alignment, corresponds
to the MONTH field.int
|
DateFormat |
| MONTH_FORMAT | DateUtils |
| more()
Determine if the source string still contains characters that next()
can consume.
|
JSONTokener |
| moreIcon
'More' icon
Must be a reference to another resource, in the form " int
|
R.attr |
| MOUNT_FORMAT_FILESYSTEMS
Allows formatting file systems for removable storage.
|
Manifest.permission |
| MOUNT_UNMOUNT_FILESYSTEMS
Allows mounting and unmounting file systems for removable storage.
|
Manifest.permission |
| move(int offset)
Move the cursor by a relative amount, forward or backward, from the
current position.
|
AbstractCursor |
| move(int offset)
Move the cursor by a relative amount, forward or backward, from the
current position.
|
Cursor |
| move(int offset)
Move the cursor by a relative amount, forward or backward, from the
current position.
|
CursorWrapper |
| moveCursorToVisibleOffset()
Move the cursor, if needed, so that it is at an offset that is visible
to the user.
|
TextView |
| moveDown(Spannable text, Layout layout)
Move the cursor to the buffer offset physically below the current
offset, or return false if the cursor is already on the bottom line.
|
Selection |
| MOVED_FROM
File was moved from X
int
|
FileObserver |
| MOVED_TO
File was moved to Y
int
|
FileObserver |
| moveLeft(Spannable text, Layout layout)
Move the cursor to the buffer offset physically to the left of
the current offset, or return false if the cursor is already
at the left edge of the line and there is not another line to move it to.
|
Selection |
| movePointLeft(int n)
Returns a new
BigDecimal instance where the decimal point has
been moved n places to the left. |
BigDecimal |
| movePointRight(int n)
Returns a new
BigDecimal instance where the decimal point has
been moved n places to the right. |
BigDecimal |
| moveRight(Spannable text, Layout layout)
Move the cursor to the buffer offset physically to the right of
the current offset, or return false if the cursor is already at
at the right edge of the line and there is not another line
to move it to.
|
Selection |
| moveTaskToBack(boolean nonRoot)
Move the task containing this activity to the back of the activity
stack.
|
Activity |
| moveTo(float x, float y)
Set the beginning of the next contour to the point (x,y).
|
Path |
| moveToCurrentRow()
Moves the cursor to the remembered position, namely the
row that was the current row before a call to
moveToInsertRow. |
ResultSet |
| moveToFirst()
Move the cursor to the first row.
|
AbstractCursor |
| moveToFirst()
Move the cursor to the first row.
|
Cursor |
| moveToFirst()
Move the cursor to the first row.
|
CursorWrapper |
| moveToInsertRow()
Moves the cursor position to the Insert Row.
|
ResultSet |
| moveToLast()
Move the cursor to the last row.
|
AbstractCursor |
| moveToLast()
Move the cursor to the last row.
|
Cursor |
| moveToLast()
Move the cursor to the last row.
|
CursorWrapper |
| moveToLeftEdge(Spannable text, Layout layout) | Selection |
| moveToNext()
Move the cursor to the next row.
|
AbstractCursor |
| moveToNext()
Move the cursor to the next row.
|
Cursor |
| moveToNext()
Move the cursor to the next row.
|
CursorWrapper |
| moveToPosition(int position)
Move the cursor to an absolute position.
|
AbstractCursor |
| moveToPosition(int position)
Move the cursor to an absolute position.
|
Cursor |
| moveToPosition(int position)
Move the cursor to an absolute position.
|
CursorWrapper |
| moveToPrevious()
Move the cursor to the previous row.
|
AbstractCursor |
| moveToPrevious()
Move the cursor to the previous row.
|
Cursor |
| moveToPrevious()
Move the cursor to the previous row.
|
CursorWrapper |
| moveToRightEdge(Spannable text, Layout layout) | Selection |
| moveUp(Spannable text, Layout layout)
Move the cursor to the buffer offset physically above the current
offset, or return false if the cursor is already on the top line.
|
Selection |
| MOVE_SELF
Self was moved
int
|
FileObserver |
| MPEG_4
MPEG4 media file format
int
|
MediaRecorder.OutputFormat |
| MPEG_4_SP
int
|
MediaRecorder.VideoEncoder |
| MPERSP_0
int
|
Matrix |
| MPERSP_1
int
|
Matrix |
| MPERSP_2
int
|
Matrix |
| MSCALE_X
int
|
Matrix |
| MSCALE_Y
int
|
Matrix |
| MSKEW_X
int
|
Matrix |
| MSKEW_Y
int
|
Matrix |
| MTRANS_X
int
|
Matrix |
| MTRANS_Y
int
|
Matrix |
| MultiAutoCompleteTextView(Context context) | MultiAutoCompleteTextView |
| MultiAutoCompleteTextView(Context context, AttributeSet attrs) | MultiAutoCompleteTextView |
| MultiAutoCompleteTextView(Context context, AttributeSet attrs, int defStyle) | MultiAutoCompleteTextView |
| MultiAutoCompleteTextView.CommaTokenizer() | MultiAutoCompleteTextView.CommaTokenizer |
| MulticastSocket()
Constructs a multicast socket, bound to any available port on the
localhost.
|
MulticastSocket |
| MulticastSocket(int aPort)
Constructs a multicast socket, bound to the specified port on the
localhost.
|
MulticastSocket |
| MulticastSocket(SocketAddress localAddr)
Constructs a
MulticastSocket bound to the host/port specified by
the SocketAddress, or an unbound DatagramSocket if the
SocketAddress is null. |
MulticastSocket |
| MULTILINE
This constant specifies that the meta characters '^' and '$' match only
the beginning and end end of an input line, respectively.
int
|
Pattern |
| multiply(BigDecimal multiplicand)
Returns a new
BigDecimal whose value is this *
multiplicand. |
BigDecimal |
| multiply(BigDecimal multiplicand, MathContext mc)
Returns a new
BigDecimal whose value is this *
multiplicand. |
BigDecimal |
| multiply(BigInteger val)
Returns a new
BigInteger whose value is this * val. |
BigInteger |
| multiplyMM(float[] result, int resultOffset, float[] lhs, int lhsOffset, float[] rhs, int rhsOffset)
Multiply two 4x4 matrices together and store the result in a third 4x4
matrix.
|
Matrix |
| multiplyMV(float[] resultVec, int resultVecOffset, float[] lhsMat, int lhsMatOffset, float[] rhsVec, int rhsVecOffset)
Multiply a 4 element vector by a 4x4 matrix and store the result in a 4
element column vector.
|
Matrix |
| multiprocess
Specify whether a component is allowed to have multiple instances
of itself running in different processes.
int
|
R.attr |
| MultiTapKeyListener(TextKeyListener.Capitalize cap, boolean autotext) | MultiTapKeyListener |
| MUSICAL_SYMBOLS
The "Musical Symbols" Unicode Block.
|
Character.UnicodeBlock |
| MutableContextWrapper(Context base) | MutableContextWrapper |
| mutate()
Make this drawable mutable.
|
AnimationDrawable |
| mutate()
A mutable BitmapDrawable still shares its Bitmap with any other Drawable
that comes from the same resource.
|
BitmapDrawable |
| mutate()
Make this drawable mutable.
|
Drawable |
| mutate()
Make this drawable mutable.
|
DrawableContainer |
| mutate()
Make this drawable mutable.
|
GradientDrawable |
| mutate()
Make this drawable mutable.
|
InsetDrawable |
| mutate()
Make this drawable mutable.
|
LayerDrawable |
| mutate()
Make this drawable mutable.
|
LevelListDrawable |
| mutate()
Make this drawable mutable.
|
NinePatchDrawable |
| mutate()
Make this drawable mutable.
|
RotateDrawable |
| mutate()
Make this drawable mutable.
|
ScaleDrawable |
| mutate()
Make this drawable mutable.
|
ShapeDrawable |
| mutate()
Make this drawable mutable.
|
StateListDrawable |
| MUTE_STREAMS_AFFECTED
Determines which streams are affected by mute.
|
Settings.System |
| MYANMAR
The "Myanmar" Unicode Block.
|
Character.UnicodeBlock |
| MYANMAR
The Constant MYANMAR indicates the MYANMAR range and decimal base.
int
|
NumericShaper |
| myLooper()
Return the Looper object associated with the current thread.
|
Looper |
| myPid()
Returns the identifier of this process, which can be used with
killProcess(int) and sendSignal(int, int).
|
Process |
| myQueue()
Return the MessageQueue object associated with the current
thread.
|
Looper |
| myTid()
Returns the identifier of the calling thread, which be used with
setThreadPriority(int, int).
|
Process |
| myUid()
Returns the identifier of this process's user.
|
Process |