| R() | R |
| R.anim() | R.anim |
| R.array() | R.array |
| R.attr() | R.attr |
| R.bool() | R.bool |
| R.color() | R.color |
| R.dimen() | R.dimen |
| R.drawable() | R.drawable |
| R.id() | R.id |
| R.integer() | R.integer |
| R.layout() | R.layout |
| R.plurals() | R.plurals |
| R.raw() | R.raw |
| R.string() | R.string |
| R.style() | R.style |
| R.xml() | R.xml |
| RadialGradient(float x, float y, float radius, int color0, int color1, Shader.TileMode tile)
Create a shader that draws a radial gradient given the center and radius.
|
RadialGradient |
| RadialGradient(float x, float y, float radius, int[] colors, float[] positions, Shader.TileMode tile)
Create a shader that draws a radial gradient given the center and radius.
|
RadialGradient |
| RADIAL_GRADIENT
Gradient is circular.
int
|
GradientDrawable |
| RadioButton(Context context) | RadioButton |
| RadioButton(Context context, AttributeSet attrs) | RadioButton |
| RadioButton(Context context, AttributeSet attrs, int defStyle) | RadioButton |
| radioButtonStyle
Default RadioButton style.
int
|
R.attr |
| radiobutton_off_background
int
|
R.drawable |
| radiobutton_on_background
int
|
R.drawable |
| RadioGroup(Context context)
|
RadioGroup |
| RadioGroup(Context context, AttributeSet attrs)
|
RadioGroup |
| RadioGroup.LayoutParams(Context c, AttributeSet attrs)
|
RadioGroup.LayoutParams |
| RadioGroup.LayoutParams(ViewGroup.LayoutParams p)
|
RadioGroup.LayoutParams |
| RadioGroup.LayoutParams(ViewGroup.MarginLayoutParams source)
|
RadioGroup.LayoutParams |
| RadioGroup.LayoutParams(int w, int h)
|
RadioGroup.LayoutParams |
| RadioGroup.LayoutParams(int w, int h, float initWeight)
|
RadioGroup.LayoutParams |
| RADIO_BLUETOOTH
Constant for use in AIRPLANE_MODE_RADIOS to specify Bluetooth radio.
|
Settings.System |
| RADIO_CELL
Constant for use in AIRPLANE_MODE_RADIOS to specify Cellular radio.
|
Settings.System |
| RADIO_WIFI
Constant for use in AIRPLANE_MODE_RADIOS to specify Wi-Fi radio.
|
Settings.System |
| radius
Must be a dimension value, which is a floating point number appended with a unit such as " int
|
R.attr |
| radix()
Return the radix of this
Scanner. |
Scanner |
| random()
Returns a pseudo-random number between 0.0 (inclusive) and 1.0
(exclusive).
|
Math |
| Random()
Construct a random generator with the current time of day in milliseconds
as the initial state.
|
Random |
| random()
Returns a pseudo-random number between 0.0 (inclusive) and 1.0
(exclusive).
|
StrictMath |
| Random(long seed)
Construct a random generator with the given
seed as the
initial state. |
Random |
| RandomAccessFile(File file, String mode)
Constructs a new
RandomAccessFile based on file and opens
it according to the access string in mode. |
RandomAccessFile |
| RandomAccessFile(String fileName, String mode)
Constructs a new
RandomAccessFile based on the file named fileName and opens it according to the access string in mode. |
RandomAccessFile |
| randomUUID()
Generates a variant 2, version 4 (randomly generated number) UUID as per RFC 4122. |
UUID |
| range(E start, E end)
Creates an enum set containing all the elements within the range defined
by
start and end (inclusive). |
EnumSet |
| Rasterizer() | Rasterizer |
| RasterizerSpan(Rasterizer r) | RasterizerSpan |
| rating
The rating to set by default.
int
|
R.attr |
| RatingBar(Context context) | RatingBar |
| RatingBar(Context context, AttributeSet attrs) | RatingBar |
| RatingBar(Context context, AttributeSet attrs, int defStyle) | RatingBar |
| ratingBarStyle
Default RatingBar style.
int
|
R.attr |
| ratingBarStyleIndicator
Indicator RatingBar style.
int
|
R.attr |
| ratingBarStyleSmall
Small indicator RatingBar style.
int
|
R.attr |
| rawQuery(String sql, String[] selectionArgs)
Runs the provided SQL and returns a Cursor over the result set.
|
SQLiteDatabase |
| rawQueryWithFactory(SQLiteDatabase.CursorFactory cursorFactory, String sql, String[] selectionArgs, String editTable)
Runs the provided SQL and returns a cursor over the result set.
|
SQLiteDatabase |
| RAW_AMR
TODO: change link when AMR_NB is exposed.
int
|
MediaRecorder.OutputFormat |
| RAW_CONTACT_ID
A reference to the _ID
that this data belongs to.
|
ContactsContract.DataColumns |
| RAW_CONTACT_ID1
A reference to the _ID of the raw contact that the rule applies to.
|
ContactsContract.AggregationExceptions |
| RAW_CONTACT_ID2
A reference to the other _ID of the raw contact that the rule
applies to.
|
ContactsContract.AggregationExceptions |
| RAW_CONTENT_URI
This constant is deprecated.
see ContactsContract
|
Contacts.GroupMembership |
| RAW_DATA_INDEX
This constant is deprecated.
use Sensor instead.
int
|
SensorManager |
| RAW_DATA_X
This constant is deprecated.
use Sensor instead.
int
|
SensorManager |
| RAW_DATA_Y
This constant is deprecated.
use Sensor instead.
int
|
SensorManager |
| RAW_DATA_Z
This constant is deprecated.
use Sensor instead.
int
|
SensorManager |
| RC2ParameterSpec(int effectiveKeyBits)
Creates a new
RC2ParameterSpec instance with the specified
effective key length (in bits), |
RC2ParameterSpec |
| RC2ParameterSpec(int effectiveKeyBits, byte[] iv)
Creates a new
RC2ParameterSpec instance with the specified
effective key length (in bits) and initialization vector. |
RC2ParameterSpec |
| RC2ParameterSpec(int effectiveKeyBits, byte[] iv, int offset)
Creates a new
RC2ParameterSpec instance with the specified
effective key length (in bits) and initialization vector. |
RC2ParameterSpec |
| RC5ParameterSpec(int version, int rounds, int wordSize)
Creates a new
RC5ParameterSpec instance with the specified
version, round count an word size (in bits). |
RC5ParameterSpec |
| RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv)
Creates a new
RC5ParameterSpec instance with the specified
version, round count, word size (in bits) and an initialization
vector. |
RC5ParameterSpec |
| RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int offset)
Creates a new
RC5ParameterSpec instance with the specified
version, round count, wordSize (in bits), an initialization vector
and an offset. |
RC5ParameterSpec |
| rCubicTo(float x1, float y1, float x2, float y2, float x3, float y3)
Same as cubicTo, but the coordinates are considered relative to the
current point on this contour.
|
Path |
| read() | AbstractSessionInputBuffer |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
AssetFileDescriptor.AutoCloseInputStream |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
AssetManager.AssetInputStream |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
BufferedInputStream |
| read()
Reads a single character from this reader and returns it with the two
higher-order bytes set to 0.
|
BufferedReader |
| read()
Reads a single byte from the source byte array and returns it as an
integer in the range from 0 to 255.
|
ByteArrayInputStream |
| read()
Reads a single character from this reader and returns it as an integer
with the two higher-order bytes set to 0.
|
CharArrayReader |
| read()
Reads one byte of data from the underlying input stream and updates the
checksum with the byte data.
|
CheckedInputStream |
| read()
Returns all the data in a chunked stream in coalesced form. |
ChunkedInputStream |
| read()
Reads the next byte from this cipher input stream.
|
CipherInputStream |
| read()
Read the next byte from the stream
|
ContentLengthInputStream |
| read()
Reads the next byte and returns it as an
int. |
DigestInputStream |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
EofSensorInputStream |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
FileInputStream |
| read()
Reads a single byte from the filtered stream and returns it as an integer
in the range from 0 to 255.
|
FilterInputStream |
| read()
Reads a single character from the filtered reader and returns it as an
integer with the two higher-order bytes set to 0.
|
FilterReader |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
IdentityInputStream |
| read()
Reads a single byte of decompressed data.
|
InflaterInputStream |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
InputStream |
| read()
Reads a single character from this reader and returns it as an integer
with the two higher-order bytes set to 0.
|
InputStreamReader |
| read()
Reads a single byte from the filtered stream and returns it as an integer
in the range from 0 to 255.
|
LineNumberInputStream |
| read()
Reads a single character from the source reader and returns it as an
integer with the two higher-order bytes set to 0.
|
LineNumberReader |
| read() | LoggingSessionInputBuffer |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
ObjectInput |
| read()
Reads a single byte from the source stream and returns it as an integer
in the range from 0 to 255.
|
ObjectInputStream |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
PipedInputStream |
| read()
Reads a single character from this reader and returns it as an integer
with the two higher-order bytes set to 0.
|
PipedReader |
| read()
Reads a single byte from this stream and returns it as an integer in the
range from 0 to 255.
|
PushbackInputStream |
| read()
Reads a single character from this reader and returns it as an integer
with the two higher-order bytes set to 0.
|
PushbackReader |
| read()
Reads a single byte from the current position in this file and returns it
as an integer in the range from 0 to 255.
|
RandomAccessFile |
| read()
Reads a single character from this reader and returns it as an integer
with the two higher-order bytes set to 0.
|
Reader |
| read()
Reads a single byte from this sequence of input streams and returns it as
an integer in the range from 0 to 255.
|
SequenceInputStream |
| read() | SessionInputBuffer |
| read()
Reads a single byte from the source string and returns it as an integer
in the range from 0 to 255.
|
StringBufferInputStream |
| read()
Reads a single character from the source string and returns it as an
integer with the two higher-order bytes set to 0.
|
StringReader |
| read(byte[] b) | AbstractSessionInputBuffer |
| read(byte[] buffer)
Reads bytes from this stream and stores them in the byte array
buffer. |
AssetFileDescriptor.AutoCloseInputStream |
| read(byte[] b)
Reads bytes from this stream and stores them in the byte array
b. |
AssetManager.AssetInputStream |
| read(byte[] b)
Read some bytes from the stream.
|
ChunkedInputStream |
| read(byte[] b)
Reads the next
b.length bytes from this input stream into buffer
b. |
CipherInputStream |
| read(byte[] b)
Read more bytes from the stream.
|
ContentLengthInputStream |
| read(byte[] buffer)
Reads bytes from this stream into the byte array
buffer. |
DataInputStream |
| read(byte[] b)
Reads bytes from this stream and stores them in the byte array
b. |
EofSensorInputStream |
| read(byte[] buffer)
Reads bytes from this stream and stores them in the byte array
buffer. |
FileInputStream |
| read(byte[] buffer)
Reads bytes from this stream and stores them in the byte array
buffer. |
FilterInputStream |
| read(byte[] b)
Reads bytes from this stream and stores them in the byte array
b. |
InputStream |
| read(byte[] b) | LoggingSessionInputBuffer |
| read(byte[] buffer)
Reads bytes from this stream into the byte array
buffer. |
ObjectInput |
| read(byte[] buffer)
Reads bytes from the current position in this file and stores them in the
byte array
buffer. |
RandomAccessFile |
| read(byte[] b) | SessionInputBuffer |
| read(byte[] b, int off, int len) | AbstractSessionInputBuffer |
| read(byte[] buffer, int offset, int count)
Reads at most
count bytes from this stream and stores them in the
byte array buffer starting at offset. |
AssetFileDescriptor.AutoCloseInputStream |
| read(byte[] b, int off, int len)
Reads at most
length bytes from this stream and stores them in
the byte array b starting at offset. |
AssetManager.AssetInputStream |
| read(byte[] audioData, int offsetInBytes, int sizeInBytes)
Reads audio data from the audio hardware for recording into a buffer.
|
AudioRecord |
| read(byte[] buffer, int offset, int length)
Reads at most
length bytes from this stream and stores them in
byte array buffer starting at offset offset. |
BufferedInputStream |
| read(byte[] b, int offset, int length)
Reads at most
len bytes from this stream and stores
them in byte array b starting at offset. |
ByteArrayInputStream |
| read(byte[] buf, int off, int nbytes)
Reads up to n bytes of data from the underlying input stream, storing it
into
buf, starting at offset off. |
CheckedInputStream |
| read(byte[] b, int off, int len)
Read some bytes from the stream.
|
ChunkedInputStream |
| read(byte[] b, int off, int len)
Reads the next
len bytes from this input stream into buffer
b starting at offset off. |
CipherInputStream |
| read(byte[] b, int off, int len)
Does standard read(byte[], int, int) behavior, but
also notifies the watcher when the contents have been consumed.
|
ContentLengthInputStream |
| read(byte[] buffer, int offset, int length)
Reads at most
length bytes from this stream and stores them in
the byte array buffer starting at offset. |
DataInputStream |
| read(byte[] b, int off, int len)
Reads
len bytes into the specified byte[], starting from
the specified offset. |
DigestInputStream |
| read(byte[] b, int off, int len)
Reads at most
length bytes from this stream and stores them in
the byte array b starting at offset. |
EofSensorInputStream |
| read(byte[] buffer, int offset, int count)
Reads at most
count bytes from this stream and stores them in the
byte array buffer starting at offset. |
FileInputStream |
| read(byte[] buffer, int offset, int count)
Reads at most
count bytes from this stream and stores them in the
byte array buffer starting at offset. |
FilterInputStream |
| read(byte[] buffer, int off, int nbytes)
Reads and decompresses GZIP data from the underlying stream into the
given buffer.
|
GZIPInputStream |
| read(byte[] b, int off, int len)
Reads at most
length bytes from this stream and stores them in
the byte array b starting at offset. |
IdentityInputStream |
| read(byte[] buffer, int off, int nbytes)
Reads up to
nbytes of decompressed data and stores it in
buffer starting at off. |
InflaterInputStream |
| read(byte[] b, int offset, int length)
Reads at most
length bytes from this stream and stores them in
the byte array b starting at offset. |
InputStream |
| read(byte[] buffer, int offset, int length)
Reads up to
length of decompressed data and stores it in
buffer starting at offset. |
JarInputStream |
| read(byte[] buffer, int offset, int length)
Reads at most
length bytes from the filtered stream and stores
them in the byte array buffer starting at offset. |
LineNumberInputStream |
| read(byte[] b, int off, int len) | LoggingSessionInputBuffer |
| read(byte[] buffer, int offset, int count)
Reads at most
count bytes from this stream and stores them in
byte array buffer starting at offset count. |
ObjectInput |
| read(byte[] buffer, int offset, int length)
Reads at most
length bytes from the source stream and stores them
in byte array buffer starting at offset count. |
ObjectInputStream |
| read(byte[] bytes, int offset, int count)
Reads at most
count bytes from this stream and stores them in the
byte array bytes starting at offset. |
PipedInputStream |
| read(byte[] buffer, int offset, int length)
Reads at most
length bytes from this stream and stores them in
the byte array buffer starting at offset. |
PushbackInputStream |
| read(byte[] buffer, int offset, int count)
Reads at most
count bytes from the current position in this file
and stores them in the byte array buffer starting at offset. |
RandomAccessFile |
| read(byte[] buffer, int offset, int count)
Reads at most
count bytes from this sequence of input streams and
stores them in the byte array buffer starting at offset. |
SequenceInputStream |
| read(byte[] b, int off, int len) | SessionInputBuffer |
| read(byte[] b, int offset, int length)
Reads at most
length bytes from the source string and stores them
in the byte array b starting at offset. |
StringBufferInputStream |
| read(byte[] buffer, int start, int length)
Reads up to the specified number of uncompressed bytes into the buffer
starting at the offset.
|
ZipInputStream |
| read(char[] buf)
Reads characters from this reader and stores them in the character array
buf starting at offset 0. |
Reader |
| read(char[] buffer, int offset, int length)
Reads at most
length characters from this reader and stores them
at offset in the character array buffer. |
BufferedReader |
| read(char[] buffer, int offset, int len)
Reads at most
count characters from this CharArrayReader and
stores them at offset in the character array buf. |
CharArrayReader |
| read(char[] buffer, int offset, int count)
Reads at most
count characters from the filtered reader and stores them
in the byte array buffer starting at offset. |
FilterReader |
| read(char[] buf, int offset, int length)
Reads at most
length characters from this reader and stores them
at position offset in the character array buf. |
InputStreamReader |
| read(char[] buffer, int offset, int count)
Reads at most
count characters from the source reader and stores
them in the character array buffer starting at offset. |
LineNumberReader |
| read(char[] buffer, int offset, int count)
Reads at most
count characters from this reader and stores them
in the character array buffer starting at offset. |
PipedReader |
| read(char[] buffer, int offset, int count)
Reads at most
length bytes from this reader and stores them in
byte array buffer starting at offset. |
PushbackReader |
| read(char[] buf, int offset, int count)
Reads at most
count characters from this reader and stores them
at offset in the character array buf. |
Reader |
| read(char[] buf, int offset, int len)
Reads at most
len characters from the source string and stores
them at offset in the character array buf. |
StringReader |
| read(InputStream is)
Constructs a new
Manifest instance obtaining attribute
information from the specified input stream. |
Manifest |
| read(ByteBuffer target)
Reads a datagram from this channel into the byte buffer.
|
DatagramChannel |
| read(ByteBuffer buffer)
Reads bytes from this file channel into the given buffer.
|
FileChannel |
| read(ByteBuffer buffer)
Reads bytes from the channel into the given buffer.
|
ReadableByteChannel |
| read(ByteBuffer target)
Reads bytes from this socket channel into the given buffer.
|
SocketChannel |
| read(ByteBuffer audioBuffer, int sizeInBytes)
Reads audio data from the audio hardware for recording into a direct buffer.
|
AudioRecord |
| read(ByteBuffer buffer, long position)
Reads bytes from this file channel into the given buffer starting from
the specified file position.
|
FileChannel |
| read(ByteBuffer[] targets)
Reads a datagram from this channel into an array of byte buffers.
|
DatagramChannel |
| read(ByteBuffer[] buffers)
Reads bytes from this file channel and stores them in the specified array
of buffers.
|
FileChannel |
| read(ByteBuffer[] buffers)
Reads bytes from this channel into the specified array of buffers.
|
ScatteringByteChannel |
| read(ByteBuffer[] targets)
Reads bytes from this socket channel and stores them in the specified
array of buffers.
|
SocketChannel |
| read(ByteBuffer[] targets, int offset, int length)
Reads a datagram from this channel into an array of byte buffers.
|
DatagramChannel |
| read(ByteBuffer[] buffers, int start, int number)
Reads bytes from this file channel and stores them in a subset of the
specified array of buffers.
|
FileChannel |
| read(ByteBuffer[] buffers, int offset, int length)
Reads bytes from this channel and stores them in a subset of the
specified array of buffers.
|
ScatteringByteChannel |
| read(ByteBuffer[] targets, int offset, int length)
Reads bytes from this socket channel and stores them in a subset of the
specified array of buffers.
|
SocketChannel |
| read(CharBuffer target)
Reads characters from this buffer and puts them into
target. |
CharBuffer |
| read(CharBuffer cb)
Reads characters into the specified
CharBuffer. |
Readable |
| read(CharBuffer target)
Reads characters and puts them into the
target character buffer. |
Reader |
| read(short[] audioData, int offsetInShorts, int sizeInShorts)
Reads audio data from the audio hardware for recording into a buffer.
|
AudioRecord |
| readArray()
Returns the next attribute in the stream in the form of a
java.sql.Array. |
SQLInput |
| readArray(ClassLoader loader)
Read and return a new Object array from the parcel at the current
dataPosition().
|
Parcel |
| readArrayList(ClassLoader loader)
Read and return a new ArrayList object from the parcel at the current
dataPosition().
|
Parcel |
| readAsciiStream()
Returns the next attribute in the stream in the form of an ASCII
character stream embodied as a
java.io.InputStream. |
SQLInput |
| readBigDecimal()
Returns the next attribute in the stream in the form of a
java.math.BigDecimal. |
SQLInput |
| readBinaryStream()
Returns the next attribute in the stream in the form of a stream of bytes
embodied as a
java.io.InputStream. |
SQLInput |
| readBinderArray(IBinder[] val) | Parcel |
| readBinderList(List<IBinder> list)
Read into the given List items IBinder objects that were written with
writeBinderList(List
|
Parcel |
| readBlob()
Returns the next attribute in the stream in the form of a
java.sql.Blob. |
SQLInput |
| readBoolean()
Reads a boolean.
|
DataInput |
| readBoolean()
Reads a boolean from this stream.
|
DataInputStream |
| readBoolean()
Reads a boolean from the source stream.
|
ObjectInputStream |
| readBoolean()
Reads a boolean from the current position in this file.
|
RandomAccessFile |
| readBoolean()
Returns the next attribute in the stream in the form of a
boolean
. |
SQLInput |
| readBooleanArray(boolean[] val) | Parcel |
| readBundle()
Read and return a new Bundle object from the parcel at the current
dataPosition().
|
Parcel |
| readBundle(ClassLoader loader)
Read and return a new Bundle object from the parcel at the current
dataPosition(), using the given class loader to initialize the class
loader of the Bundle for later retrieval of Parcelable objects.
|
Parcel |
| readByte()
Reads an 8-bit byte value.
|
DataInput |
| readByte()
Reads an 8-bit byte value from this stream.
|
DataInputStream |
| readByte()
Reads a byte (8 bit) from the source stream.
|
ObjectInputStream |
| readByte()
Read a byte value from the parcel at the current dataPosition().
|
Parcel |
| readByte()
Reads an 8-bit byte from the current position in this file.
|
RandomAccessFile |
| readByte()
Returns the next attribute in the stream in the form of a
byte. |
SQLInput |
| readByteArray(byte[] val)
Read a byte[] object from the parcel and copy it into the
given byte array.
|
Parcel |
| readBytes()
Returns the next attribute in the stream in the form of a byte array.
|
SQLInput |
| readBytes(byte[] buffer, int srcOffset, int destOffset, int count)
Reads bytes from the memory file.
|
MemoryFile |
| readChar()
Reads a 16-bit character value.
|
DataInput |
| readChar()
Reads a 16-bit character value from this stream.
|
DataInputStream |
| readChar()
Reads a character (16 bit) from the source stream.
|
ObjectInputStream |
| readChar()
Reads a 16-bit character from the current position in this file.
|
RandomAccessFile |
| readCharacterStream()
Returns the next attribute in the stream in the form of a Unicode
character stream embodied as a
java.io.Reader. |
SQLInput |
| readCharArray(char[] val) | Parcel |
| readClassDescriptor()
Reads a class descriptor from the source stream.
|
ObjectInputStream
(protected) |
| readClob()
Returns the next attribute in the stream in the form of a
java.sql.Clob. |
SQLInput |
| readConfiguration()
Re-initialize the properties and configuration.
|
LogManager |
| readConfiguration(InputStream ins)
Re-initialize the properties and configuration from the given
InputStream
Notice : No |
LogManager |
| readData(RowSetInternal theCaller)
Reads new data into the
RowSet. |
RowSetReader |
| readDate()
Returns the next attribute in the stream in the form of a
java.sql.Date. |
SQLInput |
| readDouble()
Reads a 64-bit double value.
|
DataInput |
| readDouble()
Reads a 64-bit double value from this stream.
|
DataInputStream |
| readDouble()
Reads a double (64 bit) from the source stream.
|
ObjectInputStream |
| readDouble()
Read a double precision floating point value from the parcel at the
current dataPosition().
|
Parcel |
| readDouble()
Reads a 64-bit double from the current position in this file.
|
RandomAccessFile |
| readDouble()
Returns the next attribute in the stream in the form of a
double. |
SQLInput |
| readDoubleArray(double[] val) | Parcel |
| readException()
Special function for reading an exception result from the header of
a parcel, to be used after receiving the result of a transaction.
|
Parcel |
| readException(int code, String msg)
Use this function for customized exception handling.
|
Parcel |
| readExceptionFromParcel(Parcel reply)
Special function for reading an exception result from the header of
a parcel, to be used after receiving the result of a transaction.
|
DatabaseUtils |
| readExceptionWithFileNotFoundExceptionFromParcel(Parcel reply) | DatabaseUtils |
| readExceptionWithOperationApplicationExceptionFromParcel(Parcel reply) | DatabaseUtils |
| readExternal(ObjectInput input)
Reads the next object from the ObjectInput
input. |
Externalizable |
| readFields()
Reads the persistent fields of the object that is currently being read
from the source stream.
|
ObjectInputStream |
| readFileDescriptor()
Read a FileDescriptor from the parcel at the current dataPosition().
|
Parcel |
| readFloat()
Reads a 32-bit float value.
|
DataInput |
| readFloat()
Reads a 32-bit float value from this stream.
|
DataInputStream |
| readFloat()
Reads a float (32 bit) from the source stream.
|
ObjectInputStream |
| readFloat()
Read a floating point value from the parcel at the current
dataPosition().
|
Parcel |
| readFloat()
Reads a 32-bit float from the current position in this file.
|
RandomAccessFile |
| readFloat()
Returns the next attribute in the stream in the form of a
float. |
SQLInput |
| readFloatArray(float[] val) | Parcel |
| readFromParcel(Parcel source) | ActivityManager.MemoryInfo |
| readFromParcel(Parcel source) | ActivityManager.ProcessErrorStateInfo |
| readFromParcel(Parcel source) | ActivityManager.RecentTaskInfo |
| readFromParcel(Parcel source) | ActivityManager.RunningAppProcessInfo |
| readFromParcel(Parcel source) | ActivityManager.RunningServiceInfo |
| readFromParcel(Parcel source) | ActivityManager.RunningTaskInfo |
| readFromParcel(Parcel parcel)
Reads the Parcel contents into this Bundle, typically in order for
it to be passed through an IBinder connection.
|
Bundle |
| readFromParcel(Parcel in)
Read a ComponentName from a Parcel that was previously written
with writeToParcel(ComponentName, Parcel), returning either
a null or new object as appropriate.
|
ComponentName |
| readFromParcel(Parcel source) | Debug.MemoryInfo |
| readFromParcel(Parcel in) | Intent |
| readFromParcel(Parcel in) | LabeledIntent |
| readFromParcel(Parcel in)
Set the rectangle's coordinates from the data stored in the specified
parcel.
|
Rect |
| readFromParcel(Parcel in)
Set the rectangle's coordinates from the data stored in the specified
parcel.
|
RectF |
| readFromParcel(Parcel source) | Surface |
| readFromXml(XmlPullParser parser) | IntentFilter |
| readFully(byte[] buffer)
Reads bytes into the byte array
buffer. |
DataInput |
| readFully(byte[] buffer)
Reads bytes from this stream into the byte array
buffer. |
DataInputStream |
| readFully(byte[] buffer)
Reads bytes from the source stream into the byte array
buffer. |
ObjectInputStream |
| readFully(byte[] buffer)
Reads bytes from this file into
buffer. |
RandomAccessFile |
| readFully(byte[] buffer, int offset, int count)
Reads bytes and stores them in the byte array
buffer starting at
offset offset. |
DataInput |
| readFully(byte[] buffer, int offset, int length)
Reads bytes from this stream and stores them in the byte array
buffer starting at the position offset. |
DataInputStream |
| readFully(byte[] buffer, int offset, int length)
Reads bytes from the source stream into the byte array
buffer. |
ObjectInputStream |
| readFully(byte[] buffer, int offset, int count)
Read bytes from this file into
buffer starting at offset offset. |
RandomAccessFile |
| readHashMap(ClassLoader loader)
Please use readBundle(ClassLoader) instead (whose data must have
been written with writeBundle(Bundle).
|
Parcel |
| READING
For languages that have different reading directions of text (like
Japanese), this attribute allows to define which reading should be
used.
|
AttributedCharacterIterator.Attribute |
| readInt()
Reads a 32-bit integer value.
|
DataInput |
| readInt()
Reads a 32-bit integer value from this stream.
|
DataInputStream |
| readInt()
Reads an integer (32 bit) from the source stream.
|
ObjectInputStream |
| readInt()
Read an integer value from the parcel at the current dataPosition().
|
Parcel |
| readInt()
Reads a 32-bit integer from the current position in this file.
|
RandomAccessFile |
| readInt()
Returns the next attribute in the stream in the form of an
int. |
SQLInput |
| readIntArray(int[] val) | Parcel |
| readIntentSenderOrNullFromParcel(Parcel in)
Convenience function for reading either a Messenger or null pointer from
a Parcel.
|
IntentSender |
| readLine() | AbstractSessionInputBuffer |
| readLine()
Returns the next line of text available from this reader.
|
BufferedReader |
| readLine()
Returns a string containing the next line of text available from this
stream.
|
DataInput |
| readLine()
This method is deprecated.
Use BufferedReader
|
DataInputStream |
| readLine()
Returns the next line of text available from this reader.
|
LineNumberReader |
| readLine() | LoggingSessionInputBuffer |
| readLine()
This method is deprecated.
Use BufferedReader
|
ObjectInputStream |
| readLine()
Reads a line of text form the current position in this file.
|
RandomAccessFile |
| readLine() | SessionInputBuffer |
| readLine(CharArrayBuffer charbuffer) | AbstractSessionInputBuffer |
| readLine(CharArrayBuffer buffer) | LoggingSessionInputBuffer |
| readLine(CharArrayBuffer buffer) | SessionInputBuffer |
| readList(List outVal, ClassLoader loader)
Read into an existing List object from the parcel at the current
dataPosition(), using the given class loader to load any enclosed
Parcelables.
|
Parcel |
| readLock()
Returns the lock used for reading.
|
ReadWriteLock |
| readLock()
Returns the lock used for reading.
|
ReentrantReadWriteLock |
| readLong()
Reads a 64-bit long value.
|
DataInput |
| readLong()
Reads a 64-bit long value from this stream.
|
DataInputStream |
| readLong()
Reads a long (64 bit) from the source stream.
|
ObjectInputStream |
| readLong()
Read a long integer value from the parcel at the current dataPosition().
|
Parcel |
| readLong()
Reads a 64-bit long from the current position in this file.
|
RandomAccessFile |
| readLong()
Returns the next attribute in the stream in the form of a
long. |
SQLInput |
| readLongArray(long[] val) | Parcel |
| readMap(Map outVal, ClassLoader loader)
Please use readBundle(ClassLoader) instead (whose data must have
been written with writeBundle(Bundle).
|
Parcel |
| readMessengerOrNullFromParcel(Parcel in)
Convenience function for reading either a Messenger or null pointer from
a Parcel.
|
Messenger |
| readObject()
Reads the next object from this stream.
|
ObjectInput |
| readObject()
Reads the next object from the source stream.
|
ObjectInputStream |
| readObject()
Returns the next attribute in the stream in the form of a
java.lang.Object. |
SQLInput |
| readObjectOverride()
Method to be overriden by subclasses to read the next object from the
source stream.
|
ObjectInputStream
(protected) |
| ReadOnlyBufferException()
Constructs a
ReadOnlyBufferException. |
ReadOnlyBufferException |
| readParcelable(ClassLoader loader)
Read and return a new Parcelable from the parcel.
|
Parcel |
| readParcelableArray(ClassLoader loader)
Read and return a new Parcelable array from the parcel.
|
Parcel |
| readPendingIntentOrNullFromParcel(Parcel in)
Convenience function for reading either a Messenger or null pointer from
a Parcel.
|
PendingIntent |
| readPermission
A specific permission name for read-only
access to a ContentProvider.
int
|
R.attr |
| readRef()
Returns the next attribute in the stream in the form of a
java.sql.Ref. |
SQLInput |
| readResolve()
Resolves a deserialized instance to the correct constant attribute.
|
AttributedCharacterIterator.Attribute
(protected) |
| readResolve()
Deserializes a
CertPath from a serialized CertPathRep
object. |
CertPath.CertPathRep
(protected) |
| readResolve()
Deserializes a
Certificate from a serialized CertificateRep object. |
Certificate.CertificateRep
(protected) |
| readResolve()
Resolves instances that are deserialized to the constant
DateFormat.Field values. |
DateFormat.Field
(protected) |
| readResolve()
Resolves and returns the
Key object. |
KeyRep
(protected) |
| readResolve()
Resolves instances that are deserialized to the constant
MessageFormat.Field values. |
MessageFormat.Field
(protected) |
| readResolve()
Resolves instances that are deserialized to the constant
NumberFormat.Field values. |
NumberFormat.Field
(protected) |
| readResolve()
Resolves the instance being deserialized.
|
TextAttribute
(protected) |
| readSerializable()
Read and return a new Serializable object from the parcel.
|
Parcel |
| readShort()
Reads a 16-bit short value.
|
DataInput |
| readShort()
Reads a 16-bit short value from this stream.
|
DataInputStream |
| readShort()
Reads a short (16 bit) from the source stream.
|
ObjectInputStream |
| readShort()
Reads a 16-bit short from the current position in this file.
|
RandomAccessFile |
| readShort()
Returns the next attribute in the stream in the form of a
short. |
SQLInput |
| readSparseArray(ClassLoader loader)
Read and return a new SparseArray object from the parcel at the current
dataPosition().
|
Parcel |
| readSparseBooleanArray()
Read and return a new SparseBooleanArray object from the parcel at the current
dataPosition().
|
Parcel |
| readSQL(SQLInput stream, String typeName)
Reads data from the database into this object.
|
SQLData |
| readStreamHeader()
Reads and validates the ObjectInputStream header from the source stream.
|
ObjectInputStream
(protected) |
| readString()
Read a string value from the parcel at the current dataPosition().
|
Parcel |
| readString()
Returns the next attribute in the stream in the form of a
String. |
SQLInput |
| readStringArray(String[] val) | Parcel |
| readStringList(List<String> list)
Read into the given List items String objects that were written with
writeStringList(List
|
Parcel |
| readStrongBinder()
Read an object from the parcel at the current dataPosition().
|
Parcel |
| readTime()
Returns the next attribute in the stream in the form of a
java.sql.Time. |
SQLInput |
| readTimestamp()
Returns the next attribute in the stream in the form of a
java.sql.Timestamp. |
SQLInput |
| readTypedArray(T[] val, Creator<T> c) | Parcel |
| readTypedList(List<T> list, Creator<T> c)
Read into the given List items containing a particular object type
that were written with writeTypedList(List
|
Parcel |
| readUnshared()
Reads the next unshared object from the source stream.
|
ObjectInputStream |
| readUnsignedByte()
Reads an unsigned 8-bit byte value and returns it as an int.
|
DataInput |
| readUnsignedByte()
Reads an unsigned 8-bit byte value from this stream and returns it as an
int.
|
DataInputStream |
| readUnsignedByte()
Reads an unsigned byte (8 bit) from the source stream.
|
ObjectInputStream |
| readUnsignedByte()
Reads an unsigned 8-bit byte from the current position in this file and
returns it as an integer.
|
RandomAccessFile |
| readUnsignedShort()
Reads a 16-bit unsigned short value and returns it as an int.
|
DataInput |
| readUnsignedShort()
Reads a 16-bit unsigned short value from this stream and returns it as an
int.
|
DataInputStream |
| readUnsignedShort()
Reads an unsigned short (16 bit) from the source stream.
|
ObjectInputStream |
| readUnsignedShort()
Reads an unsigned 16-bit short from the current position in this file and
returns it as an integer.
|
RandomAccessFile |
| readURL()
Reads the next attribute in the stream (SQL DATALINK value) and returns
it as a
java.net.URL object. |
SQLInput |
| readUTF()
Reads a string encoded with modified UTF-8.
|
DataInput |
| readUTF()
Reads an string encoded in modified UTF-8 from this
stream.
|
DataInputStream |
| readUTF()
Reads a string encoded in modified UTF-8 from the
source stream.
|
ObjectInputStream |
| readUTF()
Reads a string that is encoded in modified UTF-8 from
this file.
|
RandomAccessFile |
| readUTF(DataInput in) | DataInputStream |
| readValue(ClassLoader loader)
Read a typed object from a parcel.
|
Parcel |
| ready()
Indicates whether this reader is ready to be read without blocking.
|
BufferedReader |
| ready()
Indicates whether this reader is ready to be read without blocking.
|
CharArrayReader |
| ready()
Indicates whether this reader is ready to be read without blocking.
|
FilterReader |
| ready()
Indicates whether this reader is ready to be read without blocking.
|
InputStreamReader |
| ready()
Indicates whether this reader is ready to be read without blocking.
|
PipedReader |
| ready()
Indicates whether this reader is ready to be read without blocking.
|
PushbackReader |
| ready()
Indicates whether this reader is ready to be read without blocking.
|
Reader |
| ready()
Indicates whether this reader is ready to be read without blocking.
|
StringReader |
| readyOps()
Gets the set of operations that are ready.
|
SelectionKey |
| READ_CALENDAR
Allows an application to read the user's calendar data.
|
Manifest.permission |
| READ_CONTACTS
Allows an application to read the user's contacts data.
|
Manifest.permission |
| READ_FRAME_BUFFER
Allows an application to take screen shots and more generally
get access to the frame buffer data
|
Manifest.permission |
| READ_HISTORY_BOOKMARKS
Allows an application to read (but not write) the user's
browsing history and bookmarks.
|
Manifest.permission |
| READ_INPUT_STATE
Allows an application to retrieve the current state of keys and
switches.
|
Manifest.permission |
| READ_LOGS
Allows an application to read the low-level system log files.
|
Manifest.permission |
| READ_ONLY
Read-only mapping mode.
|
FileChannel.MapMode |
| READ_OWNER_DATA
Allows an application to read the owner's data.
|
Manifest.permission |
| READ_PHONE_STATE
Allows read only access to phone state.
|
Manifest.permission |
| READ_SMS
Allows an application to read SMS messages.
|
Manifest.permission |
| READ_SYNC_SETTINGS
Allows applications to read the sync settings
|
Manifest.permission |
| READ_SYNC_STATS
Allows applications to read the sync stats
|
Manifest.permission |
| READ_WRITE
Read-write mapping mode.
|
FileChannel.MapMode |
| REAL
The type code that identifies the SQL type
REAL.int
|
Types |
| reapply(Context context, View v)
Applies all of the actions to the provided view.
|
RemoteViews |
| REASON_PROVIDER_IN_USE
Constant for importanceReasonCode: one of the application's
content providers is being used by another process.
int
|
ActivityManager.RunningAppProcessInfo |
| REASON_SERVICE_IN_USE
Constant for importanceReasonCode: one of the application's
content providers is being used by another process.
int
|
ActivityManager.RunningAppProcessInfo |
| REASON_UNKNOWN
Constant for importanceReasonCode: nothing special has
been specified for the reason for this level.
int
|
ActivityManager.RunningAppProcessInfo |
| reassociate()
Reconnect to the currently active access point, even if we are already
connected.
|
WifiManager |
| REBOOT
Required to be able to reboot the device.
|
Manifest.permission |
| receive(int oneByte)
Receives a byte and stores it in this stream's
buffer. |
PipedInputStream
(protected) |
| receive(DatagramPacket pack)
Receives a packet from this socket and stores it in the argument
pack. |
DatagramSocket |
| receive(DatagramPacket pack)
Receives data and stores it in the supplied datagram packet
pack. |
DatagramSocketImpl
(protected) |
| receive(ByteBuffer target)
Gets a datagram from this channel.
|
DatagramChannel |
| RECEIVED_BYTES_COUNT | HttpConnectionMetricsImpl |
| ReceiverCallNotAllowedException(String msg) | ReceiverCallNotAllowedException |
| receiveRequestEntity(HttpEntityEnclosingRequest request)
Receives the next request entity available from this connection and attaches it to
an existing request.
|
AbstractHttpServerConnection |
| receiveRequestEntity(HttpEntityEnclosingRequest request)
Receives the next request entity available from this connection and attaches it to
an existing request.
|
HttpServerConnection |
| receiveRequestHeader()
Receives the request line and all headers available from this connection.
|
AbstractHttpServerConnection |
| receiveRequestHeader()
Receives the request line and all headers available from this connection.
|
HttpServerConnection |
| receiveResponseEntity(HttpResponse response)
Receives the next response entity available from this connection and
attaches it to an existing HttpResponse object.
|
AbstractClientConnAdapter |
| receiveResponseEntity(HttpResponse response)
Receives the next response entity available from this connection and
attaches it to an existing HttpResponse object.
|
AbstractHttpClientConnection |
| receiveResponseEntity(HttpResponse response)
Receives the next response entity available from this connection and
attaches it to an existing HttpResponse object.
|
HttpClientConnection |
| receiveResponseHeader()
Receives the request line and headers of the next response available from
this connection.
|
AbstractClientConnAdapter |
| receiveResponseHeader()
Receives the request line and headers of the next response available from
this connection.
|
AbstractHttpClientConnection |
| receiveResponseHeader()
Receives the request line and headers of the next response available from
this connection.
|
DefaultClientConnection |
| receiveResponseHeader()
Receives the request line and headers of the next response available from
this connection.
|
HttpClientConnection |
| RECEIVE_BOOT_COMPLETED
Allows an application to receive the
ACTION_BOOT_COMPLETED that is
broadcast after the system finishes booting.
|
Manifest.permission |
| RECEIVE_MMS
Allows an application to monitor incoming MMS messages, to record
or perform processing on them.
|
Manifest.permission |
| RECEIVE_SMS
Allows an application to monitor incoming SMS messages, to record
or perform processing on them.
|
Manifest.permission |
| RECEIVE_WAP_PUSH
Allows an application to monitor incoming WAP push messages.
|
Manifest.permission |
| RECENT_WITH_EXCLUDED
Flag for use with getRecentTasks(int, int): return all tasks, even those
that have set their
FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS flag.
int
|
ActivityManager |
| reclaimViews(List<View> views)
Move all views (excluding headers and footers) held by this AbsListView into the supplied
List.
|
AbsListView |
| recognize(Gesture gesture) | GestureLibrary |
| recognize(Gesture gesture)
Recognize a gesture
|
GestureStore |
| recomputeViewAttributes(View child)
Tell view hierarchy that the global view attributes need to be
re-evaluated.
|
ViewGroup |
| recomputeViewAttributes(View child)
Tell view hierarchy that the global view attributes need to be
re-evaluated.
|
ViewParent |
| reconnect()
Reconnect to the currently active access point, if we are currently
disconnected.
|
WifiManager |
| RECORDSTATE_RECORDING
indicates AudioRecord recording state is recording
int
|
AudioRecord |
| RECORDSTATE_STOPPED
indicates AudioRecord recording state is not recording
int
|
AudioRecord |
| RECORD_AUDIO
Allows an application to record audio
|
Manifest.permission |
| RECORD_SOUND_ACTION
Activity Action: Start SoundRecorder application.
|
MediaStore.Audio.Media |
| Rect()
Create a new empty Rect.
|
Rect |
| rect()
Returns the RectF that defines this rectangle's bounds.
|
RectShape
(protected) |
| Rect(Rect r)
Create a new rectangle, initialized with the values in the specified
rectangle (which is left unmodified).
|
Rect |
| Rect(int left, int top, int right, int bottom)
Create a new rectangle with the specified coordinates.
|
Rect |
| RECTANGLE
Shape is a rectangle, possibly with rounded corners
int
|
GradientDrawable |
| RectF()
Create a new empty RectF.
|
RectF |
| RectF(Rect r) | RectF |
| RectF(RectF r)
Create a new rectangle, initialized with the values in the specified
rectangle (which is left unmodified).
|
RectF |
| RectF(float left, float top, float right, float bottom)
Create a new rectangle with the specified coordinates.
|
RectF |
| RectShape()
RectShape constructor.
|
RectShape |
| rectStaysRect()
Returns true if will map a rectangle to another rectangle.
|
Matrix |
| recycle()
Return an instance back to be reused.
|
AccessibilityEvent |
| recycle()
Free up the memory associated with this bitmap's pixels, and mark the
bitmap as "dead", meaning it will throw an exception if getPixels() or
setPixels() is called, and will draw nothing.
|
Bitmap |
| recycle()
Return a Message instance to the global pool.
|
Message |
| recycle()
Recycle the MotionEvent, to be re-used by a later caller.
|
MotionEvent |
| recycle()
Put a Parcel object back into the pool.
|
Parcel |
| recycle()
Give back a previously retrieved StyledAttributes, for later re-use.
|
TypedArray |
| recycle()
Return a VelocityTracker object back to be re-used by others.
|
VelocityTracker |
| RED
int
|
Color |
| red(int color)
Return the red component of a color int.
|
Color |
| redirectErrorStream()
Indicates whether the standard error should be redirected to standard
output.
|
ProcessBuilder |
| redirectErrorStream(boolean redirectErrorStream)
Changes the state of whether or not standard error is redirected to
standard output.
|
ProcessBuilder |
| RedirectException()
Creates a new RedirectException with a null detail message.
|
RedirectException |
| RedirectException(String message)
Creates a new RedirectException with the specified detail message.
|
RedirectException |
| RedirectException(String message, Throwable cause)
Creates a new RedirectException with the specified detail message and cause.
|
RedirectException |
| RedirectLocations() | RedirectLocations |
| reducePermits(int reduction)
Shrinks the number of available permits by the indicated
reduction.
|
Semaphore
(protected) |
| reenableKeyguard()
Reenable the keyguard.
|
KeyguardManager.KeyguardLock |
| ReentrantLock()
Creates an instance of
ReentrantLock. |
ReentrantLock |
| ReentrantLock(boolean fair)
Creates an instance of
ReentrantLock with the
given fairness policy. |
ReentrantLock |
| ReentrantReadWriteLock()
Creates a new
ReentrantReadWriteLock with
default (nonfair) ordering properties. |
ReentrantReadWriteLock |
| ReentrantReadWriteLock(boolean fair)
Creates a new
ReentrantReadWriteLock with
the given fairness policy. |
ReentrantReadWriteLock |
| REF
The type code that identifies the SQL type
REF.int
|
Types |
| ReferenceQueue()
Constructs a new instance of this class.
|
ReferenceQueue |
| ReflectPermission(String permissionName)
Constructs a new
ReflectPermission instance with the specified
name. |
ReflectPermission |
| ReflectPermission(String name, String actions)
Constructs a new
ReflectPermission instance with the specified
name and action list. |
ReflectPermission |
| RefQueueWorker(ReferenceQueue<?> queue, RefQueueHandler handler)
Instantiates a new worker to listen for lost connections.
|
RefQueueWorker |
| refresh()
Reloads the policy configuration for this
Policy instance. |
Policy |
| refreshDrawableState()
Call this to force a view to update its drawable state.
|
View |
| refreshPlugins(boolean reloadOpenPages)
This method is deprecated.
This was used for Gears, which has been deprecated.
|
WebView |
| refreshRow()
Refreshes the current row with its most up to date value in the database.
|
ResultSet |
| REGION
A state, province, county (in Ireland), Land (in Germany),
departement (in France), etc.
|
ContactsContract.CommonDataKinds.StructuredPostal |
| Region()
Create an empty region
|
Region |
| Region(Rect r)
Return a region set to the specified rectangle
|
Region |
| Region(Region region)
Return a copy of the specified region
|
Region |
| region(int start, int end)
Resets this matcher and sets a region.
|
Matcher |
| Region(int left, int top, int right, int bottom)
Return a region set to the specified rectangle
|
Region |
| regionEnd()
Returns this matcher's region end, that is, the first character that is
not considered for a match.
|
Matcher |
| RegionIterator(Region region)
Construct an iterator for all of the rectangles in a region.
|
RegionIterator |
| regionMatches(boolean ignoreCase, int thisStart, String string, int start, int length)
Compares the specified string to this string and compares the specified
range of characters to determine if they are the same.
|
String |
| regionMatches(int thisStart, String string, int start, int length)
Compares the specified string to this string and compares the specified
range of characters to determine if they are the same.
|
String |
| regionMatches(CharSequence one, int toffset, CharSequence two, int ooffset, int len) | TextUtils |
| regionStart()
Returns this matcher's region start, that is, the first character that is
considered for a match.
|
Matcher |
| register(E callback)
Simple version of register(E, Object)
that does not take a cookie object.
|
RemoteCallbackList |
| register(E callback, Object cookie)
Add a new callback to the list.
|
RemoteCallbackList |
| register(String pattern, Object handler) | UriPatternMatcher |
| register(String name, AuthSchemeFactory factory)
Registers a AuthSchemeFactory with the given identifier.
|
AuthSchemeRegistry |
| register(String name, CookieSpecFactory factory)
Registers a CookieSpecFactory with the given identifier.
|
CookieSpecRegistry |
| register(String pattern, HttpRequestHandler handler) | HttpRequestHandlerRegistry |
| register(Selector selector, int operations)
Registers this channel with the specified selector for the specified
interest set.
|
SelectableChannel |
| register(Selector selector, int interestSet, Object attachment)
Registers this channel with the specified selector for the specified
interest set.
|
AbstractSelectableChannel |
| register(Selector sel, int ops, Object att)
Registers this channel with the specified selector for the specified
interest set and an object to attach.
|
SelectableChannel |
| register(AbstractSelectableChannel channel, int operations, Object attachment)
Registers a channel with this selector.
|
AbstractSelector
(protected) |
| register(Scheme sch)
Registers a scheme.
|
SchemeRegistry |
| registerAttribHandler(String name, CookieAttributeHandler handler) | AbstractCookieSpec |
| registerContentObserver(ContentObserver observer)
Register an observer that is called when changes happen to the content backing this cursor.
|
AbstractCursor |
| registerContentObserver(ContentObserver observer)
Register an observer that is called when changes happen to the content backing this cursor.
|
Cursor |
| registerContentObserver(ContentObserver observer)
Register an observer that is called when changes happen to the content backing this cursor.
|
CursorWrapper |
| registerContentObserver(ContentObserver observer)
Register an observer that is called when changes happen to the content backing this cursor.
|
MergeCursor |
| registerContentObserver(Uri uri, boolean notifyForDescendents, ContentObserver observer)
Register an observer class that gets callbacks when data identified by a
given content URI changes.
|
ContentResolver |
| registerDataSetObserver(DataSetObserver observer)
Register an observer that is called when changes happen to the contents
of the this cursors data set, for example, when the data set is changed via
requery(), deactivate(), or close().
|
AbstractCursor |
| registerDataSetObserver(DataSetObserver observer)
Register an observer that is called when changes happen to the data used by this adapter.
|
Adapter |
| registerDataSetObserver(DataSetObserver observer)
Register an observer that is called when changes happen to the data used by this adapter.
|
BaseAdapter |
| registerDataSetObserver(DataSetObserver observer) | BaseExpandableListAdapter |
| registerDataSetObserver(DataSetObserver observer)
Register an observer that is called when changes happen to the contents
of the this cursors data set, for example, when the data set is changed via
requery(), deactivate(), or close().
|
Cursor |
| registerDataSetObserver(DataSetObserver observer)
Register an observer that is called when changes happen to the contents
of the this cursors data set, for example, when the data set is changed via
requery(), deactivate(), or close().
|
CursorWrapper |
| registerDataSetObserver(DataSetObserver observer) | ExpandableListAdapter |
| registerDataSetObserver(DataSetObserver observer)
Register an observer that is called when changes happen to the data used by this adapter.
|
HeaderViewListAdapter |
| registerDataSetObserver(DataSetObserver observer)
Register an observer that is called when changes happen to the contents
of the this cursors data set, for example, when the data set is changed via
requery(), deactivate(), or close().
|
MergeCursor |
| registerDataSetObserver(DataSetObserver observer)
Register an observer that is called when changes happen to the contents
of the this cursors data set, for example, when the data set is changed via
requery(), deactivate(), or close().
|
SQLiteCursor |
| registerDriver(Driver driver)
Registers a given JDBC driver with the
DriverManager. |
DriverManager |
| registerForContextMenu(View view)
Registers a context menu to be shown for the given view (multiple views
can show the context menu).
|
Activity |
| registerForContextMenu(View view) | Dialog |
| registerHandler(UrlInterceptHandler handler)
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
UrlInterceptRegistry |
| registerListener(SensorEventListener listener, Sensor sensor, int rate)
Registers a SensorEventListener
for the given sensor.
|
SensorManager |
| registerListener(SensorEventListener listener, Sensor sensor, int rate, Handler handler)
Registers a SensorEventListener
for the given sensor.
|
SensorManager |
| registerListener(SensorListener listener, int sensors)
This method is deprecated.
This method is deprecated, use
registerListener(SensorEventListener, Sensor, int)
instead.
|
SensorManager |
| registerListener(SensorListener listener, int sensors, int rate)
This method is deprecated.
This method is deprecated, use
registerListener(SensorEventListener, Sensor, int)
instead.
|
SensorManager |
| registerObserver(ContentObserver observer)
Adds an observer to the list.
|
ContentObservable |
| registerObserver(T observer)
Adds an observer to the list.
|
Observable |
| registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener listener)
Registers a callback to be invoked when a change happens to a preference.
|
SharedPreferences |
| registerOutParameter(int parameterIndex, int sqlType)
Defines the type of a specified
OUT parameter. |
CallableStatement |
| registerOutParameter(int parameterIndex, int sqlType, int scale)
Defines the Type of a specified
OUT parameter. |
CallableStatement |
| registerOutParameter(int paramIndex, int sqlType, String typeName)
Defines the Type of a specified
OUT parameter. |
CallableStatement |
| registerOutParameter(String parameterName, int sqlType)
Defines the Type of a specified
OUT parameter. |
CallableStatement |
| registerOutParameter(String parameterName, int sqlType, int scale)
Defines the Type of a specified
OUT parameter. |
CallableStatement |
| registerOutParameter(String parameterName, int sqlType, String typeName)
Defines the Type of a specified
OUT parameter. |
CallableStatement |
| registerParameter(String parameter, UrlQuerySanitizer.ValueSanitizer valueSanitizer)
Register a value sanitizer for a particular parameter.
|
UrlQuerySanitizer |
| registerParameters(String[] parameters, UrlQuerySanitizer.ValueSanitizer valueSanitizer)
Register a value sanitizer for an array of parameters.
|
UrlQuerySanitizer |
| registerReceiver(BroadcastReceiver receiver, IntentFilter filter)
Register a BroadcastReceiver to be run in the main activity thread.
|
Context |
| registerReceiver(BroadcastReceiver receiver, IntentFilter filter)
Register a BroadcastReceiver to be run in the main activity thread.
|
ContextWrapper |
| registerReceiver(BroadcastReceiver receiver, IntentFilter filter)
Register a BroadcastReceiver to be run in the main activity thread.
|
IsolatedContext |
| registerReceiver(BroadcastReceiver receiver, IntentFilter filter)
Register a BroadcastReceiver to be run in the main activity thread.
|
MockContext |
| registerReceiver(BroadcastReceiver receiver, IntentFilter filter, String broadcastPermission, Handler scheduler)
Register to receive intent broadcasts, to run in the context of
scheduler.
|
Context |
| registerReceiver(BroadcastReceiver receiver, IntentFilter filter, String broadcastPermission, Handler scheduler)
Register to receive intent broadcasts, to run in the context of
scheduler.
|
ContextWrapper |
| registerReceiver(BroadcastReceiver receiver, IntentFilter filter, String broadcastPermission, Handler scheduler)
Register to receive intent broadcasts, to run in the context of
scheduler.
|
MockContext |
| registerValidation(ObjectInputValidation object, int priority)
Registers a callback for post-deserialization validation of objects.
|
ObjectInputStream |
| rehash()
Increases the capacity of this
Hashtable. |
Hashtable
(protected) |
| rejectedExecution(Runnable r, ThreadPoolExecutor executor)
Method that may be invoked by a ThreadPoolExecutor when
execute cannot accept a
task.
|
RejectedExecutionHandler |
| rejectedExecution(Runnable r, ThreadPoolExecutor e)
Always throws RejectedExecutionException.
|
ThreadPoolExecutor.AbortPolicy |
| rejectedExecution(Runnable r, ThreadPoolExecutor e)
Executes task r in the caller's thread, unless the executor
has been shut down, in which case the task is discarded.
|
ThreadPoolExecutor.CallerRunsPolicy |
| rejectedExecution(Runnable r, ThreadPoolExecutor e)
Obtains and ignores the next task that the executor
would otherwise execute, if one is immediately available,
and then retries execution of task r, unless the executor
is shut down, in which case task r is instead discarded.
|
ThreadPoolExecutor.DiscardOldestPolicy |
| rejectedExecution(Runnable r, ThreadPoolExecutor e)
Does nothing, which has the effect of discarding task r.
|
ThreadPoolExecutor.DiscardPolicy |
| RejectedExecutionException()
Constructs a RejectedExecutionException with no detail message.
|
RejectedExecutionException |
| RejectedExecutionException(String message)
Constructs a RejectedExecutionException with the
specified detail message.
|
RejectedExecutionException |
| RejectedExecutionException(String message, Throwable cause)
Constructs a RejectedExecutionException with the
specified detail message and cause.
|
RejectedExecutionException |
| RejectedExecutionException(Throwable cause)
Constructs a RejectedExecutionException with the
specified cause.
|
RejectedExecutionException |
| REJECT_RELATIVE_REDIRECT
Defines whether relative redirects should be rejected.
|
ClientPNames |
| relative(int rows)
Moves the cursor position up or down by a specified number of rows.
|
ResultSet |
| RelativeLayout(Context context) | RelativeLayout |
| RelativeLayout(Context context, AttributeSet attrs) | RelativeLayout |
| RelativeLayout(Context context, AttributeSet attrs, int defStyle) | RelativeLayout |
| RelativeLayout.LayoutParams(Context c, AttributeSet attrs) | RelativeLayout.LayoutParams |
| RelativeLayout.LayoutParams(ViewGroup.LayoutParams source)
|
RelativeLayout.LayoutParams |
| RelativeLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
|
RelativeLayout.LayoutParams |
| RelativeLayout.LayoutParams(int w, int h) | RelativeLayout.LayoutParams |
| RelativeSizeSpan(Parcel src) | RelativeSizeSpan |
| RelativeSizeSpan(float proportion) | RelativeSizeSpan |
| RELATIVE_TO_PARENT
The specified dimension holds a float and should be multiplied by the
height or width of the parent of the object being animated.
int
|
Animation |
| RELATIVE_TO_SELF
The specified dimension holds a float and should be multiplied by the
height or width of the object being animated.
int
|
Animation |
| relativize(URI relative)
Makes the given URI
relative to a relative URI against the URI
represented by this instance. |
URI |
| RELAXNG_NS_URI
The official Relax-NG namespace URI.
|
XMLConstants |
| RELEASE
The user-visible version string.
|
Build.VERSION |
| RELEASE
This constant is deprecated.
Use DEBUG instead.
boolean
|
Config |
| release()
Releases the native AudioRecord resources.
|
AudioRecord |
| release()
Releases the native AudioTrack resources.
|
AudioTrack |
| release()
Disconnects and releases the Camera object resources.
|
Camera |
| release()
Call this to indicate to the system that the associated ContentProvider is no
longer needed by this ContentProviderClient.
|
ContentProviderClient |
| release()
Releases this particular lock on the file.
|
FileLock |
| release()
Stops the current JET playback, and releases all associated native resources.
|
JetPlayer |
| release()
Releases resources associated with this MediaPlayer object.
|
MediaPlayer |
| release()
Releases resources associated with this MediaRecorder object.
|
MediaRecorder |
| release()
Release your claim to the CPU or screen being on.
|
PowerManager.WakeLock |
| release()
Releases a permit, returning it to the semaphore.
|
Semaphore |
| release()
Release the SoundPool resources.
|
SoundPool |
| release() | TextKeyListener |
| release()
Releases resources associated with this ToneGenerator object.
|
ToneGenerator |
| release()
Unlocks Wifi Multicast, restoring the filter of packets
not addressed specifically to this device and saving power.
|
WifiManager.MulticastLock |
| release()
Unlocks the Wi-Fi radio, allowing it to turn off when the device is idle.
|
WifiManager.WifiLock |
| release(IBinder token) | TokenWatcher |
| release(int arg)
Releases in exclusive mode.
|
AbstractQueuedSynchronizer |
| release(int permits)
Releases the given number of permits, returning them to the semaphore.
|
Semaphore |
| releaseConnection()
Releases the connection with the option of keep-alive.
|
AbstractClientConnAdapter |
| releaseConnection()
Releases the connection with the option of keep-alive.
|
BasicManagedEntity |
| releaseConnection()
Releases the connection with the option of keep-alive.
|
ConnectionReleaseTrigger |
| releaseConnection()
Returns the connection back to the connection manager
and prepares for retrieving a new connection during
the next request.
|
DefaultRequestDirector
(protected) |
| releaseConnection()
Same as close().
|
EofSensorInputStream |
| releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
Releases a connection for use by others.
|
ClientConnectionManager |
| releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
Releases a connection for use by others.
|
SingleClientConnManager |
| releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
Releases a connection for use by others.
|
ThreadSafeClientConnManager |
| released()
Called when the number of active tokens goes from 1 to 0.
|
TokenWatcher |
| releaseIconForPageUrl(String url)
Release the icon for the given page url.
|
WebIconDatabase |
| releaseManagedConnection()
Releases the connection gracefully.
|
BasicManagedEntity
(protected) |
| releaseMemory()
Attempts to release memory that SQLite holds but does not require to
operate properly.
|
SQLiteDatabase |
| releaseReference() | SQLiteClosable |
| releaseReferenceFromContainer() | SQLiteClosable |
| releaseSavepoint(Savepoint savepoint)
Releases the specified
savepoint from the present transaction. |
Connection |
| releaseShared(int arg)
Releases in shared mode.
|
AbstractQueuedSynchronizer |
| reload()
Reload the current url.
|
WebView |
| reload(Class aClass) | TestSuiteLoader |
| reloadStaticData()
Notifies the native resource to reuse the audio data already loaded in the native
layer.
|
AudioTrack |
| remainder(BigDecimal divisor)
Returns a new
BigDecimal whose value is this % divisor. |
BigDecimal |
| remainder(BigDecimal divisor, MathContext mc)
Returns a new
BigDecimal whose value is this % divisor. |
BigDecimal |
| remainder(BigInteger divisor)
Returns a new
BigInteger whose value is this % divisor. |
BigInteger |
| remaining()
Returns the number of remaining elements in this buffer, that is
limit - position. |
Buffer |
| remainingCapacity()
Returns the number of additional elements that this queue can ideally
(in the absence of memory or resource constraints) accept without
blocking.
|
ArrayBlockingQueue |
| remainingCapacity()
Returns the number of additional elements that this queue can ideally
(in the absence of memory or resource constraints) accept without
blocking, or Integer.MAX_VALUE if there is no intrinsic
limit.
|
BlockingQueue |
| remainingCapacity()
Always returns Integer.MAX_VALUE because
a DelayQueue is not capacity constrained.
|
DelayQueue |
| remainingCapacity()
Returns the number of additional elements that this queue can ideally
(in the absence of memory or resource constraints) accept without
blocking.
|
LinkedBlockingQueue |
| remainingCapacity()
Always returns Integer.MAX_VALUE because
a PriorityBlockingQueue is not capacity constrained.
|
PriorityBlockingQueue |
| remainingCapacity()
Always returns zero.
|
SynchronousQueue |
| remapCoordinateSystem(float[] inR, int X, int Y, float[] outR)
Rotates the supplied rotation matrix so it is expressed in a
different coordinate system.
|
SensorManager |
| RemoteCallbackList() | RemoteCallbackList |
| RemoteException() | RemoteException |
| RemoteViews(Parcel parcel)
Reads a RemoteViews object from a parcel.
|
RemoteViews |
| RemoteViews(String packageName, int layoutId)
Create a new RemoteViews object that will display the views contained
in the specified layout file.
|
RemoteViews |
| RemoteViews.ActionException(Exception ex) | RemoteViews.ActionException |
| RemoteViews.ActionException(String message) | RemoteViews.ActionException |
| remove()
Removes the element at the head of the queue and returns it.
|
AbstractQueue |
| remove()
Removes the last object returned by
next from the collection. |
BasicHeaderElementIterator |
| remove()
Removing headers is not supported.
|
BasicHeaderIterator |
| remove()
Removes the header that was returned last.
|
BasicListHeaderIterator |
| remove()
Removing tokens is not supported.
|
BasicTokenIterator |
| remove()
Removes the last object returned by
next from the collection. |
CursorJoiner |
| remove()
Removes the last object returned by
next from the collection. |
Iterator |
| remove()
Gets and removes the element at the head of the queue.
|
LinkedList |
| remove()
Removes the last object returned by
next or previous from
the list. |
ListIterator |
| remove()
Gets and removes the element at the head of the queue.
|
Queue |
| remove()
Returns the next available reference from the queue, removing it in the
process.
|
ReferenceQueue |
| remove()
Remove is not a supported operation on
Scanner. |
Scanner |
| remove()
Removes the last object returned by
next from the collection. |
TextUtils.SimpleStringSplitter |
| remove()
Removes the entry for this variable in the current thread.
|
ThreadLocal |
| remove(int location)
Removes the object at the specified location from this list.
|
AbstractList |
| remove(int location)
Removes the object at the specified location from this list.
|
AbstractSequentialList |
| remove(int location)
Removes the object at the specified location from this list.
|
ArrayList |
| remove(int index)
Removes the element at the specified position in this list.
|
CopyOnWriteArrayList |
| remove(int location)
Removes the object at the specified location from this
LinkedList. |
LinkedList |
| remove(int location)
Removes the object at the specified location from this
List. |
List |
| remove(int key)
Alias for delete(int).
|
SparseArray |
| remove(int location)
Removes the object at the specified location from this vector.
|
Vector |
| remove(Object object)
Removes one instance of the specified object from this
Collection if one
is contained (optional). |
AbstractCollection |
| remove(Object key)
Removes a mapping with the specified key from this Map.
|
AbstractMap |
| remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
ArrayBlockingQueue |
| remove(Object object)
Removes one instance of the specified object from this
Collection if one
is contained (optional). |
ArrayList |
| remove(Object key)
Deletes the key/value pair with key
key from this Attributes. |
Attributes |
| remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
BlockingQueue |
| remove(Object object)
Removes one instance of the specified object from this
Collection if one
is contained (optional). |
Collection |
| remove(Object key)
Removes the key (and its corresponding value) from this map.
|
ConcurrentHashMap |
| remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
ConcurrentLinkedQueue |
| remove(Object o)
Removes the first occurrence of the specified element from this list,
if it is present.
|
CopyOnWriteArrayList |
| remove(Object o)
Removes the specified element from this set if it is present.
|
CopyOnWriteArraySet |
| remove(Object o)
Removes a single instance of the specified element from this
queue, if it is present, whether or not it has expired.
|
DelayQueue |
| remove(Object key)
Removes the key/value pair with the specified
key from this
dictionary. |
Dictionary |
| remove(Object key)
Removes a mapping with the specified key from this
EnumMap. |
EnumMap |
| remove(Object key)
Removes the mapping with the specified key from this map.
|
HashMap |
| remove(Object object)
Removes the specified object from this
HashSet. |
HashSet |
| remove(Object key)
Removes the key/value pair with the specified key from this
Hashtable. |
Hashtable |
| remove(Object key)
Removes the mapping with the specified key from this map.
|
IdentityHashMap |
| remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
LinkedBlockingQueue |
| remove(Object object)
Removes one instance of the specified object from this
Collection if one
is contained (optional). |
LinkedList |
| remove(Object object)
Removes the first occurrence of the specified object from this
List. |
List |
| remove(Object key)
Removes a mapping with the specified key from this
Map. |
Map |
| remove(Object o)
Removes a single instance of the specified element from this queue,
if it is present.
|
PriorityBlockingQueue |
| remove(Object o)
Removes the specified object from the priority queue.
|
PriorityQueue |
| remove(Object key)
Removes the specified
key and its associated value from this
Provider. |
Provider |
| remove(Object object)
Removes the specified object from this set.
|
Set |
| remove(Object o)
Always returns false.
|
SynchronousQueue |
| remove(Object key)
Removes the mapping with the specified key from this map.
|
TreeMap |
| remove(Object object)
Removes an occurrence of the specified object from this
TreeSet. |
TreeSet |
| remove(Object object)
Removes the first occurrence, starting at the beginning and moving
towards the end, of the specified object from this vector.
|
Vector |
| remove(Object key)
Removes the mapping with the specified key from this map.
|
WeakHashMap |
| remove(Object key, Object value)
Removes the entry for a key only if currently mapped to a given value.
|
ConcurrentHashMap |
| remove(Object key, Object value)
Removes the entry for a key only if currently mapped to a given value.
|
ConcurrentMap |
| remove(Runnable task)
Removes this task from the executor's internal queue if it is
present, thus causing it not to be run if it has not already
started.
|
ThreadPoolExecutor |
| remove(String key)
Removes the preference mapped to the given key from this node.
|
AbstractPreferences |
| remove(String key)
Removes any entry with the given key from the mapping of this Bundle.
|
Bundle |
| remove(String key) | Camera.Parameters |
| remove(String key)
Remove a single value.
|
ContentValues |
| remove(String key)
Remove a name and its value, if present.
|
JSONObject |
| remove(String key)
Removes the preference mapped to the given key from this node.
|
Preferences |
| remove(String key)
Mark in the editor that a preference value should be removed, which
will be done in the actual preferences once commit() is
called.
|
SharedPreferences.Editor |
| remove(URI uri)
Removes a URI from the list of redirects.
|
RedirectLocations |
| remove(long timeout)
Returns the next available reference from the queue, removing it in the
process.
|
ReferenceQueue |
| remove(HttpConnection connection)
Removes the given connection from the list of connections to be closed when idle.
|
IdleConnectionHandler |
| remove(T object)
Removes the specified object from the array.
|
ArrayAdapter |
| removeAccount(Account account, AccountManagerCallback<Boolean> callback, Handler handler)
Removes the given account.
|
AccountManager |
| removeAccuracy()
Clears the accuracy of this fix.
|
Location |
| removeAll()
Removes all connections referenced by this handler.
|
IdleConnectionHandler |
| removeAll()
Removes all Preferences from this group.
|
PreferenceGroup |
| removeAll(Collection<?> collection)
Removes all occurrences in this
Collection of each object in the
specified Collection (optional). |
AbstractCollection |
| removeAll(Collection<?> collection)
Removes all occurrences in this collection which are contained in the
specified collection.
|
AbstractSet |
| removeAll(Collection<?> collection)
Removes all occurrences in this
Collection of each object in the
specified Collection (optional). |
Collection |
| removeAll(Collection<?> c)
Removes from this list all of its elements that are contained in
the specified collection.
|
CopyOnWriteArrayList |
| removeAll(Collection<?> c)
Removes from this set all of its elements that are contained in the
specified collection.
|
CopyOnWriteArraySet |
| removeAll(Collection<?> collection)
Removes all occurrences in this
List of each object in the specified
collection. |
List |
| removeAll(Collection<?> collection)
Removes all objects in the specified collection from this set.
|
Set |
| removeAll(Collection<?> c)
Always returns false.
|
SynchronousQueue |
| removeAll(Collection<?> collection)
Removes all occurrences in this vector of each object in the specified
Collection.
|
Vector |
| removeAllActivities()
Remove all activities from this LocalActivityManager, performing an
onDestroy() on any that are currently instantiated.
|
LocalActivityManager |
| removeAllCookie()
Remove all cookies
|
CookieManager |
| removeAllElements()
Removes all elements from this vector, leaving the size zero and the
capacity unchanged.
|
Vector |
| removeAllIcons()
Removes all the icons in the database.
|
WebIconDatabase |
| removeAllOnGestureListeners() | GestureOverlayView |
| removeAllOnGesturePerformedListeners() | GestureOverlayView |
| removeAllOnGesturingListeners() | GestureOverlayView |
| removeAllViews()
This method is not supported and throws an UnsupportedOperationException when called.
|
AdapterView |
| removeAllViews()
Call this method to remove all child views from the
ViewGroup.
|
ViewAnimator |
| removeAllViews()
Call this method to remove all child views from the
ViewGroup.
|
ViewGroup |
| removeAllViewsInLayout()
Called by a ViewGroup subclass to remove child views from itself,
when it must first know its size on screen before it can calculate how many
child views it will render.
|
ViewGroup |
| removeAltitude()
Clears the altitude of this fix.
|
Location |
| removeAt(int index)
Removes the mapping at the given index.
|
SparseIntArray |
| removeAttribute(int index)
Remove an attribute from the list.
|
Attributes2Impl |
| removeAttribute(int index)
Remove an attribute from the list.
|
AttributesImpl |
| removeAttribute(String name)
Remove an attribute from the list.
|
AttributeListImpl |
| removeAttribute(String id) | BasicHttpContext |
| removeAttribute(String id) | DefaultedHttpContext |
| removeAttribute(String name)
Removes an attribute by name.
|
Element |
| removeAttribute(String id) | HttpContext |
| removeAttribute(String id) | SyncBasicHttpContext |
| removeAttributeNode(Attr oldAttr)
Removes the specified attribute node.
|
Element |
| removeAttributeNS(String namespaceURI, String localName)
Removes an attribute by local name and namespace URI.
|
Element |
| removeBearing()
Clears the bearing of this fix.
|
Location |
| removeCallback(SurfaceHolder.Callback callback)
Removes a previously added Callback interface from this holder.
|
SurfaceHolder |
| removeCallbacks(Runnable r)
Remove any pending posts of Runnable r that are in the message queue.
|
Handler |
| removeCallbacks(Runnable action)
Removes the specified Runnable from the message queue.
|
View |
| removeCallbacks(Runnable r, Object token)
Remove any pending posts of Runnable r with Object
token that are in the message queue.
|
Handler |
| removeCallbacksAndMessages(Object token)
Remove any pending posts of callbacks and sent messages whose
obj is token.
|
Handler |
| removeCategory(String category)
Remove an category from an intent.
|
Intent |
| removeCertificate(Certificate certificate)
Removes the specified
Certificate from this Identity. |
Identity |
| removeChild(Node oldChild)
Removes the child node indicated by
oldChild from the list
of children, and returns it. |
Node |
| removeComposingSpans(Spannable text) | BaseInputConnection |
| removeConnectionEventListener(ConnectionEventListener theListener)
Unregisters the supplied
ConnectionEventListener from this PooledConnection. |
PooledConnection |
| removeDetachedView(View child, boolean animate)
Finishes the removal of a detached view.
|
ViewGroup
(protected) |
| removeDialog(int id)
Removes any internal references to a dialog managed by this Activity.
|
Activity |
| removeEldestEntry(Entry<K, V> eldest) | LinkedHashMap
(protected) |
| removeElement(Object object)
Removes the first occurrence, starting at the beginning and moving
towards the end, of the specified object from this vector.
|
Vector |
| removeElementAt(int location)
Removes the element found at index position
location from
this Vector. |
Vector |
| removeEntry(String entryName) | GestureLibrary |
| removeEntry(String entryName)
Remove a entry of gestures
|
GestureStore |
| removeEntry(Principal caller, AclEntry entry)
Removes an
AclEntry from this ACL instance. |
Acl |
| removeExpiredCookie()
Remove all expired cookies
|
CookieManager |
| removeExtra(String name)
Remove extended data from the intent.
|
Intent |
| removeFilterWatcher(TextWatcher watcher) | DialerFilter |
| removeFirst()
Removes the first object from this
LinkedList. |
LinkedList |
| removeFooter(View v) | HeaderViewListAdapter |
| removeFooterView(View v)
Removes a previously-added footer view.
|
ListView |
| removeGesture(String entryName, Gesture gesture) | GestureLibrary |
| removeGesture(String entryName, Gesture gesture)
Remove a gesture from the library.
|
GestureStore |
| removeGlobalOnLayoutListener(ViewTreeObserver.OnGlobalLayoutListener victim)
Remove a previously installed global layout callback
|
ViewTreeObserver |
| removeGpsData()
Removes GPS latitude, longitude, altitude, and timestamp from the
parameters.
|
Camera.Parameters |
| removeGpsStatusListener(GpsStatus.Listener listener)
Removes a GPS status listener.
|
LocationManager |
| removeGroup(int groupId)
Remove all items in the given group.
|
Menu |
| removeHandler(Handler handler)
Removes a handler from this logger.
|
Logger |
| removeHandshakeCompletedListener(HandshakeCompletedListener listener)
Removes the specified handshake completion listener.
|
SSLSocket |
| removeHeader(View v) | HeaderViewListAdapter |
| removeHeader(Header header)
Removes a header from this message.
|
AbstractHttpMessage |
| removeHeader(Header header)
Removes the given header.
|
HeaderGroup |
| removeHeader(Header header)
Removes a header from this message.
|
HttpMessage |
| removeHeaders(String name)
Removes all headers with a certain name from this message.
|
AbstractHttpMessage |
| removeHeaders(String name)
Removes all headers with a certain name from this message.
|
HttpMessage |
| removeHeaderView(View v)
Removes a previously-added header view.
|
ListView |
| removeIdentity(Identity identity)
Removes an
Identity from this IdentityScope. |
IdentityScope |
| removeIdleHandler(MessageQueue.IdleHandler handler)
Remove an MessageQueue.IdleHandler from the queue that was previously added
with addIdleHandler(MessageQueue.IdleHandler).
|
MessageQueue |
| removeItem(int id)
Remove the item with the given identifier.
|
Menu |
| removeLast()
Removes the last object from this
LinkedList. |
LinkedList |
| removeListener(TestListener listener)
Unregisters a TestListener
|
TestResult |
| removeMember(Principal user)
Removes a member from this group.
|
Group |
| removeMessages(int what)
Remove any pending posts of messages with code 'what' that are in the
message queue.
|
Handler |
| removeMessages(int what, Object object)
Remove any pending posts of messages with code 'what' and whose obj is
'object' that are in the message queue.
|
Handler |
| removeMonitor(Instrumentation.ActivityMonitor monitor)
Remove an Instrumentation.ActivityMonitor that was previously added with
addMonitor(Instrumentation.ActivityMonitor).
|
Instrumentation |
| removeNamedItem(String name)
Removes a node specified by name.
|
NamedNodeMap |
| removeNamedItemNS(String namespaceURI, String localName)
Removes a node specified by local name and namespace URI.
|
NamedNodeMap |
| removeNetwork(int netId)
Remove the specified network from the list of configured networks.
|
WifiManager |
| removeNmeaListener(GpsStatus.NmeaListener listener)
Removes an NMEA listener.
|
LocationManager |
| removeNode()
Removes this preference node with all its descendants.
|
AbstractPreferences |
| removeNode()
Removes this preference node with all its descendants.
|
Preferences |
| removeNodeChangeListener(NodeChangeListener ncl)
Removes the given
NodeChangeListener instance from this node. |
AbstractPreferences |
| removeNodeChangeListener(NodeChangeListener ncl)
Removes the given
NodeChangeListener instance from this node. |
Preferences |
| removeNodeSpi()
Removes this node from the preference hierarchy tree.
|
AbstractPreferences
(protected) |
| removeOnAccountsUpdatedListener(OnAccountsUpdateListener listener)
Remove an OnAccountsUpdateListener that was previously registered with
addOnAccountsUpdatedListener(OnAccountsUpdateListener, Handler, boolean).
|
AccountManager |
| removeOnGestureListener(GestureOverlayView.OnGestureListener listener) | GestureOverlayView |
| removeOnGesturePerformedListener(GestureOverlayView.OnGesturePerformedListener listener) | GestureOverlayView |
| removeOnGesturingListener(GestureOverlayView.OnGesturingListener listener) | GestureOverlayView |
| removeOnGlobalFocusChangeListener(ViewTreeObserver.OnGlobalFocusChangeListener victim)
Remove a previously installed focus change callback.
|
ViewTreeObserver |
| removeOnPreDrawListener(ViewTreeObserver.OnPreDrawListener victim)
Remove a previously installed pre-draw callback
|
ViewTreeObserver |
| removeOnScrollChangedListener(ViewTreeObserver.OnScrollChangedListener victim)
Remove a previously installed scroll-changed callback
|
ViewTreeObserver |
| removeOnTouchModeChangeListener(ViewTreeObserver.OnTouchModeChangeListener victim)
Remove a previously installed touch mode change callback
|
ViewTreeObserver |
| removePackageFromPreferred(String packageName)
Remove a package from the list of preferred packages.
|
MockPackageManager |
| removePackageFromPreferred(String packageName)
Remove a package from the list of preferred packages.
|
PackageManager |
| removeParameter(String name) | BasicHttpParams |
| removeParameter(String name)
Does not remove a parameter.
|
ClientParamsStack |
| removeParameter(String name)
Attempts to remove the parameter from the local collection.
|
DefaultedHttpParams |
| removeParameter(String name)
Removes the parameter with the specified name.
|
HttpParams |
| removePermission(String name)
Removes a permission that was previously added with
addPermission(PermissionInfo).
|
MockPackageManager |
| removePermission(String name)
Removes a permission that was previously added with
addPermission(PermissionInfo).
|
PackageManager |
| removePermission(Permission permission)
Removes the specified permission from this ACL entry.
|
AclEntry |
| removePlugin(Plugin plugin)
This method is deprecated.
This interface was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
PluginList |
| removePreference(Preference preference)
Removes a Preference from this group.
|
PreferenceGroup |
| removePreferenceChangeListener(PreferenceChangeListener pcl)
Removes the given
PreferenceChangeListener instance from this
node. |
AbstractPreferences |
| removePreferenceChangeListener(PreferenceChangeListener pcl)
Removes the given
PreferenceChangeListener instance from this
node. |
Preferences |
| removePropertyChangeListener(PropertyChangeListener l)
Remove a
PropertyChangeListener, do nothing if the given
listener is not found. |
LogManager |
| removePropertyChangeListener(PropertyChangeListener listener)
remove a listener
|
Pack200.Packer |
| removePropertyChangeListener(PropertyChangeListener listener)
remove a listener.
|
Pack200.Unpacker |
| removePropertyChangeListener(PropertyChangeListener listener)
removes a property change listener that was registered to all properties.
|
PropertyChangeSupport |
| removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
Removes the listener from the specific property.
|
PropertyChangeSupport |
| removeProvider(String name)
Removes the
Provider with the specified name form the collection
of providers. |
Security |
| removeProximityAlert(PendingIntent intent)
Removes the proximity alert with the given PendingIntent.
|
LocationManager |
| removeRange(int start, int end)
Removes the objects in the specified range from the start to the end
index minus one.
|
AbstractList
(protected) |
| removeRange(int start, int end)
Removes the objects in the specified range from the start to the end, but
not including the end index.
|
ArrayList
(protected) |
| removeRange(int start, int end)
Removes the objects in the specified range from the start to the, but not
including, end index.
|
Vector
(protected) |
| removeRequestInterceptorByClass(Class clazz)
Removes all request interceptor of the specified class
|
BasicHttpProcessor |
| removeRequestInterceptorByClass(Class clazz)
Removes all request interceptor of the specified class
|
HttpRequestInterceptorList |
| removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor> clazz) | AbstractHttpClient |
| removeResponseInterceptorByClass(Class clazz)
Removes all response interceptor of the specified class
|
BasicHttpProcessor |
| removeResponseInterceptorByClass(Class clazz)
Removes all response interceptor of the specified class
|
HttpResponseInterceptorList |
| removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor> clazz) | AbstractHttpClient |
| removeRowSetListener(RowSetListener theListener)
Removes a specified RowSetListener object from the set of
listeners which will be notified of events by this
RowSet. |
RowSet |
| removeSelection(Spannable text)
Remove the selection or cursor, if any, from the text.
|
Selection |
| removeService(Provider.Service s)
Removes a previously registered
Service from this Provider. |
Provider
(protected) |
| removeSessionCookie()
Remove all session cookies, which are cookies without expiration date
|
CookieManager |
| removeShutdownHook(Thread hook)
Unregisters a previously registered virtual machine shutdown hook.
|
Runtime |
| removeSpan(Object what)
Remove the specified object from the range of text to which it
was attached, if any.
|
Spannable |
| removeSpan(Object what) | SpannableString |
| removeSpan(Object what)
Remove the specified markup object from the buffer.
|
SpannableStringBuilder |
| removeSpeed()
Clears the speed of this fix.
|
Location |
| removeSpi(String key)
Removes the preference with the specified key.
|
AbstractPreferences
(protected) |
| removeStatusChangeListener(Object handle) | ContentResolver |
| removeStickyBroadcast(Intent intent)
Remove the data previously sent with sendStickyBroadcast(Intent),
so that it is as if the sticky broadcast had never happened.
|
Context |
| removeStickyBroadcast(Intent intent)
Remove the data previously sent with sendStickyBroadcast(Intent),
so that it is as if the sticky broadcast had never happened.
|
ContextWrapper |
| removeStickyBroadcast(Intent intent)
Remove the data previously sent with sendStickyBroadcast(Intent),
so that it is as if the sticky broadcast had never happened.
|
MockContext |
| removeTestProvider(String provider)
Removes the mock location provider with the given name.
|
LocationManager |
| removeTextChangedListener(TextWatcher watcher)
Removes the specified TextWatcher from the list of those whose
methods are called
whenever this TextView's text changes.
|
TextView |
| removeThread(WaitingThread wt)
Removes a waiting thread, if it is queued.
|
RouteSpecificPool |
| removeUpdates(PendingIntent intent)
Removes any current registration for location updates of the current activity
with the given PendingIntent.
|
LocationManager |
| removeUpdates(LocationListener listener)
Removes any current registration for location updates of the current activity
with the given LocationListener.
|
LocationManager |
| removeValue(String name)
Removes the binding for the specified name in this session's application
layer data.
|
SSLSession |
| removeView(View child)
This method is not supported and throws an UnsupportedOperationException when called.
|
AdapterView |
| removeView(View view)
|
ViewAnimator |
| removeView(View view)
|
ViewGroup |
| removeView(View view) | ViewManager |
| removeViewAt(int index)
This method is not supported and throws an UnsupportedOperationException when called.
|
AdapterView |
| removeViewAt(int index)
Removes the view at the specified position in the group.
|
ViewAnimator |
| removeViewAt(int index)
Removes the view at the specified position in the group.
|
ViewGroup |
| removeViewImmediate(View view)
Special variation of removeView(View) that immediately invokes
the given view hierarchy's View.onDetachedFromWindow() methods before returning.
|
WindowManager |
| removeViewInLayout(View view)
Removes a view during layout.
|
ViewAnimator |
| removeViewInLayout(View view)
Removes a view during layout.
|
ViewGroup |
| removeViews(int start, int count)
Removes the specified range of views from the group.
|
ViewAnimator |
| removeViews(int start, int count)
Removes the specified range of views from the group.
|
ViewGroup |
| removeViewsInLayout(int start, int count)
Removes a range of views during layout.
|
ViewAnimator |
| removeViewsInLayout(int start, int count)
Removes a range of views during layout.
|
ViewGroup |
| renameTo(File dest)
Renames this file to the name represented by the
dest file. |
File |
| RenamingDelegatingContext(Context context, Context fileContext, String filePrefix) | RenamingDelegatingContext |
| RenamingDelegatingContext(Context context, String filePrefix) | RenamingDelegatingContext |
| RENDER
int
|
BluetoothClass.Service |
| RENDERMODE_CONTINUOUSLY
The renderer is called
continuously to re-render the scene.
int
|
GLSurfaceView |
| RENDERMODE_WHEN_DIRTY
The renderer only renders
when the surface is created, or when requestRender() is called.
int
|
GLSurfaceView |
| reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStart, int count)
Reorders a range of objects according to their specified levels.
|
Bidi |
| REORDER_TASKS
Allows an application to change the Z-order of tasks
|
Manifest.permission |
| repeatCount
Defines how many times the animation should repeat.
int
|
R.attr |
| repeatMode
Defines the animation behavior when it reaches the end and the repeat count is
greater than 0 or infinite.
int
|
R.attr |
| REPLACE
Denotes the action to fill in the output with a replacement character
when malformed input or an unmappable character is encountered.
|
CodingErrorAction |
| replace(ContentValues values)
Performs an insert, adding a new row with the given values.
|
DatabaseUtils.InsertHelper |
| replace(char oldChar, char newChar)
Copies this string replacing occurrences of the specified character with
another character.
|
String |
| replace(int st, int en, CharSequence text)
Convenience for replace(st, en, text, 0, text.length())
|
Editable |
| replace(int start, int end, CharSequence tb)
Convenience for replace(st, en, text, 0, text.length())
|
SpannableStringBuilder |
| replace(int st, int en, CharSequence source, int start, int end)
Replaces the specified range (
st…en) of text in this
Editable with a copy of the slice start…end from
source. |
Editable |
| replace(int start, int end, CharSequence tb, int tbstart, int tbend)
Replaces the specified range (
st…en) of text in this
Editable with a copy of the slice start…end from
source. |
SpannableStringBuilder |
| replace(int start, int end, String string)
Replaces the characters in the specified range with the contents of the
specified string.
|
StringBuffer |
| replace(int start, int end, String str)
Replaces the specified subsequence in this builder with the specified
string.
|
StringBuilder |
| replace(CharSequence target, CharSequence replacement)
Copies this string replacing occurrences of the specified target sequence
with another sequence.
|
String |
| replace(CharSequence template, String[] sources, CharSequence[] destinations)
Return a new CharSequence in which each of the source strings is
replaced by the corresponding element of the destinations.
|
TextUtils |
| replace(String table, String nullColumnHack, ContentValues initialValues)
Convenience method for replacing a row in the database.
|
SQLiteDatabase |
| replace(K key, V value)
Replaces the entry for a key only if currently mapped to some value.
|
ConcurrentHashMap |
| replace(K key, V value)
Replaces the entry for a key only if currently mapped to some value.
|
ConcurrentMap |
| replace(K key, V oldValue, V newValue)
Replaces the entry for a key only if currently mapped to a given value.
|
ConcurrentHashMap |
| replace(K key, V oldValue, V newValue)
Replaces the entry for a key only if currently mapped to a given value.
|
ConcurrentMap |
| replaceAll(String replacement)
Replaces all occurrences of this matcher's pattern in the input with a
given string.
|
Matcher |
| replaceAll(String expr, String substitute)
Replace any substrings within this string that match the supplied regular
expression
expr, with the string substitute. |
String |
| replaceAll(List<T> list, T obj, T obj2)
Replaces all occurrences of Object
obj in list with
newObj. |
Collections |
| replaceChild(Node newChild, Node oldChild)
Replaces the child node
oldChild with newChild
in the list of children, and returns the oldChild node. |
Node |
| replaceData(int offset, int count, String arg)
Replace the characters starting at the specified 16-bit unit offset
with the specified string.
|
CharacterData |
| replaceExtras(Intent src)
Completely replace the extras in the Intent with the extras in the
given Intent.
|
Intent |
| replaceExtras(Bundle extras)
Completely replace the extras in the Intent with the given Bundle of
extras.
|
Intent |
| replaceFirst(String replacement)
Replaces the first occurrence of this matcher's pattern in the input with
a given string.
|
Matcher |
| replaceFirst(String expr, String substitute)
Replace the first substring within this string that matches the supplied
regular expression
expr, with the string substitute. |
String |
| replacement()
Gets the replacement string, which is never null or empty.
|
CharsetDecoder |
| replacement()
Gets the replacement byte array, which is never null or empty.
|
CharsetEncoder |
| ReplacementSpan() | ReplacementSpan |
| ReplacementTransformationMethod() | ReplacementTransformationMethod |
| replaceObject(Object object)
Allows trusted subclasses to substitute the specified original
object with a new object. |
ObjectOutputStream
(protected) |
| replaceOrMake(CharSequence source, TextPaint paint, int outerwidth, Layout.Alignment align, float spacingmult, float spacingadd, BoringLayout.Metrics metrics, boolean includepad)
Returns a BoringLayout for the specified text, potentially reusing
this one if it is already suitable.
|
BoringLayout |
| replaceOrMake(CharSequence source, TextPaint paint, int outerwidth, Layout.Alignment align, float spacingmult, float spacingadd, BoringLayout.Metrics metrics, boolean includepad, TextUtils.TruncateAt ellipsize, int ellipsizedWidth)
Returns a BoringLayout for the specified text, potentially reusing
this one if it is already suitable.
|
BoringLayout |
| replaceOrThrow(String table, String nullColumnHack, ContentValues initialValues)
Convenience method for replacing a row in the database.
|
SQLiteDatabase |
| replaceText(CharSequence text)
Performs the text completion by replacing the current text by the selected item. |
AutoCompleteTextView
(protected) |
| replaceText(CharSequence text)
Performs the text completion by replacing the range from
findTokenStart(CharSequence, int) to getSelectionEnd() by the
the result of passing |
MultiAutoCompleteTextView
(protected) |
| replaceWith(byte[] replacement)
Sets the new replacement value.
|
CharsetEncoder |
| replaceWith(String newReplacement)
Sets the new replacement string.
|
CharsetDecoder |
| REPORT
Denotes the action to report the encountered error in an appropriate
manner, for example to throw an exception or return an informative
result.
|
CodingErrorAction |
| reportError(String msg, Exception ex, int code)
Reports an error to the error manager associated with this handler,
ErrorManager is used for that purpose. |
Handler
(protected) |
| reportFullscreenMode(boolean enabled)
Updates InputMethodManager with the current fullscreen mode.
|
BaseInputConnection |
| reportFullscreenMode(boolean enabled)
Called by the IME to tell the client when it switches between fullscreen
and normal modes.
|
InputConnection |
| reportFullscreenMode(boolean enabled)
Called by the IME to tell the client when it switches between fullscreen
and normal modes.
|
InputConnectionWrapper |
| REPORT_KEY_IDENTIFIER
If included in the status or final bundle sent to an IInstrumentationWatcher, this key
identifies the class that is writing the report.
|
Instrumentation |
| REPORT_KEY_NAME_CLASS
If included in the status or final bundle sent to an IInstrumentationWatcher, this key
identifies the name of the current test class.
|
InstrumentationTestRunner |
| REPORT_KEY_NAME_TEST
If included in the status or final bundle sent to an IInstrumentationWatcher, this key
identifies the name of the current test.
|
InstrumentationTestRunner |
| REPORT_KEY_NUM_CURRENT
If included in the status or final bundle sent to an IInstrumentationWatcher, this key
identifies the sequence number of the current test.
|
InstrumentationTestRunner |
| REPORT_KEY_NUM_TOTAL
If included in the status or final bundle sent to an IInstrumentationWatcher, this key
identifies the total number of tests that are being run.
|
InstrumentationTestRunner |
| REPORT_KEY_STACK
If included in the status bundle sent to an IInstrumentationWatcher, this key
identifies a stack trace describing an error or failure.
|
InstrumentationTestRunner |
| REPORT_KEY_STREAMRESULT
If included in the status or final bundle sent to an IInstrumentationWatcher, this key
identifies a string which can simply be printed to the output stream.
|
Instrumentation |
| REPORT_VALUE_ID
This value, if stored with key REPORT_KEY_IDENTIFIER,
identifies InstrumentationTestRunner as the source of the report.
|
InstrumentationTestRunner |
| REPORT_VALUE_RESULT_ERROR
The test completed with an error.
int
|
InstrumentationTestRunner |
| REPORT_VALUE_RESULT_FAILURE
The test completed with a failure.
int
|
InstrumentationTestRunner |
| REPORT_VALUE_RESULT_OK
The test completed successfully.
int
|
InstrumentationTestRunner |
| REPORT_VALUE_RESULT_START
The test is starting.
int
|
InstrumentationTestRunner |
| reqFiveWayNav
Application's requirement for five way navigation
Must be a boolean value, either " int
|
R.attr |
| reqHardKeyboard
Application's requirement for a hard keyboard
Must be a boolean value, either " int
|
R.attr |
| reqKeyboardType
The input method preferred by an application.
int
|
R.attr |
| reqNavigation
The navigation device preferred by an application.
int
|
R.attr |
| reqTouchScreen
The touch screen type used by an application.
int
|
R.attr |
| requery()
Performs the query that created the cursor again, refreshing its
contents.
|
AbstractCursor |
| requery()
Requeries the cursor and reads the contents into the cache
|
ContentQueryMap |
| requery()
Performs the query that created the cursor again, refreshing its
contents.
|
Cursor |
| requery()
Performs the query that created the cursor again, refreshing its
contents.
|
CursorWrapper |
| requery()
Performs the query that created the cursor again, refreshing its
contents.
|
MergeCursor |
| requery()
Performs the query that created the cursor again, refreshing its
contents.
|
SQLiteCursor |
| RequestAddCookies() | RequestAddCookies |
| requestAllIcons(ContentResolver cr, String where, WebIconDatabase.IconListener listener)
Request all icons from the database.
|
Browser |
| requestCancelDecode()
This can be called from another thread while this options object is
inside a decode...
|
BitmapFactory.Options |
| requestChildFocus(View child, View focused)
Called when a child of this parent wants focus
|
HorizontalScrollView |
| requestChildFocus(View child, View focused)
Called when a child of this parent wants focus
|
ScrollView |
| requestChildFocus(View child, View focused)
Called when a child of this parent wants focus
|
ViewGroup |
| requestChildFocus(View child, View focused)
Called when a child of this parent wants focus
|
ViewParent |
| requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
Called when a child of this group wants a particular rectangle to be
positioned onto the screen.
|
HorizontalScrollView |
| requestChildRectangleOnScreen(View child, Rect rect, boolean immediate)
Called when a child of this group wants a particular rectangle to be
positioned onto the screen.
|
ListView |
| requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
Called when a child of this group wants a particular rectangle to be
positioned onto the screen.
|
ScrollView |
| requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
Called when a child of this group wants a particular rectangle to be
positioned onto the screen.
|
ViewGroup |
| requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate)
Called when a child of this group wants a particular rectangle to be
positioned onto the screen.
|
ViewParent |
| requestChildRectangleOnScreen(View child, Rect rect, boolean immediate)
Called when a child of this group wants a particular rectangle to be
positioned onto the screen.
|
WebView |
| RequestConnControl() | RequestConnControl |
| requestConnection(HttpRoute route, Object state)
Returns a new ClientConnectionRequest, from which a
ManagedClientConnection can be obtained or the request can be
aborted.
|
ClientConnectionManager |
| requestConnection(HttpRoute route, Object state)
Returns a new ClientConnectionRequest, from which a
ManagedClientConnection can be obtained or the request can be
aborted.
|
SingleClientConnManager |
| requestConnection(HttpRoute route, Object state)
Returns a new ClientConnectionRequest, from which a
ManagedClientConnection can be obtained or the request can be
aborted.
|
ThreadSafeClientConnManager |
| RequestContent() | RequestContent |
| RequestDate() | RequestDate |
| RequestDefaultHeaders() | RequestDefaultHeaders |
| requestDisallowInterceptTouchEvent(boolean disallowIntercept)
Called when a child does not want this parent and its ancestors to
intercept touch events with
onInterceptTouchEvent(MotionEvent).
|
ViewGroup |
| requestDisallowInterceptTouchEvent(boolean disallowIntercept)
Called when a child does not want this parent and its ancestors to
intercept touch events with
onInterceptTouchEvent(MotionEvent).
|
ViewParent |
| RequestExpectContinue() | RequestExpectContinue |
| requestFeature(int featureId)
Enable extended screen features.
|
Window |
| requestFocus()
Call this to try to give focus to a specific view or to one of its
descendants.
|
View |
| requestFocus(int direction)
Call this to try to give focus to a specific view or to one of its
descendants and give it a hint about what direction focus is heading.
|
View |
| requestFocus(int direction, Rect previouslyFocusedRect)
Call this to try to give focus to a specific view or to one of its descendants
and give it hints about the direction and a specific rectangle that the focus
is coming from.
|
View |
| requestFocus(int direction, Rect previouslyFocusedRect)
Call this to try to give focus to a specific view or to one of its descendants
and give it hints about the direction and a specific rectangle that the focus
is coming from.
Looks for a view to give focus to respecting the setting specified by
getDescendantFocusability().
|
ViewGroup |
| requestFocus(int direction, Rect previouslyFocusedRect)
Call this to try to give focus to a specific view or to one of its descendants
and give it hints about the direction and a specific rectangle that the focus
is coming from.
Looks for a view to give focus to respecting the setting specified by
getDescendantFocusability().
|
WebView |
| requestFocusFromTouch()
Call this to try to give focus to a specific view or to one of its descendants.
|
View |
| requestFocusNodeHref(Message hrefMsg)
Request the href of an anchor element due to getFocusNodePath returning
"href." If hrefMsg is null, this method returns immediately and does not
dispatch hrefMsg to its target.
|
WebView |
| requestHideSelf(int flags)
Close this input method's soft input area, removing it from the display.
|
InputMethodService |
| requestIconForPageUrl(String url, WebIconDatabase.IconListener listener)
Request the Bitmap representing the icon for the given page
url.
|
WebIconDatabase |
| requestImageRef(Message msg)
Request the url of the image last touched by the user.
|
WebView |
| requestLayout()
Call this when something has changed which has invalidated the
layout of this view.
|
AbsListView |
| requestLayout()
Override to prevent spamming ourselves with layout requests
as we place views
|
AbsSpinner |
| requestLayout()
Call this when something has changed which has invalidated the
layout of this view.
|
HorizontalScrollView |
| requestLayout()
Call this when something has changed which has invalidated the
layout of this view.
|
RelativeLayout |
| requestLayout()
Call this when something has changed which has invalidated the
layout of this view.
|
ScrollView |
| requestLayout()
Call this when something has changed which has invalidated the
layout of this view.
|
TableLayout |
| requestLayout()
Call this when something has changed which has invalidated the
layout of this view.
|
View |
| requestLayout()
Called when something has changed which has invalidated the layout of a
child of this view parent.
|
ViewParent |
| requestLocationUpdate()
Request an update of the current location.
|
CellLocation |
| requestLocationUpdates(String provider, long minTime, float minDistance, PendingIntent intent)
Registers the current activity to be notified periodically by
the named provider.
|
LocationManager |
| requestLocationUpdates(String provider, long minTime, float minDistance, LocationListener listener)
Registers the current activity to be notified periodically by
the named provider.
|
LocationManager |
| requestLocationUpdates(String provider, long minTime, float minDistance, LocationListener listener, Looper looper)
Registers the current activity to be notified periodically by
the named provider.
|
LocationManager |
| requestPasswordAuthentication(String rHost, InetAddress rAddr, int rPort, String rProtocol, String rPrompt, String rScheme)
If the permission check of the security manager does not result in a
security exception, this method invokes the methods of the registered
authenticator to get the authentication info.
|
Authenticator |
| requestPasswordAuthentication(String rHost, InetAddress rAddr, int rPort, String rProtocol, String rPrompt, String rScheme, URL rURL, Authenticator.RequestorType reqType)
If the permission check of the security manager does not result in a
security exception, this method invokes the methods of the registered
authenticator to get the authentication info.
|
Authenticator |
| requestPasswordAuthentication(InetAddress rAddr, int rPort, String rProtocol, String rPrompt, String rScheme)
If the permission check of the security manager does not result in a
security exception, this method invokes the methods of the registered
authenticator to get the authentication info.
|
Authenticator |
| requestPoolEntry(HttpRoute route, Object state)
Returns a new PoolEntryRequest, from which a BasicPoolEntry
can be obtained, or the request can be aborted.
|
AbstractConnPool |
| requestPoolEntry(HttpRoute route, Object state)
Returns a new PoolEntryRequest, from which a BasicPoolEntry
can be obtained, or the request can be aborted.
|
ConnPoolByRoute |
| RequestProxyAuthentication() | RequestProxyAuthentication |
| requestRectangleOnScreen(Rect rectangle)
Request that a rectangle of this view be visible on the screen,
scrolling if necessary just enough.
|
View |
| requestRectangleOnScreen(Rect rectangle, boolean immediate)
Request that a rectangle of this view be visible on the screen,
scrolling if necessary just enough.
|
View |
| requestRender()
Request that the renderer render a frame.
|
GLSurfaceView |
| requestRouteToHost(int networkType, int hostAddress)
Ensure that a network route exists to deliver traffic to the specified
host via the specified network interface.
|
ConnectivityManager |
| requestSync(Account account, String authority, Bundle extras)
Start an asynchronous sync operation.
|
ContentResolver |
| RequestTargetAuthentication() | RequestTargetAuthentication |
| RequestTargetHost() | RequestTargetHost |
| requestTransparentRegion(View child)
Called when a child wants the view hierarchy to gather and report
transparent regions to the window compositor.
|
ViewGroup |
| requestTransparentRegion(View child)
Called when a child wants the view hierarchy to gather and report
transparent regions to the window compositor.
|
ViewParent |
| RequestUserAgent() | RequestUserAgent |
| requestWindowFeature(int featureId)
Enable extended window features.
|
Activity |
| requestWindowFeature(int featureId)
Enable extended window features.
|
Dialog |
| RequestWrapper(HttpRequest request) | RequestWrapper |
| REQUEST_COUNT | HttpConnectionMetricsImpl |
| require(int type, String namespace, String name)
Test if the current event is of the given type and if the
namespace and name do match.
|
XmlPullParser |
| requireChild(String localName)
Gets the child element with the given name.
|
Element |
| requireChild(String uri, String localName)
Gets the child element with the given name.
|
Element |
| required
Specify whether this feature is required for the application.
int
|
R.attr |
| requireEnd()
Indicates whether more input might change a successful match into an
unsuccessful one.
|
Matcher |
| requiresBidi(char[] text, int start, int limit)
Indicates whether a range of characters of a text requires a
Bidi
object to display properly. |
Bidi |
| requiresCell()
Returns true if the provider requires access to an appropriate
cellular network (e.g., to make use of cell tower IDs), false
otherwise.
|
LocationProvider |
| requiresNetwork()
Returns true if the provider requires access to a
data network (e.g., the Internet), false otherwise.
|
LocationProvider |
| requiresSatellite()
Returns true if the provider requires access to a
satellite-based positioning system (e.g., GPS), false
otherwise.
|
LocationProvider |
| RESERVED_PREFIX
The prefix reserved for use by HTTP components.
|
HttpContext |
| reset()
Reset this instance to its initial checksum.
|
Adler32 |
| reset()
Reset the initialization state of this animation.
|
Animation |
| reset()
Reset the initialization state of this animation.
|
AnimationSet |
| reset()
Resets this stream to the last marked location.
|
AssetFileDescriptor.AutoCloseInputStream |
| reset()
Resets this stream to the last marked location.
|
AssetManager.AssetInputStream |
| reset()
Resets the position of this buffer to the
mark. |
Buffer |
| reset()
Resets this stream to the last marked location.
|
BufferedInputStream |
| reset()
Resets this reader's position to the last
mark() location. |
BufferedReader |
| reset()
Resets this stream to the last marked location.
|
ByteArrayInputStream |
| reset()
Resets this stream to the beginning of the underlying byte array.
|
ByteArrayOutputStream |
| reset()
Resets the CRC32 checksum to it initial state.
|
CRC32 |
| reset()
Resets this reader's position to the last
mark() location. |
CharArrayReader |
| reset()
Resets this writer.
|
CharArrayWriter |
| reset()
Resets this decoder.
|
CharsetDecoder |
| reset()
Resets this encoder.
|
CharsetEncoder |
| reset()
Resets the checksum value applied before beginning calculations on a new
stream of data.
|
Checksum |
| reset()
Repositions the cursor to point at the first element of the current
string.
|
CollationElementIterator |
| reset()
Set this colormatrix to identity:
[ 1 0 0 0 0 - red vector
0 1 0 0 0 - green vector
0 0 1 0 0 - blue vector
0 0 0 1 0 ] - alpha vector
|
ColorMatrix |
| reset()
Resets the barrier to its initial state.
|
CyclicBarrier |
| reset()
Resets the
Deflater to accept new input without affecting any
previously made settings for the compression strategy or level. |
Deflater |
| reset()
Resets the DocumentBuilder to the same state is was in after its
creation.
|
DocumentBuilder |
| reset()
Resets this stream to the last marked location.
|
FilterInputStream |
| reset()
Resets this reader's position to the last marked location.
|
FilterReader |
| reset()
Resets the counts
|
HttpConnectionMetrics |
| reset()
Resets the counts
|
HttpConnectionMetricsImpl |
| reset()
Resets the counts
|
HttpTransportMetrics |
| reset()
Resets the counts
|
HttpTransportMetricsImpl |
| reset()
Resets the
Inflater. |
Inflater |
| reset()
Reset the position of the stream to the last marked position.
|
InflaterInputStream |
| reset()
Resets this stream to the last marked location.
|
InputStream |
| reset()
Reset back to initial state.
|
KeyEvent.DispatcherState |
| reset()
Resets this stream to the last marked location.
|
LineNumberInputStream |
| reset()
Resets this reader to the last marked location.
|
LineNumberReader |
| reset()
Clears the contents of the location.
|
Location |
| reset()
Reset configuration.
|
LogManager |
| reset()
Resets this
Mac instance to its initial state. |
Mac |
| reset()
Resets the
Matcher. |
Matcher |
| reset()
Set the matrix to identity
|
Matrix |
| reset()
Resets the MediaPlayer to its uninitialized state.
|
MediaPlayer |
| reset()
Restarts the MediaRecorder to its idle state.
|
MediaRecorder |
| reset()
Puts this
MessageDigest back in an initial state, such that it is
ready to compute a one way hash value. |
MessageDigest |
| reset()
Reset this Namespace support object for reuse.
|
NamespaceSupport |
| reset()
Resets the state of this stream.
|
ObjectOutputStream |
| reset()
Restores the paint to its default settings.
|
Paint |
| reset()
Clear any lines and curves from the path, making it empty.
|
Path |
| reset()
Resets this stream to the last marked position.
|
PushbackInputStream |
| reset()
Resets this reader to the last marked position.
|
PushbackReader |
| reset()
Resets this reader's position to the last
mark() location. |
Reader |
| reset()
Resets the
SAXParser to the same state is was in after its
creation. |
SAXParser |
| reset()
Resets this stream to the beginning of the source string.
|
StringBufferInputStream |
| reset()
Resets this reader's position to the last
mark() location. |
StringReader |
| reset()
Clear and initialize a TimingLogger object that will log using
the tag and label that was specified previously, either via
the constructor or a call to reset(tag, label).
|
TimingLogger |
| reset()
Reset the ViewSwitcher to hide all of the existing views and to make it
think that the first time animation has not yet played.
|
ViewSwitcher |
| reset(int valueCount)
Reset the Interpolator to have the specified number of values and an
implicit keyFrame count of 2 (just a start and end).
|
Interpolator |
| reset(int valueCount, int frameCount)
Reset the Interpolator to have the specified number of values and
keyFrames.
|
Interpolator |
| reset(CharSequence input)
Provides a new input and resets the
Matcher. |
Matcher |
| reset(Object target)
Stop any tracking associated with this target.
|
KeyEvent.DispatcherState |
| reset(String tag, String label)
Clear and initialize a TimingLogger object that will log using
the specific tag.
|
TimingLogger |
| resetAllCounts() | Debug |
| resetAllocCount(int kinds) | VMDebug |
| resetAndStart()
Reset counters and ensure counts are running.
|
Debug.InstructionCount |
| resetGlobalAllocCount() | Debug |
| resetGlobalAllocSize() | Debug |
| resetGlobalExternalAllocCount() | Debug |
| resetGlobalExternalAllocSize() | Debug |
| resetGlobalExternalFreedCount() | Debug |
| resetGlobalExternalFreedSize() | Debug |
| resetGlobalFreedCount() | Debug |
| resetGlobalFreedSize() | Debug |
| resetGlobalGcInvocationCount() | Debug |
| resetHeaders() | RequestWrapper |
| resetInstructionCount() | VMDebug |
| resetLockedMeta(Spannable content)
Call this if you are a method that ignores the locked meta state
(arrow keys, for example) and you handle a key.
|
MetaKeyKeyListener
(protected) |
| resetLockedMeta(long state)
Call this if you are a method that ignores the locked meta state
(arrow keys, for example) and you handle a key.
|
MetaKeyKeyListener |
| resetMetaState(Spannable text)
Resets all meta state to inactive.
|
MetaKeyKeyListener |
| resetSync()
resetSync() resets sync manager's timer
|
CookieSyncManager |
| resetSyntax()
Specifies that all characters shall be treated as ordinary characters.
|
StreamTokenizer |
| resetThreadAllocCount() | Debug |
| resetThreadAllocSize() | Debug |
| resetThreadExternalAllocCount() | Debug |
| resetThreadExternalAllocSize() | Debug |
| resetThreadGcInvocationCount() | Debug |
| resetTransition()
Show only the first layer.
|
TransitionDrawable |
| resize(float width, float height)
Resizes the dimensions of this shape.
|
Shape |
| resize(int width, int height)
Returns the Shader to be drawn when a Drawable is drawn.
|
ShapeDrawable.ShaderFactory |
| resizeable
Indicates whether the application can resize itself to newer
screen sizes.
int
|
R.attr |
| RESOLUTION
The resolution of the video file, formatted as "XxY"
Type: TEXT |
MediaStore.Video.VideoColumns |
| resolve(String hostname) | HostNameResolver |
| resolve(String relative)
Creates a new URI instance by parsing the given string
relative
and resolves the created URI against the URI represented by this
instance. |
URI |
| resolve(URI relative)
Resolves the given URI
relative against the URI represented by
this instance. |
URI |
| resolve(URI baseURI, String reference)
Resolves a URI reference against a base URI.
|
URIUtils |
| resolve(URI baseURI, URI reference)
Resolves a URI reference against a base URI.
|
URIUtils |
| resolveActivity(Intent intent, int flags)
Determine the best action to perform for a given Intent.
|
MockPackageManager |
| resolveActivity(Intent intent, int flags)
Determine the best action to perform for a given Intent.
|
PackageManager |
| resolveActivity(PackageManager pm)
Return the Activity component that should be used to handle this intent.
|
Intent |
| resolveActivityInfo(PackageManager pm, int flags)
Resolve the Intent into an ActivityInfo
describing the activity that should execute the intent.
|
Intent |
| resolveAdjustedSize(int desiredSize, int measureSpec) | VideoView |
| resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs)
Retrieve the value of an attribute in the Theme.
|
Resources.Theme |
| resolveClass(ObjectStreamClass osClass)
Loads the Java class corresponding to the class descriptor
osClass that has just been read from the source stream. |
ObjectInputStream
(protected) |
| resolveClass(Class<?> clazz)
Forces a class to be linked (initialized).
|
ClassLoader
(protected) |
| resolveContentProvider(String name, int flags)
Find a single content provider by its base path name.
|
MockPackageManager |
| resolveContentProvider(String name, int flags)
Find a single content provider by its base path name.
|
PackageManager |
| resolveEntity(String publicId, String systemId)
Resolve an external entity.
|
DefaultHandler |
| resolveEntity(String publicId, String systemId)
Invokes
EntityResolver2.resolveEntity()
with null entity name and base URI.
|
DefaultHandler2 |
| resolveEntity(String publicId, String systemId)
Allow the application to resolve external entities.
|
EntityResolver |
| resolveEntity(String publicId, String systemId)
Resolve an external entity.
|
HandlerBase |
| resolveEntity(String publicId, String systemId)
Filter an external entity resolution.
|
XMLFilterImpl |
| resolveEntity(String name, String publicId, String baseURI, String systemId)
Tells the parser to resolve the systemId against the baseURI
and read the entity text from that resulting absolute URI.
|
DefaultHandler2 |
| resolveEntity(String name, String publicId, String baseURI, String systemId)
Allows applications to map references to external entities into input
sources, or tell the parser it should use conventional URI resolution.
|
EntityResolver2 |
| ResolveInfo() | ResolveInfo |
| ResolveInfo.DisplayNameComparator(PackageManager pm) | ResolveInfo.DisplayNameComparator |
| resolveObject(Object object)
Allows trusted subclasses to substitute the specified original
object with a new object. |
ObjectInputStream
(protected) |
| resolveOpacity(int op1, int op2)
Return the appropriate opacity value for two source opacities.
|
Drawable |
| resolvePort(int port)
Resolves the correct port for this scheme.
|
Scheme |
| resolveProxyClass(String[] interfaceNames)
Creates the proxy class that implements the interfaces specified in
interfaceNames. |
ObjectInputStream
(protected) |
| resolveSelectionArgsBackReferences(ContentProviderResult[] backRefs, int numBackRefs)
The Selection Arguments back references are represented as a Map of Integer->Integer where
the key is an index into the selection argument array (see withSelection(String, String[]))
and the value is the index of the previous result that should be used for that selection
argument array slot.
|
ContentProviderOperation |
| resolveService(Intent intent, int flags)
Determine the best service to handle for a given Intent.
|
MockPackageManager |
| resolveService(Intent intent, int flags)
Determine the best service to handle for a given Intent.
|
PackageManager |
| resolveSize(int type, float value, int size, int parentSize)
Convert the information in the description of a size to an actual
dimension
|
Animation
(protected) |
| resolveSize(int size, int measureSpec)
Utility to reconcile a desired size with constraints imposed by a MeasureSpec.
|
View |
| resolveType(ContentResolver resolver)
Return the MIME data type of this intent.
|
Intent |
| resolveType(Context context)
Return the MIME data type of this intent.
|
Intent |
| resolveTypeIfNeeded(ContentResolver resolver)
Return the MIME data type of this intent, only if it will be needed for
intent resolution.
|
Intent |
| resolveValueBackReferences(ContentProviderResult[] backRefs, int numBackRefs)
The ContentValues back references are represented as a ContentValues object where the
key refers to a column and the value is an index of the back reference whose
valued should be associated with the column.
|
ContentProviderOperation |
| resource
Resource identifier to assign to this piece of named meta-data.
int
|
R.attr |
| ResourceBundle()
Constructs a new instance of this class.
|
ResourceBundle |
| ResourceCursorAdapter(Context context, int layout, Cursor c)
Constructor.
|
ResourceCursorAdapter |
| ResourceCursorAdapter(Context context, int layout, Cursor c, boolean autoRequery)
Constructor.
|
ResourceCursorAdapter |
| ResourceCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, int childLayout)
Constructor.
|
ResourceCursorTreeAdapter |
| ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout)
Constructor.
|
ResourceCursorTreeAdapter |
| ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, int expandedGroupLayout, int childLayout, int lastChildLayout)
Constructor.
|
ResourceCursorTreeAdapter |
| Resources(AssetManager assets, DisplayMetrics metrics, Configuration config)
Create a new Resources object on top of an existing set of assets in an
AssetManager.
|
Resources |
| Resources.NotFoundException() | Resources.NotFoundException |
| Resources.NotFoundException(String name) | Resources.NotFoundException |
| respond(Bundle extras)
This is an out-of-band way for the the user of a cursor to communicate with the cursor.
|
AbstractCursor |
| respond(Bundle extras)
This is an out-of-band way for the the user of a cursor to communicate with the cursor.
|
Cursor |
| respond(Bundle extras)
This is an out-of-band way for the the user of a cursor to communicate with the cursor.
|
CursorWrapper |
| ResponseCache()
Creates a new instance of this class.
|
ResponseCache |
| responseCode()
Gets the response code.
|
HttpRetryException |
| ResponseConnControl() | ResponseConnControl |
| ResponseContent() | ResponseContent |
| ResponseDate() | ResponseDate |
| ResponseProcessCookies() | ResponseProcessCookies |
| ResponseServer() | ResponseServer |
| RESPONSE_COUNT | HttpConnectionMetricsImpl |
| RESTART
When the animation reaches the end and the repeat count is INFINTE_REPEAT
or a positive value, the animation restarts from the beginning.
int
|
Animation |
| restartInput(InputConnection inputConnection, EditorInfo attribute)
This method is called when the state of this input method needs to be
reset.
|
InputMethod |
| restartInput(InputConnection ic, EditorInfo attribute) | InputMethodService.InputMethodImpl |
| restartInput(View view)
If the input method is currently connected to the given view,
restart it with its new contents.
|
InputMethodManager |
| restartPackage(String packageName)
Have the system perform a force stop of everything associated with
the given application package.
|
ActivityManager |
| RESTART_PACKAGES
Allows an application to restart other applications.
|
Manifest.permission |
| restat(String path)
Perform a restat of the file system referenced by this object.
|
StatFs |
| restore() | Camera |
| restore()
This call balances a previous call to save(), and is used to remove all
modifications to the matrix/clip state since the last save call.
|
Canvas |
| restoreCallingIdentity(long token)
Restore the identity of the incoming IPC back to a previously identity
that was returned by clearCallingIdentity().
|
Binder |
| restoreHierarchyState(Bundle container)
Restore this Preference hierarchy's previously saved state from the given container.
|
Preference |
| restoreHierarchyState(Bundle savedInstanceState) | Window |
| restoreHierarchyState(SparseArray<Parcelable> container)
Restore this view hierarchy's frozen state from the given container.
|
View |
| restoreNeedsApplication
Whether the application needs to have its own Application subclass
active during restore.
int
|
R.attr |
| restorePicture(Bundle b, File src)
Restore the display data that was save in savePicture(Bundle, File).
|
WebView |
| restoreState(Bundle bundle)
Restores the certificate stored in the bundle
|
SslCertificate |
| restoreState(Bundle inState)
Restore the state of this WebView from the given map used in
onRestoreInstanceState(Bundle).
|
WebView |
| restoreToCount(int saveCount)
Efficient way to pop any calls to save() that happened after the save
count reached saveCount.
|
Canvas |
| restrictDuration(long durationMillis)
Ensure that the duration that this animation will run is not longer
than durationMillis.
|
Animation |
| restrictDuration(long durationMillis)
Ensure that the duration that this animation will run is not longer
than durationMillis.
|
AnimationSet |
| ResultReceiver(Handler handler)
Create a new ResultReceive to receive results.
|
ResultReceiver |
| RESULT_AUDIO_ERROR
Result code returned when an audio error was encountered
int
|
RecognizerIntent |
| RESULT_CANCELED
Standard activity result: operation canceled.
int
|
Activity |
| RESULT_CLIENT_ERROR
Result code returned when there is a generic client error
int
|
RecognizerIntent |
| RESULT_ERROR_GENERIC_FAILURE
This constant is deprecated.
Use android.telephony.SmsManager.
int
|
SmsManager |
| RESULT_ERROR_GENERIC_FAILURE
Generic failure cause
int
|
SmsManager |
| RESULT_ERROR_NO_SERVICE
Failed because service is currently unavailable
int
|
SmsManager |
| RESULT_ERROR_NO_SERVICE
This constant is deprecated.
Use android.telephony.SmsManager.
int
|
SmsManager |
| RESULT_ERROR_NULL_PDU
Failed because no pdu provided
int
|
SmsManager |
| RESULT_ERROR_NULL_PDU
This constant is deprecated.
Use android.telephony.SmsManager.
int
|
SmsManager |
| RESULT_ERROR_RADIO_OFF
This constant is deprecated.
Use android.telephony.SmsManager.
int
|
SmsManager |
| RESULT_ERROR_RADIO_OFF
Failed because radio was explicitly turned off
int
|
SmsManager |
| RESULT_FIRST_USER
Start of user-defined activity results.
int
|
Activity |
| RESULT_HIDDEN
Flag for the ResultReceiver result code from
showSoftInput(View, int, ResultReceiver) and
hideSoftInputFromWindow(IBinder, int, ResultReceiver): the
state of the soft input window changed from shown to hidden.
int
|
InputMethodManager |
| RESULT_NETWORK_ERROR
Result code returned when a network error was encountered
int
|
RecognizerIntent |
| RESULT_NO_MATCH
Result code returned when no matches are found for the given speech
int
|
RecognizerIntent |
| RESULT_OK
Standard activity result: operation succeeded.
int
|
Activity |
| RESULT_SERVER_ERROR
Result code returned when the recognition server returns an error
int
|
RecognizerIntent |
| RESULT_SHOWN
Flag for the ResultReceiver result code from
showSoftInput(View, int, ResultReceiver) and
hideSoftInputFromWindow(IBinder, int, ResultReceiver): the
state of the soft input window changed from hidden to shown.
int
|
InputMethodManager |
| RESULT_UNCHANGED_HIDDEN
Flag for the ResultReceiver result code from
showSoftInput(View, int, ResultReceiver) and
hideSoftInputFromWindow(IBinder, int, ResultReceiver): the
state of the soft input window was unchanged and remains hidden.
int
|
InputMethodManager |
| RESULT_UNCHANGED_SHOWN
Flag for the ResultReceiver result code from
showSoftInput(View, int, ResultReceiver) and
hideSoftInputFromWindow(IBinder, int, ResultReceiver): the
state of the soft input window was unchanged and remains shown.
int
|
InputMethodManager |
| resume()
This method is deprecated.
Used with deprecated method suspend()
|
Thread |
| resume()
This method is deprecated.
Requires deprecated method Thread.resume().
|
ThreadGroup |
| resume(int streamID)
Resume a playback stream.
|
SoundPool |
| resumeTimers()
Resume all layout, parsing, and javascript timers for all webviews.
|
WebView |
| retainAll(Collection<?> collection)
Removes all objects from this
Collection that are not also found in the
Collection passed (optional). |
AbstractCollection |
| retainAll(Collection<?> collection)
Removes all objects from this
Collection that are not also found in the
Collection passed (optional). |
Collection |
| retainAll(Collection<?> c)
Retains only the elements in this list that are contained in the
specified collection.
|
CopyOnWriteArrayList |
| retainAll(Collection<?> c)
Retains only the elements in this set that are contained in the
specified collection.
|
CopyOnWriteArraySet |
| retainAll(Collection<?> collection)
Removes all objects from this
List that are not contained in the
specified collection. |
List |
| retainAll(Collection<?> collection)
Removes all objects from this set that are not contained in the specified
collection.
|
Set |
| retainAll(Collection<?> c)
Always returns false.
|
SynchronousQueue |
| retainAll(Collection<?> collection)
Removes all objects from this vector that are not contained in the
specified collection.
|
Vector |
| retainIconForPageUrl(String url)
Retain the icon for the given page url.
|
WebIconDatabase |
| retryRequest(IOException exception, int executionCount, HttpContext context)
Used
retryCount and requestSentRetryEnabled to determine
if the given method should be retried. |
DefaultHttpRequestRetryHandler |
| retryRequest(IOException exception, int executionCount, HttpContext context)
Determines if a method should be retried after an IOException
occurs during execution.
|
HttpRequestRetryHandler |
| RETURN_GENERATED_KEYS
Indicates that generated keys should be accessible for retrieval.
int
|
Statement |
| REVERSE
When the animation reaches the end and the repeat count is INFINTE_REPEAT
or a positive value, the animation plays backward (and then forward again).
int
|
Animation |
| reverse()
Reverses the order of characters in this buffer.
|
StringBuffer |
| reverse()
Reverses the order of characters in this builder.
|
StringBuilder |
| reverse(int i)
Reverses the order of the bits of the specified integer.
|
Integer |
| reverse(List<?> list)
Modifies the specified
List by reversing the order of the
elements. |
Collections |
| reverse(long lng)
Reverses the order of the bits of the specified long value.
|
Long |
| reverseBytes(char c)
Reverses the order of the first and second byte in the specified
character.
|
Character |
| reverseBytes(int i)
Reverses the order of the bytes of the specified integer.
|
Integer |
| reverseBytes(long lng)
Reverses the order of the bytes of the specified long value.
|
Long |
| reverseBytes(short s)
Reverses the bytes of the specified short.
|
Short |
| reverseOrder()
A comparator which reverses the natural order of the elements.
|
Collections |
| reverseOrder(Comparator<T> c)
Returns a Comparator that reverses the order of the
Comparator passed. |
Collections |
| reverseTransition(int duration)
Reverses the transition, picking up where the transition currently is.
|
TransitionDrawable |
| revokeConnection()
Revokes the currently issued connection.
|
SingleClientConnManager
(protected) |
| revokeSelf()
Revoke the session from the client.
|
AbstractInputMethodService.AbstractInputMethodSessionImpl |
| revokeSession(InputMethodSession session)
Take care of killing an existing session by calling its
AbstractInputMethodSessionImpl.revokeSelf() method.
|
AbstractInputMethodService.AbstractInputMethodImpl |
| revokeSession(InputMethodSession session)
Disable and destroy a session that was previously created with
createSession(android.view.inputmethod.InputMethod.SessionCallback).
|
InputMethod |
| revokeUriPermission(Uri uri, int modeFlags)
Remove all permissions to access a particular content provider Uri
that were previously added with grantUriPermission(String, Uri, int).
|
Context |
| revokeUriPermission(Uri uri, int modeFlags)
Remove all permissions to access a particular content provider Uri
that were previously added with grantUriPermission(String, Uri, int).
|
ContextWrapper |
| revokeUriPermission(Uri uri, int modeFlags)
Remove all permissions to access a particular content provider Uri
that were previously added with grantUriPermission(String, Uri, int).
|
MockContext |
| rewind()
Rewinds this buffer.
|
Buffer |
| rewind()
Rewinds the path: clears any lines and curves from the path but
keeps the internal data structure for faster reuse.
|
Path |
| rewriteRequestURI(RequestWrapper request, HttpRoute route) | DefaultRequestDirector
(protected) |
| rewriteURI(URI uri, HttpHost target)
A convenience method for
rewriteURI(URI, HttpHost, boolean) that always keeps the
fragment.
|
URIUtils |
| rewriteURI(URI uri, HttpHost target, boolean dropFragment)
A convenience method for creating a new URI whose scheme, host
and port are taken from the target host, but whose path, query and
fragment are taken from the existing URI.
|
URIUtils |
| RFC1779
Defines a constant for the RFC 1779 string format of distinguished
names.
|
X500Principal |
| RFC2109DomainHandler() | RFC2109DomainHandler |
| RFC2109Spec()
Default constructor
|
RFC2109Spec |
| RFC2109Spec(String[] datepatterns, boolean oneHeader)
Default constructor
|
RFC2109Spec |
| RFC2109SpecFactory() | RFC2109SpecFactory |
| RFC2109VersionHandler() | RFC2109VersionHandler |
| RFC2253
Defines a constant for the RFC 2253 string format of distinguished
names.
|
X500Principal |
| RFC2617Scheme()
Default constructor for RFC2617 compliant authetication schemes.
|
RFC2617Scheme |
| RFC2965CommentUrlAttributeHandler() | RFC2965CommentUrlAttributeHandler |
| RFC2965DiscardAttributeHandler() | RFC2965DiscardAttributeHandler |
| RFC2965DomainAttributeHandler() | RFC2965DomainAttributeHandler |
| RFC2965PortAttributeHandler() | RFC2965PortAttributeHandler |
| RFC2965Spec()
Default constructor
|
RFC2965Spec |
| RFC2965Spec(String[] datepatterns, boolean oneHeader) | RFC2965Spec |
| RFC2965SpecFactory() | RFC2965SpecFactory |
| RFC2965VersionAttributeHandler() | RFC2965VersionAttributeHandler |
| Rfc822Token(String name, String address, String comment)
Creates a new Rfc822Token with the specified name, address,
and comment.
|
Rfc822Token |
| Rfc822Tokenizer() | Rfc822Tokenizer |
| RFC_2109
The RFC 2109 compliant policy.
|
CookiePolicy |
| RFC_2965
The RFC 2965 compliant policy.
|
CookiePolicy |
| rgb(int red, int green, int blue)
Return a color-int from red, green, blue components.
|
Color |
| RGBA_4444
int
|
PixelFormat |
| RGBA_5551
int
|
PixelFormat |
| RGBA_8888
int
|
PixelFormat |
| RGBToHSV(int red, int green, int blue, float[] hsv)
Convert RGB components to HSV.
|
Color |
| RGBX_8888
int
|
PixelFormat |
| RGB_332
int
|
PixelFormat |
| RGB_565
int
|
PixelFormat |
| RGB_888
int
|
PixelFormat |
| RIGHT
Push object to the right of its container, not changing its size.
int
|
Gravity |
| right
Must be a dimension value, which is a floating point number appended with a unit such as " int
|
R.attr |
| right(TextView widget, Spannable buffer)
Scrolls the text to the right if possible.
|
LinkMovementMethod
(protected) |
| right(TextView widget, Spannable buffer)
Scrolls the text to the right if possible.
|
ScrollingMovementMethod
(protected) |
| RIGHT_OF
Rule that aligns a child's left edge with another child's right edge.
int
|
RelativeLayout |
| RING
Shape is a ring.
int
|
GradientDrawable |
| RINGER_MODE_CHANGED_ACTION
Sticky broadcast intent action indicating that the ringer mode has
changed.
|
AudioManager |
| RINGER_MODE_NORMAL
Ringer mode that may be audible and may vibrate.
int
|
AudioManager |
| RINGER_MODE_SILENT
Ringer mode that will be silent and will not vibrate.
int
|
AudioManager |
| RINGER_MODE_VIBRATE
Ringer mode that will be silent and will vibrate.
int
|
AudioManager |
| RINGTONE
Persistent store for the system-wide default ringtone URI.
|
Settings.System |
| RingtoneManager(Activity activity)
Constructs a RingtoneManager.
|
RingtoneManager |
| RingtoneManager(Context context)
Constructs a RingtoneManager.
|
RingtoneManager |
| RingtonePreference(Context context) | RingtonePreference |
| RingtonePreference(Context context, AttributeSet attrs) | RingtonePreference |
| RingtonePreference(Context context, AttributeSet attrs, int defStyle) | RingtonePreference |
| ringtonePreferenceStyle
Default style for RingtonePreference.
int
|
R.attr |
| ringtoneType
Which ringtone type(s) to show in the picker.
int
|
R.attr |
| rint(double d)
Returns the double conversion of the result of rounding the argument to
an integer.
|
Math |
| rint(double d)
Returns the double conversion of the result of rounding the argument to
an integer.
|
StrictMath |
| rLineTo(float dx, float dy)
Same as lineTo, but the coordinates are considered relative to the last
point on this contour.
|
Path |
| rMoveTo(float dx, float dy)
Set the beginning of the next contour relative to the last point on the
previous contour.
|
Path |
| roll(int field, boolean increment)
Increment or decrement the specified field and wrap the value of the
field when it goes beyond the maximum or minimum value for the current
date.
|
Calendar |
| roll(int field, boolean increment)
Increments or decrements the specified field and wraps the value of the
field when it goes beyond the maximum or minimum value for the current
date.
|
GregorianCalendar |
| roll(int field, int value)
Adds the specified amount to the specified field and wraps the value of
the field when it goes beyond the maximum or minimum value for the
current date.
|
Calendar |
| roll(int field, int value)
Adds the specified amount the specified field and wraps the value of the
field when it goes beyond the maximum or minimum value for the current
date.
|
GregorianCalendar |
| rollback()
Rolls back all updates made so far in this transaction and
relinquishes all acquired database locks.
|
Connection |
| rollback(Savepoint savepoint)
Undoes all changes made after the supplied
Savepoint object was
set. |
Connection |
| RootElement(String localName)
Constructs a new root element with the given name.
|
RootElement |
| RootElement(String uri, String localName)
Constructs a new root element with the given name.
|
RootElement |
| rotate(float degrees)
Preconcat the current matrix with the specified rotation.
|
Canvas |
| rotate(float degrees, float px, float py)
Preconcat the current matrix with the specified rotation.
|
Canvas |
| rotate(List<?> lst, int dist)
Rotates the elements in
list by the distance dist
e.g. |
Collections |
| RotateAnimation(Context context, AttributeSet attrs)
Constructor used when a RotateAnimation is loaded from a resource.
|
RotateAnimation |
| RotateAnimation(float fromDegrees, float toDegrees)
Constructor to use when building a RotateAnimation from code.
|
RotateAnimation |
| RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY)
Constructor to use when building a RotateAnimation from code
|
RotateAnimation |
| RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, int pivotYType, float pivotYValue)
Constructor to use when building a RotateAnimation from code
|
RotateAnimation |
| RotateDrawable()
Create a new rotating drawable with an empty state. |
RotateDrawable |
| rotateLeft(int i, int distance)
Rotates the bits of the specified integer to the left by the specified
number of bits.
|
Integer |
| rotateLeft(long lng, int distance)
Rotates the bits of the specified long value to the left by the specified
number of bits.
|
Long |
| rotateM(float[] m, int mOffset, float a, float x, float y, float z)
Rotates matrix m in place by angle a (in degrees)
around the axis (x, y, z)
|
Matrix |
| rotateM(float[] rm, int rmOffset, float[] m, int mOffset, float a, float x, float y, float z)
Rotates matrix m by angle a (in degrees) around the axis (x, y, z)
|
Matrix |
| rotateRight(int i, int distance)
Rotates the bits of the specified integer to the right by the specified
number of bits.
|
Integer |
| rotateRight(long lng, int distance)
Rotates the bits of the specified long value to the right by the specified number of bits. |
Long |
| rotateX(float deg) | Camera |
| rotateY(float deg) | Camera |
| rotateZ(float deg) | Camera |
| ROTATION_0
int
|
Surface |
| ROTATION_180
int
|
Surface |
| ROTATION_270
int
|
Surface |
| ROTATION_90
int
|
Surface |
| round(Rect dst)
Set the dst integer Rect by rounding this rectangle's coordinates
to their nearest integer values.
|
RectF |
| round(double d)
Returns the result of rounding the argument to an integer.
|
Math |
| round(double d)
Returns the result of rounding the argument to an integer.
|
StrictMath |
| round(float f)
Returns the result of rounding the argument to an integer.
|
Math |
| round(float f)
Returns the result of rounding the argument to an integer.
|
StrictMath |
| round(MathContext mc)
Returns a new
BigDecimal whose value is this, rounded
according to the passed context mc. |
BigDecimal |
| roundOut(Rect dst)
Set the dst integer Rect by rounding "out" this rectangle, choosing the
floor of top and left, and the ceiling of right and bottom.
|
RectF |
| RoundRectShape(float[] outerRadii, RectF inset, float[] innerRadii)
RoundRectShape constructor.
|
RoundRectShape |
| ROUND_CEILING
Rounding mode to round towards positive infinity.
int
|
BigDecimal |
| ROUND_DOWN
Rounding mode where the values are rounded towards zero.
int
|
BigDecimal |
| ROUND_FLOOR
Rounding mode to round towards negative infinity.
int
|
BigDecimal |
| ROUND_HALF_DOWN
Rounding mode where values are rounded towards the nearest neighbor.
int
|
BigDecimal |
| ROUND_HALF_EVEN
Rounding mode where values are rounded towards the nearest neighbor.
int
|
BigDecimal |
| ROUND_HALF_UP
Rounding mode where values are rounded towards the nearest neighbor.
int
|
BigDecimal |
| ROUND_UNNECESSARY
Rounding mode where the rounding operations throws an
ArithmeticException for the case that rounding is necessary, i.e.int
|
BigDecimal |
| ROUND_UP
Rounding mode where positive values are rounded towards positive infinity
and negative values towards negative infinity.
int
|
BigDecimal |
| RoutedRequest(RequestWrapper req, HttpRoute route)
Creates a new routed request.
|
RoutedRequest |
| RouteSpecificPool(HttpRoute route, int maxEntries)
Creates a new route-specific pool.
|
RouteSpecificPool |
| RouteTracker(HttpRoute route)
Creates a new tracker for the given route.
|
RouteTracker |
| RouteTracker(HttpHost target, InetAddress local)
Creates a new route tracker.
|
RouteTracker |
| ROUTE_ALL
This constant is deprecated.
Do not set audio routing directly, use setSpeakerphoneOn(),
setBluetoothScoOn() methods instead.
int
|
AudioManager |
| ROUTE_BLUETOOTH
This constant is deprecated.
use ROUTE_BLUETOOTH_SCODo not set audio routing directly, use setSpeakerphoneOn(),
setBluetoothScoOn() methods instead.
int
|
AudioManager |
| ROUTE_BLUETOOTH_A2DP
This constant is deprecated.
Do not set audio routing directly, use setSpeakerphoneOn(),
setBluetoothScoOn() methods instead.
int
|
AudioManager |
| ROUTE_BLUETOOTH_SCO
This constant is deprecated.
Do not set audio routing directly, use setSpeakerphoneOn(),
setBluetoothScoOn() methods instead.
int
|
AudioManager |
| ROUTE_EARPIECE
This constant is deprecated.
Do not set audio routing directly, use setSpeakerphoneOn(),
setBluetoothScoOn() methods instead.
int
|
AudioManager |
| ROUTE_HEADSET
This constant is deprecated.
Do not set audio routing directly, use setSpeakerphoneOn(),
setBluetoothScoOn() methods instead.
int
|
AudioManager |
| ROUTE_SPEAKER
This constant is deprecated.
Do not set audio routing directly, use setSpeakerphoneOn(),
setBluetoothScoOn() methods instead.
int
|
AudioManager |
| rowChanged(RowSetEvent theEvent)
Notifies the listener that one of the
RowSet's rows in theEvent.getSource has changed. |
RowSetListener |
| rowDelay
Fraction of the animation duration used to delay the beginning of
the animation of each row.
int
|
R.attr |
| rowDeleted()
Indicates whether a row has been deleted.
|
ResultSet |
| rowEdgeFlags
Row edge flags
Must be one or more (separated by '|') of the following constant values. int
|
R.attr |
| rowHeight
Defines the height of each row.
int
|
R.attr |
| rowInserted()
Indicates whether the current row has had an insertion operation.
|
ResultSet |
| rowSetChanged(RowSetEvent theEvent)
Notifies the listener that the
RowSet's entire contents in
theEvent.getSource have been updated (an example is the execution
of a command which retrieves new data from the database). |
RowSetListener |
| RowSetEvent(RowSet theSource)
Creates a
RowSetEvent object containing a reference to the
RowSet object that generated the event. |
RowSetEvent |
| rowUpdated()
Indicates whether the current row has been updated.
|
ResultSet |
| rQuadTo(float dx1, float dy1, float dx2, float dy2)
Same as quadTo, but the coordinates are considered relative to the last
point on this contour.
|
Path |
| RSAKeyGenParameterSpec(int keysize, BigInteger publicExponent)
Creates a new
RSAKeyGenParameterSpec with the specified key size
and public exponent. |
RSAKeyGenParameterSpec |
| RSAMultiPrimePrivateCrtKeySpec(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger primeP, BigInteger primeQ, BigInteger primeExponentP, BigInteger primeExponentQ, BigInteger crtCoefficient, RSAOtherPrimeInfo[] otherPrimeInfo)
Creates a new
RSAMultiPrimePrivateCrtKeySpec with the specified
modulus, public exponent, private exponent, prime factors, prime
exponents, crt coefficient, and additional primes. |
RSAMultiPrimePrivateCrtKeySpec |
| RSAOtherPrimeInfo(BigInteger prime, BigInteger primeExponent, BigInteger crtCoefficient)
Creates a new
RSAOtherPrimeInfo with the specified prime,
exponent, and CRT coefficient. |
RSAOtherPrimeInfo |
| RSAPrivateCrtKeySpec(BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger primeP, BigInteger primeQ, BigInteger primeExponentP, BigInteger primeExponentQ, BigInteger crtCoefficient)
Creates a new
RSAMultiPrimePrivateCrtKeySpec with the specified
modulus, public exponent, private exponent, prime factors, prime
exponents, crt coefficient, and additional primes. |
RSAPrivateCrtKeySpec |
| RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent)
Creates a new
RSAPrivateKeySpec with the specified modulus and
private exponent. |
RSAPrivateKeySpec |
| RSAPublicKeySpec(BigInteger modulus, BigInteger publicExponent)
Creates a new
RSAPublicKeySpec with the specified modulus and
public exponent. |
RSAPublicKeySpec |
| RSN
WPA2/IEEE 802.11i
int
|
WifiConfiguration.Protocol |
| RSSI_CHANGED_ACTION
The RSSI (signal strength) has changed.
|
WifiManager |
| RTC
Alarm time in System.currentTimeMillis()
(wall clock time in UTC).
int
|
AlarmManager |
| RTC_WAKEUP
Alarm time in System.currentTimeMillis()
(wall clock time in UTC), which will wake up the device when
it goes off.
int
|
AlarmManager |
| RuleBasedCollator(String rules)
Constructs a new instance of
RuleBasedCollator using the
specified rules. |
RuleBasedCollator |
| run()
This method exists for implementation purpose only and should not be called directly. |
AnimationDrawable |
| run()
Starts executing the active part of the class' code.
|
CookieSyncManager |
| run()
Sets this Future to the result of its computation
unless it has been cancelled.
|
FutureTask |
| run()
Calls the
run() method of the Runnable object the receiver
holds. |
HandlerThread |
| run()
Returns the result of running the action.
|
PrivilegedAction |
| run()
Returns the result of running the action.
|
PrivilegedExceptionAction |
| run()
The main loop of this worker.
|
RefQueueWorker |
| run()
Starts executing the active part of the class' code.
|
Runnable |
| run()
A convenience method to run this test, collecting the results with a
default TestResult object.
|
TestCase |
| run()
Calls the
run() method of the Runnable object the receiver
holds. |
Thread |
| run()
The task to run should be specified in the implementation of the
run()
method. |
TimerTask |
| run(AccountManagerFuture<V> future) | AccountManagerCallback |
| run(TestCase test)
Runs a TestCase.
|
TestResult
(protected) |
| run(TestResult result)
Runs a test and collects its result in a TestResult instance.
|
Test |
| run(TestResult result)
Runs the test case and collects the results in TestResult.
|
TestCase |
| run(TestResult result)
Runs the tests and collects their result in a TestResult.
|
TestSuite |
| runAndReset()
Executes the computation without setting its result, and then
resets this Future to initial state, failing to do so if the
computation encounters an exception or is cancelled.
|
FutureTask
(protected) |
| runBare()
Runs the bare test sequence.
|
TestCase |
| runCount()
Gets the number of run tests.
|
TestResult |
| runFailed(String message)
Override to define how to handle a failed loading of
a test suite.
|
AndroidTestRunner
(protected) |
| runFailed(String message)
Override to define how to handle a failed loading of
a test suite.
|
BaseTestRunner
(protected) |
| runFinalization()
Provides a hint to the virtual machine that it would be useful to attempt
to perform any outstanding object finalizations.
|
Runtime |
| runFinalization()
Provides a hint to the virtual machine that it would be useful to attempt
to perform any outstanding object finalizations.
|
System |
| runFinalizationSync()
Does not return until any pending finalizers have been called.
|
VMRuntime |
| runFinalizersOnExit(boolean run)
This method is deprecated.
This method is unsafe.
|
Runtime |
| runFinalizersOnExit(boolean flag)
This method is deprecated.
this method is unsafe.
|
System |
| RUNIC
The "Runic" Unicode Block.
|
Character.UnicodeBlock |
| runOnMainSync(Runnable runner)
Execute a call on the application's main thread, blocking until it is
complete.
|
Instrumentation |
| runOnUiThread(Runnable action)
Runs the specified action on the UI thread.
|
Activity |
| runProtected(Test test, Protectable p)
Runs a TestCase.
|
TestResult |
| runQuery(CharSequence constraint)
Runs a query with the specified constraint.
|
FilterQueryProvider |
| runQueryOnBackgroundThread(CharSequence constraint)
Runs a query with the specified constraint.
|
CursorAdapter |
| runQueryOnBackgroundThread(CharSequence constraint) | CursorTreeAdapter |
| runTest()
Runs the current unit test.
|
ActivityInstrumentationTestCase2
(protected) |
| runTest() | AndroidTestRunner |
| runTest()
Runs the current unit test.
|
InstrumentationTestCase
(protected) |
| runTest()
Override to run the test and assert its state.
|
TestCase
(protected) |
| runTest(Test test, TestResult result) | InstrumentationTestSuite |
| runTest(Test test, TestResult result) | TestSuite |
| runTest(TestResult testResult) | AndroidTestRunner |
| runTestOnUiThread(Runnable r)
Helper for running portions of a test on the UI thread.
|
InstrumentationTestCase |
| RuntimeException()
Constructs a new
RuntimeException that includes the current stack
trace. |
RuntimeException |
| RuntimeException(String detailMessage)
Constructs a new
RuntimeException with the current stack trace
and the specified detail message. |
RuntimeException |
| RuntimeException(String detailMessage, Throwable throwable)
Constructs a new
RuntimeException with the current stack trace,
the specified detail message and the specified cause. |
RuntimeException |
| RuntimeException(Throwable throwable)
Constructs a new
RuntimeException with the current stack trace
and the specified cause. |
RuntimeException |
| RuntimePermission(String permissionName)
Creates an instance of
RuntimePermission with the specified name. |
RuntimePermission |
| RuntimePermission(String name, String actions)
Creates an instance of
RuntimePermission with the specified name
and action list. |
RuntimePermission |
| RUN_DIRECTION
The RUN_DIRECTION text attribute.
|
TextAttribute |
| RUN_DIRECTION_LTR
The Constant RUN_DIRECTION_LTR indicates left-to-right run
direction.
|
TextAttribute |
| RUN_DIRECTION_RTL
The Constant RUN_DIRECTION_RTL indicates right-to-left run
direction.
|
TextAttribute |