AbsListView |
Common code shared between ListView and GridView |
AbsListView.LayoutParams |
AbsListView extends LayoutParams to provide a place to hold the view type. |
AbsSeekBar |
|
AbsSpinner |
An abstract base class for spinner widgets. |
AbsoluteLayout |
This class is deprecated.
Use FrameLayout, RelativeLayout
or a custom layout instead.
|
AbsoluteLayout.LayoutParams |
Per-child layout information associated with AbsoluteLayout. |
AbsoluteSizeSpan |
|
AbstractCursor.SelfContentObserver |
Cursors use this class to track changes others make to their URI. |
AbstractInputMethodService |
AbstractInputMethodService provides a abstract base class for input methods. |
AbstractList<E> |
AbstractList is an abstract implementation of the List interface, optimized
for a backing store which supports random access. |
AbstractMethodError |
Thrown by the virtual machine when an abstract method is called. |
AbstractPooledConnAdapter |
Abstract adapter from pool entries to
managed
client connections. |
AbstractPreferences |
This abstract class is a partial implementation of the abstract class
Preferences, which can be used to simplify Preferences provider's
implementation. |
AbstractQueue<E> |
AbstractQueue is an abstract class which implements some of the methods in
Queue. |
AbstractSelectableChannel |
AbstractSelectableChannel is the base implementation class for
selectable channels. |
AbstractSelectionKey |
AbstractSelectionKey is the base implementation class for selection keys. |
AbstractSelector |
AbstractSelector is the base implementation class for selectors. |
AbstractSequentialList<E> |
AbstractSequentialList is an abstract implementation of the List interface. |
AbstractSet<E> |
An AbstractSet is an abstract implementation of the Set interface. |
AbstractWindowedCursor |
A base class for Cursors that store their data in CursorWindows. |
AccessControlException |
AccessControlException is thrown if the access control infrastructure
denies protected access due to missing permissions. |
AclNotFoundException |
The exception, that is thrown when a reference to a non-existent Access
Control List (ACL) is made. |
Activity |
An activity is a single, focused thing that the user can do. |
ActivityGroup |
A screen that contains and runs multiple embedded activities. |
ActivityInfo |
Information you can retrieve about a particular application
activity or receiver. |
ActivityInstrumentationTestCase<T extends Activity> |
This class is deprecated.
new tests should be written using
ActivityInstrumentationTestCase2, which provides more options for
configuring the Activity under test
|
ActivityInstrumentationTestCase2<T extends Activity> |
This class provides functional testing of a single activity. |
ActivityNotFoundException |
This exception is thrown when a call to startActivity(Intent) or
one of its variants fails because an Activity can not be found to execute
the given Intent. |
ActivityTestCase |
This is common code used to support Activity test cases. |
ActivityUnitTestCase<T extends Activity> |
This class provides isolated testing of a single activity. |
AdapterView<T extends Adapter> |
An AdapterView is a view whose children are determined by an Adapter. |
AlertDialog |
A subclass of Dialog that can display one, two or three buttons. |
AliasActivity |
Stub activity that launches another activity (and then finishes itself)
based on information in its component's manifest meta-data. |
AllPermission |
AllPermission represents the permission to perform any operation. |
AllocationLimitError |
Is thrown when an allocation limit is exceeded. |
AllowAllHostnameVerifier |
The ALLOW_ALL HostnameVerifier essentially turns hostname verification
off. |
AlphaAnimation |
An animation that controls the alpha level of an object. |
AlphabetIndexer |
A helper class for adapters that implement the SectionIndexer interface. |
AlreadyConnectedException |
An AlreadyConnectedException is thrown when an attempt is made to
connect a SocketChannel that is already connected. |
AnalogClock |
This widget display an analogic clock with two hands for hours and
minutes. |
AndroidException |
Base class for all checked exceptions thrown by the Android frameworks. |
AndroidRuntimeException |
Base class for all unchecked exceptions thrown by the Android frameworks. |
AndroidTestCase |
Extend this if you need to access Resources or other things that depend on Activity Context. |
AndroidTestRunner |
|
AnimationDrawable |
An object used to create frame-by-frame animations, defined by a series of Drawable objects,
which can be used as a View object's background. |
AnimationSet |
Represents a group of Animations that should be played together. |
AnnotationFormatError |
Indicates that an annotation in the binary representation of a class is
syntactically incorrect and the annotation parser is unable to process it. |
AnnotationTypeMismatchException |
Indicates that an annotation type has changed since it was compiled or
serialized. |
AppWidgetHostView |
Provides the glue to show AppWidget views. |
AppWidgetProvider |
A conveience class to aid in implementing an AppWidget provider. |
Application |
Base class for those who need to maintain global application state. |
ApplicationInfo |
Information you can retrieve about a particular application. |
ApplicationTestCase<T extends Application> |
This test case provides a framework in which you can test Application classes in
a controlled environment. |
ArcShape |
Creates an arc shape. |
ArithmeticException |
Thrown when the an invalid arithmetic operation is attempted. |
ArrayAdapter<T> |
A ListAdapter that manages a ListView backed by an array of arbitrary
objects. |
ArrayBlockingQueue<E> |
A bounded blocking queue backed by an
array. |
ArrayIndexOutOfBoundsException |
Thrown when the an array is indexed with a value less than zero, or greater
than or equal to the size of the array. |
ArrayList<E> |
ArrayList is an implementation of List, backed by an array. |
ArrayStoreException |
Thrown when a program attempts to store an element of an incompatible type in
an array. |
AssertionError |
Thrown when an assertion has failed. |
AssertionFailedError |
Thrown when an assertion failed. |
AssetFileDescriptor.AutoCloseInputStream |
An InputStream you can create on a ParcelFileDescriptor, which will
take care of calling ParcelFileDescritor.close() for you when the stream is closed. |
AssetFileDescriptor.AutoCloseOutputStream |
An OutputStream you can create on a ParcelFileDescriptor, which will
take care of calling ParcelFileDescritor.close() for you when the stream is closed. |
AssetManager.AssetInputStream |
|
AsyncQueryHandler |
A helper class to help make handling asynchronous ContentResolver
queries easier. |
AsyncQueryHandler.WorkerHandler |
|
AsyncTask.Status |
Indicates the current status of the task. |
AsynchronousCloseException |
An AsynchronousCloseException is thrown when the underlying channel
for an I/O operation is closed by another thread. |
AtomicInteger |
An int value that may be updated atomically. |
AtomicLong |
A long value that may be updated atomically. |
Attributes2Impl |
SAX2 extension helper for additional Attributes information,
implementing the Attributes2 interface. |
AuthParamBean |
|
AuthPermission |
Governs the use of methods in this package and also its subpackages. |
AuthProvider |
AuthProvider is an abstract superclass for Java Security Provider which provide login and logout. |
AuthenticationException |
Signals a failure in authentication process |
Authenticator.RequestorType |
Enumeration class for the origin of the authentication request. |
AutoCompleteTextView |
An editable text view that shows completion suggestions automatically
while the user is typing. |
AvoidXfermode |
AvoidXfermode xfermode will draw the src everywhere except on top of the
opColor or, depending on the Mode, draw only on top of the opColor. |
AvoidXfermode.Mode |
|
BackgroundColorSpan |
|
BackingStoreException |
An exception to indicate that an error was encountered while accessing the
backing store. |
BadPaddingException |
The exception that is thrown when a padding mechanism is expected for the
input data, but the input data does not have the proper padding bytes. |
BadParcelableException |
The object you are calling has died, because its hosting process
no longer exists. |
BaseKeyListener |
|
BasicClientCookie2 |
HTTP "magic-cookie" represents a piece of state information
that the HTTP agent and the target server can exchange to maintain
a session as specified by RFC2965. |
BasicCommentHandler |
|
BasicExpiresHandler |
|
BasicHttpEntity |
A generic streamed entity being received on a connection. |
BasicHttpEntityEnclosingRequest |
Basic implementation of a request with an entity that can be modified. |
BasicHttpParams |
This class represents a collection of HTTP protocol parameters. |
BasicHttpRequest |
Basic implementation of an HTTP request that can be modified. |
BasicHttpResponse |
Basic implementation of an HTTP response that can be modified. |
BasicManagedEntity |
An entity that releases a connection. |
BasicMaxAgeHandler |
|
BasicPermission |
BasicPermission is the common base class of all permissions which
have a name but no action lists. |
BasicPoolEntry |
Basic implementation of a connection pool entry. |
BasicPoolEntryRef |
A weak reference to a BasicPoolEntry. |
BasicPooledConnAdapter |
A connection wrapper and callback handler. |
BasicScheme |
Basic authentication scheme as defined in RFC 2617. |
BasicSecureHandler |
|
BatchUpdateException |
This exception is thrown if a problem occurs during a batch update operation. |
BigDecimal |
This class represents immutable arbitrary precision decimal numbers. |
BigInteger |
This class represents immutable integer numbers of arbitrary length. |
BindException |
A BindException is thrown when a process cannot bind a local
address/port, either because it is already bound or reserved by the OS. |
Bitmap.CompressFormat |
Specifies the known formats a bitmap can be compressed into
|
Bitmap.Config |
|
BitmapDrawable |
A Drawable that wraps a bitmap and can be tiled, stretched, or aligned. |
BitmapShader |
|
BlurMaskFilter |
|
BlurMaskFilter.Blur |
|
BoringLayout |
A BoringLayout is a very simple Layout implementation for text that
fits on a single line and is all left-to-right characters. |
BoringLayout.Metrics |
|
BrokenBarrierException |
Exception thrown when a thread tries to wait upon a barrier that is
in a broken state, or which enters the broken state while the thread
is waiting. |
BrowserCompatHostnameVerifier |
The HostnameVerifier that works the same way as Curl and Firefox. |
BrowserCompatSpec |
Cookie specification that strives to closely mimic (mis)behavior of
common web browser applications such as Microsoft Internet Explorer
and Mozilla FireFox. |
BufferOverflowException |
A BufferOverflowException is thrown when elements are written
to a buffer but there is not enough remaining space in the buffer. |
BufferUnderflowException |
A BufferUnderflowException is thrown when elements are read
from a buffer but there are not enough remaining elements in the buffer. |
BufferedHttpEntity |
A wrapping entity that buffers it content if necessary. |
BufferedInputStream |
Wraps an existing InputStream and buffers the input. |
BufferedOutputStream |
Wraps an existing OutputStream and buffers the output. |
BufferedReader |
Wraps an existing Reader and buffers the input. |
BufferedWriter |
Wraps an existing Writer and buffers the output. |
Button |
Button represents a push-button widget. |
Byte |
The wrapper for the primitive type byte . |
ByteArrayEntity |
An entity whose content is retrieved from a byte array. |
ByteArrayInputStream |
A specialized InputStream for reading the contents of a byte array. |
ByteArrayOutputStream |
A specialized OutputStream for class for writing content to an
(internal) byte array. |
ByteBuffer |
A buffer for bytes. |
CRLException |
The exception that is thrown if errors occur during handling of CRL s. |
CancellationException |
Exception indicating that the result of a value-producing task,
such as a FutureTask, cannot be retrieved because the task
was cancelled. |
CancelledKeyException |
A CancelledKeyException is thrown when an invalid selection key is
used. |
Canvas.EdgeType |
|
Canvas.VertexMode |
|
CertPathBuilderException |
The exception that is thrown when a CertPathBuilder method fails. |
CertPathValidatorException |
The exception that is thrown when a certification path (or certificate chain)
cannot be validated. |
CertStoreException |
The exception that is thrown when an access to a CertStore fails. |
CertificateEncodingException |
The exception that is thrown when an error occurs while a Certificate
is being encoded. |
CertificateException |
The base class for all Certificate related exceptions. |
CertificateExpiredException |
The exception that is thrown when a Certificate has expired. |
CertificateNotYetValidException |
The exception that is thrown when a Certificate is not yet valid. |
CertificateParsingException |
The exception that is thrown when a Certificate can not be parsed. |
CharArrayReader |
A specialized Reader for reading the contents of a char array. |
CharArrayWriter |
A specialized Writer for class for writing content to an (internal)
char array. |
CharBuffer |
A buffer of chars. |
CharConversionException |
The top level class for character conversion exceptions. |
Character.UnicodeBlock |
Represents a block of Unicode characters, as defined by the Unicode 4.0.1
specification. |
CharacterCodingException |
A CharacterCodingException is thrown when an encoding or decoding
error occurs. |
CharacterPickerDialog |
Dialog for choosing accented characters related to a base character. |
CheckBox |
A checkbox is a specific type of two-states button that can be either
checked or unchecked. |
CheckBoxPreference |
A Preference that provides checkbox widget
functionality. |
CheckedInputStream |
The CheckedInputStream class is used to maintain a checksum at the
same time as the data, on which the checksum is computed, is read from a
stream. |
CheckedOutputStream |
The CheckedOutputStream class is used to maintain a running checksum
of all data written to a stream. |
CheckedTextView |
An extension to TextView that supports the Checkable interface. |
ChoiceFormat |
Returns a fixed string based on a numeric value. |
Chronometer |
Class that implements a simple timer. |
ChunkedInputStream |
Implements chunked transfer coding. |
ChunkedOutputStream |
Implements chunked transfer coding. |
CipherInputStream |
This class wraps an InputStream and a cipher so that read()
methods return data that are read from the underlying InputStream and
processed by the cipher. |
CipherOutputStream |
This class wraps an output stream and a cipher so that write methods
send the data through the cipher before writing them to the underlying output
stream. |
CircularRedirectException |
Signals a circular redirect |
ClassCastException |
Thrown when a program attempts to cast a an object to a type with which it is
not compatible. |
ClassCircularityError |
Thrown when the virtual machine notices that an attempt is made to load a
class which would directly or indirectly inherit from one of its subclasses. |
ClassFormatError |
Thrown by a class loader when a class file has an illegal format or if the
data that it contains can not be interpreted as a class. |
ClassNotFoundException |
Thrown when a class loader is unable to find a class. |
ClickableSpan |
If an object of this type is attached to the text of a TextView
with a movement method of LinkMovementMethod, the affected spans of
text can be selected. |
ClientParamBean |
|
ClientParamsStack |
Represents a stack of parameter collections. |
ClientProtocolException |
Signals an error in the HTTP protocol. |
ClipDrawable |
A Drawable that clips another Drawable based on this Drawable's current
level value. |
CloneNotSupportedException |
Thrown when a program attempts to clone an object which does not support the
Cloneable interface. |
ClosedByInterruptException |
A ClosedByInterruptException is thrown when a thread is interrupted
in a blocking I/O operation. |
ClosedChannelException |
A ClosedChannelException is thrown when a channel is closed for the
type of operation attempted. |
ClosedSelectorException |
A ClosedSelectorException is thrown when a selector
is closed and an I/O operation is attempted. |
CoderMalfunctionError |
A CoderMalfunctionError is thrown when the encoder/decoder is
malfunctioning. |
ColorDrawable |
A specialized Drawable that fills the Canvas with a specified color,
with respect to the clip region. |
ColorMatrixColorFilter |
|
ComparisonFailure |
Thrown when an assert equals for Strings failed. |
ComponentInfo |
Base class containing information common to all application components
(ActivityInfo, ServiceInfo). |
ComposePathEffect |
|
ComposeShader |
A subclass of shader that returns the coposition of two other shaders, combined by
an Xfermode subclass. |
CompoundButton |
A button with two states, checked and unchecked. |
ConcurrentHashMap<K, V> |
A hash table supporting full concurrency of retrievals and
adjustable expected concurrency for updates. |
ConcurrentLinkedQueue<E> |
An unbounded thread-safe queue based on linked nodes. |
ConcurrentModificationException |
An ConcurrentModificationException is thrown when a Collection is
modified and an existing iterator on the Collection is used to modify the
Collection as well. |
ConnConnectionParamBean |
Allows for setting parameters relating to connections on
HttpParams. |
ConnManagerParamBean |
Allows for setting parameters relating to connection managers on
HttpParams. |
ConnPoolByRoute |
A connection pool that maintains connections by route. |
ConnRouteParamBean |
Allows for setting parameters relating to connection routes on
HttpParams. |
ConnectException |
A ConnectException is thrown if a connection cannot be established to
a remote host on a specific port. |
ConnectTimeoutException |
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager. |
ConnectionClosedException |
Indicates that a connection has been closed. |
ConnectionEvent |
Sent when specific events happen on a PooledConnection object. |
ConnectionPendingException |
A ConnectionPendingException is thrown when an attempt is made to
connect a SocketChannel that has a non-blocking connection already
underway. |
ConnectionPoolTimeoutException |
A timeout while waiting for an available connection
from a connection manager. |
ConsoleHandler |
A handler that writes log messages to the standard output stream
System.err . |
Constructor<T> |
This class represents a constructor. |
ContentLengthInputStream |
Stream that cuts off after a specified number of bytes. |
ContentLengthOutputStream |
A stream wrapper that closes itself after a defined number of bytes. |
ContentObservable |
A specialization of Observable for ContentObserver that provides methods for
invoking the various callback methods of ContentObserver. |
ContentQueryMap |
Caches the contents of a cursor into a Map of String->ContentValues and optionally
keeps the cache fresh by registering for updates on the content backing the cursor. |
ContextThemeWrapper |
A ContextWrapper that allows you to modify the theme from what is in the
wrapped context. |
ContextWrapper |
Proxying implementation of Context that simply delegates all of its calls to
another Context. |
CookieSpecBase |
Cookie management functions shared by all specification. |
CookieSpecParamBean |
|
CopyOnWriteArraySet<E> |
A Set that uses CopyOnWriteArrayList for all of its
operations. |
CornerPathEffect |
|
CursorAdapter |
Adapter that exposes data from a Cursor to a
ListView widget. |
CursorIndexOutOfBoundsException |
An exception indicating that a cursor is out of bounds. |
CursorJoiner.Result |
The result of a call to next(). |
CursorTreeAdapter |
An adapter that exposes data from a series of Cursors to an
ExpandableListView widget. |
CursorWindow |
A buffer containing multiple cursor rows. |
DOMException |
DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable). |
DashPathEffect |
|
DataFormatException |
DataFormatException is used to indicate an error in the format of a
particular data stream which is to be uncompressed. |
DataInputStream |
Wraps an existing InputStream and reads typed data from it. |
DataOutputStream |
Wraps an existing OutputStream and writes typed data to it. |
DataSetObservable |
A specialization of Observable for DataSetObserver that provides methods for
invoking the various callback methods of DataSetObserver. |
DataTruncation |
An exception which is thrown when a JDBC driver unexpectedly truncates a data
value either when reading (resulting in warning), or when writing data
(resulting in an error). |
DatagramChannel |
A DatagramChannel is a selectable channel that represents a partial
abstraction of a datagram socket. |
Date |
A class which can consume and produce dates in SQL Date format. |
DateFormat |
An abstract class for date/time formatting subclasses which formats and
parses dates or time in a language-independent manner. |
DateFormat.Field |
The instances of this inner class are used as attribute keys and values
in AttributedCharacterIterator that the
formatToCharacterIterator(Object) method returns. |
DateKeyListener |
For entering dates in a text field. |
DateParseException |
An exception to indicate an error parsing a date string. |
DatePicker |
A view for selecting a month / year / day based on a calendar like layout. |
DatePickerDialog |
A simple dialog containing an DatePicker. |
DateTimeKeyListener |
For entering dates and times in the same text field. |
DeadObjectException |
The object you are calling has died, because its hosting process
no longer exists. |
DecimalFormat |
A concrete subclass of NumberFormat that formats decimal numbers. |
DefaultClientConnection |
Default implementation of an operated client connection. |
DefaultHandler2 |
This class extends the SAX2 base handler class to support the
SAX2 LexicalHandler, DeclHandler, and
EntityResolver2 extensions. |
DefaultHttpClient |
Default implementation of an HTTP client. |
DefaultHttpClientConnection |
Default implementation of a client-side HTTP connection. |
DefaultHttpServerConnection |
Default implementation of a server-side HTTP connection. |
DefaultProxyAuthenticationHandler |
|
DefaultResponseParser |
|
DefaultTargetAuthenticationHandler |
|
DefaultedHttpParams |
HttpParams implementation that delegates resolution of a parameter
to the given default HttpParams instance if the parameter is not
present in the local one. |
DeflaterOutputStream |
This class provides an implementation of FilterOutputStream that
compresses data using the DEFLATE algorithm. |
DelayQueue<E extends Delayed> |
An unbounded blocking queue of Delayed
elements, in which an element can only be taken when its delay has expired. |
DestroyFailedException |
Signals that the destroy() method failed. |
DexClassLoader |
Provides a simple ClassLoader implementation that operates on a
list of jar/apk files with classes.dex entries. |
DialerFilter |
|
DialerKeyListener |
For dialing-only text entry
|
DialogPreference |
A base class for Preference objects that are
dialog-based. |
DigestException |
DigestException is a general message digest exception. |
DigestInputStream |
DigestInputStream is a FilterInputStream which maintains an
associated message digest. |
DigestOutputStream |
DigestOutputStream is a FilterOutputStream which maintains an
associated message digest. |
DigestScheme |
Digest authentication scheme as defined in RFC 2617. |
DigitalClock |
Like AnalogClock, but digital. |
DigitsKeyListener |
For digits-only text entry
|
DiscretePathEffect |
|
Double |
The wrapper for the primitive type double . |
DoubleBuffer |
A buffer of doubles. |
DrawableContainer |
|
DrawableContainer.DrawableContainerState |
|
DuplicateFormatFlagsException |
The unchecked exception will be thrown out if there are duplicate flags given
out in the format specifier. |
DynamicDrawableSpan |
|
DynamicLayout |
DynamicLayout is a text layout that updates itself as the text is edited. |
EOFException |
Thrown when a program encounters the end of a file or stream during an input
operation. |
EditText |
EditText is a thin veneer over TextView that configures itself
to be editable. |
EditTextPreference |
A Preference that allows for string
input. |
ElementType |
Defines an enumeration for Java program elements. |
EmbossMaskFilter |
|
EmptyStackException |
An EmptyStackException is thrown if the pop/peek method of a stack is
executed on an empty stack. |
EntityEnclosingRequestWrapper |
A wrapper class for HttpEntityEnclosingRequests that can
be used to change properties of the current request without
modifying the original object. |
EntityTemplate |
Entity that delegates the process of content generation to an abstract
content producer. |
EnumConstantNotPresentException |
Thrown if an enum constant does not exist for a particular name. |
EnumMap<K extends Enum<K>, V> |
An Map specialized for use with Enum types as keys. |
EnumSet<E extends Enum<E>> |
An EnumSet is a specialized Set to be used with enums as keys. |
EofSensorInputStream |
A stream wrapper that triggers actions on close() and EOF. |
Error |
Error is the superclass of all classes that represent unrecoverable
errors. |
Exception |
Exception is the superclass of all classes that represent recoverable
exceptions. |
ExceptionInInitializerError |
Thrown when an exception occurs during class initialization. |
ExecutionException |
Exception thrown when attempting to retrieve the result of a task
that aborted by throwing an exception. |
ExemptionMechanismException |
This is the base class for ExemptionMechanismException . |
ExpandableListActivity |
An activity that displays an expandable list of items by binding to a data
source implementing the ExpandableListAdapter, and exposes event handlers
when the user selects an item. |
ExpandableListView |
A view that shows items in a vertically scrolling two-level list. |
ExtractEditText |
Specialization of EditText for showing and interacting with the
extracted text in a full-screen input method. |
FactoryConfigurationError |
Represents an error that occurred during the configuration of parser factory. |
Field |
This class represents a field. |
FileChannel |
An abstract channel type for interaction with a platform file. |
FileEntity |
An entity whose content is retrieved from a file. |
FileHandler |
A FileHandler writes logging records into a specified file or a
rotating set of files. |
FileInputStream |
A specialized InputStream that reads from a file in the file system. |
FileLockInterruptionException |
A FileLockInterruptionException is thrown when a thread is
interrupted while waiting to acquire a file lock. |
FileNotFoundException |
Thrown when a file specified by a program cannot be found. |
FileOutputStream |
A specialized OutputStream that writes to a file in the file system. |
FilePermission |
A permission for accessing a file or directory. |
FileReader |
A specialized Reader that reads from a file in the file system. |
FileWriter |
A specialized Writer that writes to a file in the file system. |
FilterInputStream |
Wraps an existing InputStream and performs some transformation on
the input data while it is being read. |
FilterOutputStream |
Wraps an existing OutputStream and performs some transformation on
the output data while it is being written. |
FilterReader |
Wraps an existing Reader and performs some transformation on the
input data while it is being read. |
FilterWriter |
Wraps an existing Writer and performs some transformation on the
output data while it is being written. |
Float |
The wrapper for the primitive type float . |
FloatBuffer |
A buffer of floats. |
ForegroundColorSpan |
|
Format.Field |
Inner class used to represent Format attributes in the
AttributedCharacterIterator that the
formatToCharacterIterator() method returns in Format
subclasses. |
FormatFlagsConversionMismatchException |
A FormatFlagsConversionMismatchException will be thrown if a
conversion and the flags are incompatible. |
Formatter.BigDecimalLayoutForm |
The enumeration giving the available styles for formatting very large
decimal numbers. |
FormatterClosedException |
A FormatterClosedException will be thrown if the formatter has been
closed. |
FrameLayout |
FrameLayout is designed to block out an area on the screen to display
a single item. |
FrameLayout.LayoutParams |
Per-child layout information for layouts that support margins. |
GLException |
An exception class for OpenGL errors. |
GLSurfaceView |
An implementation of SurfaceView that uses the dedicated surface for
displaying OpenGL rendering. |
GZIPInputStream |
The GZIPInputStream class is used to read data stored in the GZIP
format, reading and decompressing GZIP data from the underlying stream into
its buffer. |
GZIPOutputStream |
The GZIPOutputStream class is used to write data to a stream in the
GZIP storage format. |
Gallery |
A view that shows items in a center-locked, horizontally scrolling list. |
Gallery.LayoutParams |
Gallery extends LayoutParams to provide a place to hold current
Transformation information along with previous position/transformation
info. |
GeneralSecurityException |
GeneralSecurityException is a general security exception and the
superclass for all security specific exceptions. |
GenericSignatureFormatError |
Indicates that a malformed signature has been encountered via a reflective
method. |
GradientDrawable |
A Drawable with a color gradient for buttons, backgrounds, etc. |
GradientDrawable.Orientation |
Controls how the gradient is oriented relative to the drawable's bounds
|
GregorianCalendar |
GregorianCalendar is a concrete subclass of Calendar
and provides the standard calendar used by most of the world. |
GridLayoutAnimationController |
A layout animation controller is used to animated a grid layout's children. |
GridLayoutAnimationController.AnimationParameters |
The set of parameters that has to be attached to each view contained in
the view group animated by the grid layout animation controller. |
GridView |
A view that shows items in two-dimensional scrolling grid. |
GsmCellLocation |
Represents the cell location on a GSM phone. |
HandlerThread |
Handy class for starting a new thread that has a looper. |
HandshakeCompletedEvent |
The event object encapsulating the information about a completed SSL
handshake on a SSL connection. |
HashMap<K, V> |
HashMap is an implementation of Map. |
HashSet<E> |
HashSet is an implementation of a Set. |
Hashtable<K, V> |
Hashtable associates keys with values. |
HideReturnsTransformationMethod |
This transformation method causes any carriage return characters (\r)
to be hidden by displaying them as zero-width non-breaking space
characters (?). |
HorizontalScrollView |
Layout container for a view hierarchy that can be scrolled by the user,
allowing it to be larger than the physical display. |
HttpAuthHandler |
HTTP authentication handler: local handler that takes care
of HTTP authentication requests. |
HttpConnectionParamBean |
|
HttpDelete |
HTTP DELETE method
The HTTP DELETE method is defined in section 9.7 of
RFC2616:
The DELETE method requests that the origin server delete the resource
identified by the Request-URI. |
HttpEntityEnclosingRequestBase |
Basic implementation of an HTTP request that can be modified. |
HttpException |
Signals that an HTTP exception has occurred. |
HttpGet |
HTTP GET method. |
HttpHead |
HTTP HEAD method. |
HttpHostConnectException |
A ConnectException that specifies the HttpHost that was
being connected to. |
HttpOptions |
HTTP OPTIONS method. |
HttpPost |
HTTP POST method. |
HttpProtocolParamBean |
|
HttpPut |
HTTP PUT method. |
HttpRequestBase |
Basic implementation of an HTTP request that can be modified. |
HttpRequestParser |
|
HttpRequestWriter |
|
HttpResponseException |
Signals a non 2xx HTTP response. |
HttpResponseParser |
|
HttpResponseWriter |
|
HttpRetryException |
If a HTTP request has to be retried, this exception will be thrown if the
request cannot be retried automatically. |
HttpTrace |
HTTP TRACE method. |
HttpURLConnection |
This abstract subclass of URLConnection defines methods for managing
HTTP connection according to the description given by RFC 2068. |
HttpVersion |
Represents an HTTP version, as specified in RFC 2616. |
HttpsURLConnection |
This abstract subclass of HttpURLConnection defines methods for
managing HTTPS connections according to the description given by RFC 2818. |
IOException |
Signals a general, I/O-related error. |
IPackageInstallObserver.Stub |
Local-side IPC implementation stub class. |
IdentityHashMap<K, V> |
IdentityHashMap is a variant on HashMap which tests equality by reference
instead of equality by value. |
IdentityInputStream |
A stream for reading from a session input buffer. |
IdentityOutputStream |
A stream for writing with an "identity" transport encoding. |
IdentityScope |
This class is deprecated.
The functionality of this class has been replace by
Principal, KeyStore and the java.security.cert package. |
IllegalAccessError |
Thrown when the virtual machine notices that a program tries access a field
which is not accessible from where it is referenced. |
IllegalAccessException |
Thrown when a program attempts to access a field or method which is not
accessible from the location where the reference is made. |
IllegalArgumentException |
Thrown when a method is invoked with an argument which it can not reasonably
deal with. |
IllegalBlockSizeException |
The exception, that is thrown when the data length provided to a block cipher
does not match the block size of the cipher. |
IllegalBlockingModeException |
An IllegalBlockingModeException is thrown when an operation that
requires a specific blocking mode is invoked on a channel that is in a
different blocking mode. |
IllegalCharsetNameException |
An IllegalCharsetNameException is thrown when an illegal charset name
is encountered. |
IllegalFormatCodePointException |
An IllegalFormatCodePointException will be thrown if an invalid
Unicode code point (defined by isValidCodePoint(int)) is
passed as a parameter to a Formatter. |
IllegalFormatConversionException |
An IllegalFormatConversionException will be thrown when the parameter
is incompatible with the corresponding format specifier. |
IllegalFormatException |
An IllegalFormatException is thrown when a format string that
contains either an illegal syntax or format specifier is transferred as a
parameter. |
IllegalFormatFlagsException |
An IllegalFormatFlagsException will be thrown if the combination of
the format flags is illegal. |
IllegalFormatPrecisionException |
An IllegalFormatPrecisionException will be thrown if the precision is
a negative other than -1 or in other cases where precision is not supported. |
IllegalFormatWidthException |
An IllegalFormatWidthException will be thrown if the width is a
negative value other than -1 or in other cases where a width is not
supported. |
IllegalMonitorStateException |
Thrown when a monitor operation is attempted when the monitor is not in the
correct state, for example when a thread attempts to exit a monitor which it
does not own. |
IllegalSelectorException |
An IllegalSelectorException is thrown when a call is made to register
a channel on a selector that has been created by a different provider. |
IllegalStateException |
Thrown when an action is attempted at a time when the virtual machine is not
in the correct state. |
IllegalThreadStateException |
Thrown when an operation is attempted which is not possible given the state
that the executing thread is in. |
ImageButton |
An image button displays an image that can be pressed, or clicked, by the
user. |
ImageSpan |
|
ImageSwitcher |
|
ImageView |
Displays an arbitrary image, such as an icon. |
ImageView.ScaleType |
Options for scaling the bounds of an image to the bounds of this view. |
IncompatibleClassChangeError |
IncompatibleClassChangeError is the superclass of all classes which
represent errors that occur when inconsistent class files are loaded into
the same running image. |
IncompleteAnnotationException |
Indicates that an element of an annotation type was accessed that was added
after the type was compiled or serialized. |
IndexOutOfBoundsException |
Thrown when a program attempts to access a value in an indexable collection
using a value which is outside of the range of valid indices. |
IndexedPropertyChangeEvent |
A type of PropertyChangeEvent that indicates that an indexed property
has changed. |
Inet4Address |
This class represents a 32 bit long IPv4 address. |
Inet6Address |
This class represents a 128 bit long IPv6 address. |
InetSocketAddress |
This class represents a socket endpoint described by a IP address and a port
number. |
InflateException |
This exception is thrown by an inflater on error conditions. |
InflaterInputStream |
This class provides an implementation of FilterInputStream that
uncompresses data that was compressed using the DEFLATE algorithm
(see specification). |
InheritableThreadLocal<T> |
A thread-local variable whose value is passed from parent to child thread. |
InputMethodService |
InputMethodService provides a standard implementation of an InputMethod,
which final implementations can derive from and customize. |
InputMethodService.InputMethodImpl |
Concrete implementation of
AbstractInputMethodService.AbstractInputMethodImpl that provides
all of the standard behavior for an input method. |
InputMethodService.InputMethodSessionImpl |
Concrete implementation of
AbstractInputMethodService.AbstractInputMethodSessionImpl that provides
all of the standard behavior for an input method session. |
InputMismatchException |
An InputMismatchException is thrown by a scanner to indicate that the
next token does not match or is out of range for the type specified in the
pattern. |
InputStreamEntity |
A streamed entity obtaining content from an InputStream. |
InputStreamReader |
A class for turning a byte stream into a character stream. |
InsetDrawable |
A Drawable that insets another Drawable by a specified distance. |
InstantiationError |
Thrown when the virtual machine notices that a program tries to create a new
instance of a class which has no visible constructors from the location where
new is invoked. |
InstantiationException |
Thrown when a program attempts to access a constructor which is not
accessible from the location where the reference is made. |
InstrumentationInfo |
Information you can retrieve about a particular piece of test
instrumentation. |
InstrumentationTestCase |
A test case that has access to Instrumentation. |
InstrumentationTestRunner |
An Instrumentation that runs various types of TestCases against
an Android package (application). |
InstrumentationTestSuite |
A TestSuite that injects Instrumentation into
InstrumentationTestCase before running them. |
IntBuffer |
A buffer of ints. |
Integer |
The wrapper for the primitive type int . |
IntentFilter.MalformedMimeTypeException |
This exception is thrown when a given MIME type does not have a valid
syntax. |
IntentService |
An abstract Service that serializes the handling of the Intents passed upon service
start and handles them on a handler thread. |
InternalError |
Thrown when the virtual machine notices that it has gotten into an undefined
state. |
Interpolator.Result |
|
InterruptedException |
Thrown when a waiting thread is activated before the condition it was waiting
for has been satisfied. |
InterruptedIOException |
Signals that a blocking I/O operation has been interrupted. |
InvalidAlgorithmParameterException |
InvalidAlgorithmParameterException indicates the occurrence of
invalid algorithm parameters. |
InvalidClassException |
Signals a problem during the serialization or or deserialization of an
object. |
InvalidCredentialsException |
Authentication credentials required to respond to a authentication
challenge are invalid |
InvalidKeyException |
InvalidKeyException indicates exceptional conditions, caused by an
invalid key. |
InvalidKeySpecException |
The exception that is thrown when an invalid key specification is
encountered. |
InvalidMarkException |
An InvalidMarkException is thrown when reset() is called on a
buffer, but no mark has been set previously. |
InvalidObjectException |
Signals that, during deserialization, the validation of an object has failed. |
InvalidParameterException |
InvalidParameterException indicates exceptional conditions, caused by
invalid parameters. |
InvalidParameterSpecException |
The exception that is thrown when an invalid parameter specification is
encountered. |
InvalidPreferencesFormatException |
An exception to indicate that the input XML file is not well-formed or could
not be validated against the appropriate document type (specified by
in the Preferences ). |
InvalidPropertiesFormatException |
An InvalidPropertiesFormatException is thrown if loading the XML
document defining the properties does not follow the Properties
specification. |
InvocationTargetException |
This class provides a wrapper for an exception thrown by a Method or
Constructor invocation. |
IsolatedContext |
A mock context which prevents its users from talking to the rest of the device while
stubbing enough methods to satify code that tries to talk to other packages. |
JSONException |
The JSONException is thrown by the JSON.org classes then things are amiss. |
JarEntry |
Represents a single file in a JAR archive together with the manifest
attributes and digital signatures associated with it. |
JarException |
This runtime exception is thrown when a problem occurs while reading a JAR
file. |
JarFile |
JarFile is used to read jar entries and their associated data from
jar files. |
JarInputStream |
The input stream from which the JAR file to be read may be fetched. |
JarOutputStream |
The JarOutputStream is used to write data in the JarFile
format to an arbitrary output stream |
JarURLConnection |
This class establishes a connection to a jar: URL using the JAR protocol. |
JsPromptResult |
Public class for handling javascript prompt requests. |
KeyException |
KeyException is the common superclass of all key related exceptions. |
KeyManagementException |
KeyManagementException is a general exception, thrown to indicate an
exception during processing an operation concerning key management. |
KeyPairGenerator |
KeyPairGenerator is an engine class which is capable of generating a
private key and its related public key utilizing the algorithm it was
initialized with. |
KeyRep.Type |
Type enumerates the supported key types. |
KeyStoreException |
KeyStoreException is a general KeyStore exception. |
KeyboardView |
A view that renders a virtual Keyboard. |
LastOwnerException |
The exception that is thrown when an attempt is made to remove the
the last Owner from an Owner . |
LauncherActivity |
Displays a list of all activities which can be performed
for a given intent. |
LayerDrawable |
A Drawable that manages an array of other Drawables. |
LayerRasterizer |
|
Layout.Alignment |
|
LevelListDrawable |
A resource that manages a number of alternate Drawables, each assigned a maximum numerical value. |
LightingColorFilter |
|
LineNumberInputStream |
This class is deprecated.
Use LineNumberReader |
LineNumberReader |
Wraps an existing Reader and counts the line terminators encountered
while reading the data. |
LinearGradient |
|
LinearLayout |
A Layout that arranges its children in a single column or a single row. |
LinearLayout.LayoutParams |
Per-child layout information associated with ViewLinearLayout. |
LinkMovementMethod |
|
LinkageError |
LinkageError is the superclass of all error classes that occur when
loading and linking class files. |
LinkedBlockingQueue<E> |
An optionally-bounded blocking queue based on
linked nodes. |
LinkedHashMap<K, V> |
LinkedHashMap is a variant of HashMap. |
LinkedHashSet<E> |
LinkedHashSet is a variant of HashSet. |
LinkedList<E> |
LinkedList is an implementation of List, backed by a linked list. |
ListActivity |
An activity that displays a list of items by binding to a data source such as
an array or Cursor, and exposes event handlers when the user selects an item. |
ListPreference |
A Preference that displays a list of entries as
a dialog. |
ListResourceBundle |
ListResourceBundle is the abstract superclass of classes which provide
resources by implementing the getContents() method to return
the list of resources. |
ListView |
A view that shows items in a vertically scrolling list. |
LocalSocketAddress.Namespace |
The namespace that this address exists in. |
Locator2Impl |
SAX2 extension helper for holding additional Entity information,
implementing the Locator2 interface. |
LoggingPermission |
The permission required to control the logging when run with a
SecurityManager . |
LoginException |
Base class for exceptions that are thrown when a login error occurs. |
LoginFilter.PasswordFilterGMail |
This filter is compatible with GMail passwords which restricts characters to
the Latin-1 (ISO8859-1) char set. |
LoginFilter.UsernameFilterGMail |
This filter rejects characters in the user name that are not compatible with GMail
account creation. |
LoginFilter.UsernameFilterGeneric |
This filter rejects characters in the user name that are not compatible with Google login. |
Long |
The wrapper for the primitive type long . |
LongBuffer |
A buffer of longs. |
MalformedChallengeException |
Signals that authentication challenge is in some way invalid or
illegal in the given context |
MalformedChunkCodingException |
Signals a malformed chunked stream. |
MalformedCookieException |
Signals that a cookie is in some way invalid or illegal in a given
context |
MalformedInputException |
A MalformedInputException is thrown when a malformed input is
encountered, for example if a byte sequence is illegal for the given charset. |
MalformedParameterizedTypeException |
Indicates that a malformed parameterized type has been encountered by a
reflective method. |
MalformedURLException |
This exception is thrown when a program attempts to create an URL from an
incorrect specification. |
MappedByteBuffer |
MappedByteBuffer is a special kind of direct byte buffer which maps a
region of file to memory. |
MaskFilterSpan |
|
Matrix.ScaleToFit |
Controlls how the src rect should align into the dst rect for
setRectToRect(). |
MatrixCursor |
A mutable cursor implementation backed by an array of Object s. |
MediaController |
A view containing controls for a MediaPlayer. |
MemoryHandler |
A Handler put the description of log events into a cycled memory
buffer. |
MergeCursor |
A convience class that lets you present an array of Cursors as a single linear Cursor. |
MessageDigest |
MessageDigest is an engine class which is capable of generating one
way hash values for arbitrary input, utilizing the algorithm it was
initialized with. |
MessageFormat |
Produces concatenated
messages in language-neutral way. |
MessageFormat.Field |
The instances of this inner class are used as attribute keys in
AttributedCharacterIterator that the
formatToCharacterIterator(Object) method returns. |
Method |
This class represents a method. |
MethodNotSupportedException |
Indicates that an HTTP method is not supported. |
MetricAffectingSpan |
The classes that affect character-level text formatting in a way that
changes the width or height of characters extend this class. |
MissingFormatArgumentException |
A MissingFormatArgumentException will be thrown if there is no
corresponding argument with the specified conversion or an argument index
that refers to a missing argument. |
MissingFormatWidthException |
A MissingFormatWidthException will be thrown if the format width is
missing but is required. |
MissingResourceException |
A MissingResourceException is thrown by ResourceBundle when a
resource bundle cannot be found or a resource is missing from a resource
bundle. |
MockApplication |
A mock Application class. |
MockContentResolver |
A mock ContentResolver class that isolates the test code from the real
content system. |
MockContext |
A mock Context class. |
MockPackageManager |
A mock PackageManager class. |
MockResources |
A mock Resources class. |
MultiAutoCompleteTextView |
An editable text view, extending AutoCompleteTextView, that
can show completion suggestions for the substring of the text where
the user is typing instead of necessarily for the entire thing. |
MultiTapKeyListener |
This is the standard key listener for alphabetic input on 12-key
keyboards. |
MulticastSocket |
This class implements a multicast socket for sending and receiving IP
multicast datagram packets. |
MutableContextWrapper |
Special version of ContextWrapper that allows the base context to
be modified after it is initially set. |
NTLMEngineException |
Signals NTLM protocol failure. |
NTLMScheme |
|
NegativeArraySizeException |
Thrown when an attempt is made to create an array with a size of less than
zero. |
NetPermission |
This class represents permissions to configure the access to network
resources. |
NetscapeDomainHandler |
|
NetscapeDraftSpec |
Netscape cookie draft compliant cookie policy |
NetworkInfo.DetailedState |
The fine-grained state of a network connection. |
NetworkInfo.State |
Coarse-grained network state. |
NinePatchDrawable |
A resizeable bitmap, with stretchable areas that you define. |
NoClassDefFoundError |
Thrown when the virtual machine is unable to locate a class which it has been
asked to load. |
NoConnectionPendingException |
A NoConnectionPendingException is thrown if SocketChannel 's
finishConnect method is called before
the SocketChannel 's
connect method completed without
error. |
NoHttpResponseException |
Signals that the target server failed to respond with a valid HTTP response. |
NoRouteToHostException |
The NoRouteToHostException will be thrown while attempting to connect
to a remote host but the host cannot be reached for instance because of a
badly configured router or a blocking firewall. |
NoSuchAlgorithmException |
NoSuchAlgorithmException indicates that a requested algorithm could
not be found. |
NoSuchElementException |
A NoSuchElementException is thrown when trying to retrieve an element
past the end of an Enumeration, or the first or last element from an empty
Vector. |
NoSuchFieldError |
Thrown when the virtual machine notices that a program tries to reference,
on a class or object, a field that does not exist. |
NoSuchFieldException |
Thrown when the virtual machine notices that a program tries to reference,
on a class or object, a field that does not exist. |
NoSuchMethodError |
Thrown when the virtual machine notices that a program tries to reference,
on a class or object, a method that does not exist. |
NoSuchMethodException |
Thrown when the virtual machine notices that a program tries to reference,
on a class or object, a method that does not exist. |
NoSuchPaddingException |
The exception that is thrown when the requested padding mechanism is not
supported. |
NoSuchProviderException |
NoSuchProviderException indicates that a requested security provider
could not be found. |
NodeChangeEvent |
This is the event class to indicate that one child of the preference node has
been added or deleted. |
NonReadableChannelException |
A NonReadableChannelException is thrown when attempting to read from
a channel that is not open for reading. |
NonRepeatableRequestException |
Signals failure to retry the request due to non-repeatable request
entity. |
NonWritableChannelException |
A NonWritableChannelException is thrown when attempting to write to a
channel that is not open for writing. |
NotActiveException |
Signals that a serialization-related method has been invoked in the wrong
place. |
NotOwnerException |
The exception that is thrown when an action that requires ownership is
attempted by a principal that is not an owner of the object for which
ownership is required. |
NotSerializableException |
Signals that an object that is not serializable has been passed into the
ObjectOutput.writeObject() mthod. |
NotYetBoundException |
A NotYetBoundException is thrown if the server socket channel is not
bound before an I/O operation is made. |
NotYetConnectedException |
A NotYetConnectedException is thrown if the socket channel is not
connected before an I/O operation is invoked. |
NullCipher |
This class provides an identity cipher that does not transform the input data
in any way. |
NullPointerException |
Thrown when a program tries to access a field or method of an object or an
element of an array when there is no instance or array to use, that is if the
object or array points to null . |
NumberFormat |
The abstract base class for all number formats. |
NumberFormat.Field |
The instances of this inner class are used as attribute keys and values
in AttributedCharacterIterator that the
formatToCharacterIterator(Object) method returns. |
NumberFormatException |
Thrown when an invalid value is passed to a string-to-number conversion
method. |
NumberKeyListener |
For numeric text entry
|
ObjectInputStream |
A specialized InputStream that is able to read (deserialize) Java
objects as well as primitive data types (int, byte, char etc.). |
ObjectOutputStream |
A specialized OutputStream that is able to write (serialize) Java
objects as well as primitive data types (int, byte, char etc.). |
ObjectStreamException |
Signals some sort of problem during either serialization or deserialization
of objects. |
OptionalDataException |
Signals that the ObjectInputStream class encountered a primitive type
(int , char etc.) instead of an object instance in the input
stream. |
OutOfMemoryError |
Thrown when a request for memory is made that can not be satisfied using the
available platform resources. |
OutputStreamWriter |
A class for turning a character stream into a byte stream. |
OvalShape |
Defines an oval shape. |
OverlappingFileLockException |
An OverlappingFileLockException is thrown when attempting to acquire
a lock that overlaps an existing or pending lock held by this process. |
PKCS8EncodedKeySpec |
The key specification for an encoded private key in ASN.1 format as defined
in the PKCS#8 standard. |
PKIXBuilderParameters |
The parameter specification for a PKIX CertPathBuilder
algorithm used to build
certificate chains validated with the PKIX certification path validation. |
PKIXCertPathBuilderResult |
The result of the PKIX certification path builder, returned by
build(CertPathParameters). |
PSource.PSpecified |
The explicit specification of the parameter P used in the
source algorithm. |
PackageManager.NameNotFoundException |
This exception is thrown when a given package, application, or component
name can not be found. |
Paint.Align |
Align specifies how drawText aligns its text relative to the
[x,y] coordinates. |
Paint.Cap |
The Cap specifies the treatment for the beginning and ending of
stroked lines and paths. |
Paint.Join |
The Join specifies the treatment where lines and curve segments
join on a stroked path. |
Paint.Style |
The Style specifies if the primitive being drawn is filled,
stroked, or both (in the same color). |
PaintDrawable |
Drawable that draws its bounds in the given paint, with optional
rounded corners. |
PaintFlagsDrawFilter |
|
ParcelFileDescriptor.AutoCloseInputStream |
An InputStream you can create on a ParcelFileDescriptor, which will
take care of calling ParcelFileDescritor.close() for you when the stream is closed. |
ParcelFileDescriptor.AutoCloseOutputStream |
An OutputStream you can create on a ParcelFileDescriptor, which will
take care of calling ParcelFileDescritor.close() for you when the stream is closed. |
ParcelFormatException |
The contents of a Parcel (usually during unmarshalling) does not
contain the expected data. |
ParseException |
Indicates a parse error. |
ParserConfigurationException |
Represents an exception that occurred during the configuration of parser. |
Path.Direction |
Specifies how closed shapes (e.g. |
Path.FillType |
Enum for the ways a path may be filled
|
PathClassLoader |
Provides a simple ClassLoader implementation that operates on a list
of files and directories in the local file system, but does not attempt to
load classes from the network. |
PathDashPathEffect |
|
PathDashPathEffect.Style |
|
PathShape |
Creates geometric paths, utilizing the Path class. |
PatternSyntaxException |
Encapsulates a syntax error that occurred during the compilation of a
Pattern. |
PendingIntent.CanceledException |
Exception thrown when trying to send through a PendingIntent that
has been canceled or is otherwise no longer able to execute the request. |
PermissionGroupInfo |
Information you can retrieve about a particular security permission
group known to the system. |
PermissionInfo |
Information you can retrieve about a particular security permission
known to the system. |
Permissions |
Permissions represents a PermissionCollection where the
contained permissions can be of different types. |
PhantomReference<T> |
Implements a phantom reference, which is the weakest of the three types of
references. |
PictureDrawable |
Drawable subclass that wraps a Picture, allowing the picture to be used
whereever a Drawable is supported. |
Pipe.SinkChannel |
Writable sink channel used to write to a pipe. |
Pipe.SourceChannel |
Readable source channel used to read from a pipe. |
PipedInputStream |
Receives information from a communications pipe. |
PipedOutputStream |
Places information on a communications pipe. |
PipedReader |
Receives information on a communications pipe. |
PipedWriter |
Places information on a communications pipe. |
PixelXorXfermode |
PixelXorXfermode implements a simple pixel xor (op ^ src ^ dst). |
PortUnreachableException |
This PortUnreachableException will be thrown if an ICMP_Port_Unreachable message has been received. |
PorterDuff.Mode |
|
PorterDuffColorFilter |
|
PorterDuffXfermode |
|
PotentialDeadlockError |
Is thrown when the VM identifies a potential deadlock. |
Preference.BaseSavedState |
A base class for managing the instance state of a Preference. |
PreferenceActivity |
Shows a hierarchy of Preference objects as
lists, possibly spanning multiple screens. |
PreferenceCategory |
Used to group Preference objects
and provide a disabled title above the group. |
PreferenceChangeEvent |
This is the event class to indicate that a preference has been added, deleted
or updated. |
PreferenceGroup |
A container for multiple
Preference objects. |
PreferenceScreen |
Represents a top-level Preference that
is the root of a Preference hierarchy. |
PrintStream |
Wraps an existing OutputStream and provides convenience methods for
writing common data types in a human readable format. |
PrintWriter |
Wraps either an existing OutputStream or an existing Writer
and provides convenience methods for printing common data types in a human
readable format. |
PriorityBlockingQueue<E> |
An unbounded blocking queue that uses
the same ordering rules as class PriorityQueue and supplies
blocking retrieval operations. |
PriorityQueue<E> |
A PriorityQueue holds elements on a priority heap, which orders the elements
according to their natural order or according to the comparator specified at
construction time. |
PrivateCredentialPermission |
Protects private credential objects belonging to a Subject . |
PrivilegedActionException |
PrivilegedActionException wraps exceptions which are thrown from
within privileged operations. |
ProgressBar |
Visual indicator of progress in some operation. |
ProgressDialog |
A dialog showing a progress indicator and an optional text message or view. |
Properties |
A Properties object is a Hashtable where the keys and values
must be String s. |
PropertyChangeEvent |
An event that indicates that a constraint or a boundary of a property has
changed. |
PropertyChangeListenerProxy |
The implementation of this listener proxy just delegates the received events
to its listener. |
PropertyPermission |
PropertyPermission objects represent a permission to access system
properties. |
PropertyResourceBundle |
PropertyResourceBundle loads resources from an InputStream . |
ProtocolException |
Signals that an HTTP protocol violation has occurred. |
Provider |
Provider is the abstract superclass for all security providers in the
Java security infrastructure. |
ProviderException |
ProviderException is a general exception, thrown by security Providers . |
ProviderInfo |
Holds information about a specific
content provider. |
ProviderTestCase<T extends ContentProvider> |
This class is deprecated.
this class extends InstrumentationTestCase but should extend AndroidTestCase. Use
ProviderTestCase2, which corrects this problem, instead.
|
ProviderTestCase2<T extends ContentProvider> |
This TestCase class provides a framework for isolated testing of a single
ContentProvider. |
Proxy.Type |
Enum class for the proxy type. |
PushbackInputStream |
Wraps an existing InputStream and adds functionality to "push back"
bytes that have been read, so that they can be read again. |
PushbackReader |
Wraps an existing Reader and adds functionality to "push back"
characters that have been read, so that they can be read again. |
QwertyKeyListener |
This is the standard key listener for alphabetic input on qwerty
keyboards. |
RFC2109Spec |
RFC 2109 compliant cookie policy |
RFC2109VersionHandler |
|
RFC2617Scheme |
Abstract authentication scheme class that lays foundation for all
RFC 2617 compliant authetication schemes and provides capabilities common
to all authentication schemes defined in RFC 2617. |
RFC2965Spec |
RFC 2965 specific cookie management functions. |
RSAMultiPrimePrivateCrtKeySpec |
The key specification of a RSA multi-prime private key with the Chinese
Remainder Theorem (CRT) information values used. |
RSAPrivateCrtKeySpec |
The key specification of a RSA private key using Chinese Remainder Theorem
(CRT) values. |
RadialGradient |
|
RadioButton |
A radio button is a two-states button that can be either checked or
unchecked. |
RadioGroup |
This class is used to create a multiple-exclusion scope for a set of radio
buttons. |
RadioGroup.LayoutParams |
This set of layout parameters defaults the width and the height of
the children to WRAP_CONTENT when they are not specified in the
XML file. |
RasterizerSpan |
|
RatingBar |
A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in
stars. |
ReadOnlyBufferException |
A ReadOnlyBufferException is thrown when some write operation is
called on a read-only buffer. |
ReceiverCallNotAllowedException |
This exception is thrown from registerReceiver(BroadcastReceiver, IntentFilter) and
bindService(Intent, ServiceConnection, int) when these methods are being used from
an BroadcastReceiver component. |
RectShape |
Defines a rectangle shape. |
RedirectException |
Signals violation of HTTP specification caused by an invalid redirect |
ReflectPermission |
A ReflectPermission object represents a permission to access
operations in the reflection layer. |
Region.Op |
|
RejectedExecutionException |
Exception thrown by an Executor when a task cannot be
accepted for execution. |
RelativeLayout |
A Layout where the positions of the children can be described in relation to each other or to the
parent. |
RelativeLayout.LayoutParams |
Per-child layout information associated with RelativeLayout. |
RelativeSizeSpan |
|
RemoteException |
Parent exception for all Binder remote-invocation errors
|
RemoteViews.ActionException |
Exception to send when something goes wrong executing an action
|
RenamingDelegatingContext |
This is a class which delegates to the given context, but performs database
and file operations with a renamed database/file name (prefixes default
names with a given prefix). |
ReplacementSpan |
|
RequestWrapper |
A wrapper class for HttpRequests that can be used to change
properties of the current request without modifying the original
object. |
ResourceCursorAdapter |
An easy adapter that creates views defined in an XML file. |
ResourceCursorTreeAdapter |
A fairly simple ExpandableListAdapter that creates views defined in an XML
file. |
Resources.NotFoundException |
This exception is thrown by the resource APIs when a requested resource
can not be found. |
RetentionPolicy |
Defines an enumeration for annotation retention policies. |
RingtonePreference |
A Preference that allows the user to choose a ringtone from those on the device. |
RootElement |
The root XML element. |
RotateAnimation |
An animation that controls the rotation of an object. |
RotateDrawable |
A Drawable that can rotate another Drawable based on the current level
value. |
RoundRectShape |
Creates a rounded-corner rectangle. |
RoundingMode |
Specifies the rounding behavior for operations whose results cannot be
represented exactly. |
RouteInfo.LayerType |
The layering type of a route. |
RouteInfo.TunnelType |
The tunnelling type of a route. |
RowSetEvent |
An event which is sent when specific events happen to a RowSet
object. |
RuleBasedCollator |
A concrete implementation class for Collation . |
RuntimeException |
RuntimeException is the superclass of all classes that represent
exceptional conditions which occur as a result of executing an application in
the virtual machine. |
RuntimePermission |
Represents the permission to execute a runtime-related function. |
SAXException |
Encapsulate a general SAX error or warning. |
SAXNotRecognizedException |
Exception class for an unrecognized identifier. |
SAXNotSupportedException |
Exception class for an unsupported operation. |
SAXParseException |
Encapsulate an XML parse error or warning. |
SQLException |
An Exception class that is used in conjunction with JDBC operations. |
SQLPermission |
A Permission relating to security access control in the java.sql
package. |
SQLWarning |
An exception class that holds information about Database access warnings. |
SQLiteAbortException |
An exception that indicates that the SQLite program was aborted. |
SQLiteConstraintException |
An exception that indicates that an integrity constraint was violated. |
SQLiteCursor |
A Cursor implementation that exposes results from a query on a
SQLiteDatabase. |
SQLiteDatabase |
Exposes methods to manage a SQLite database. |
SQLiteDatabaseCorruptException |
An exception that indicates that the SQLite database file is corrupt. |
SQLiteDiskIOException |
An exception that indicates that an IO error occured while accessing the
SQLite database file. |
SQLiteDoneException |
An exception that indicates that the SQLite program is done. |
SQLiteException |
A SQLite exception that indicates there was an error with SQL parsing or execution. |
SQLiteFullException |
An exception that indicates that the SQLite database is full. |
SQLiteMisuseException |
|
SQLiteProgram |
A base class for compiled SQLite programs. |
SQLiteQuery |
A SQLite program that represents a query that reads the resulting rows into a CursorWindow. |
SQLiteStatement |
A pre-compiled statement against a SQLiteDatabase that can be reused. |
SSLCertificateSocketFactory |
SSLSocketFactory that provides optional (on debug devices, only) skipping of ssl certificfate
chain validation and custom read timeouts used just when connecting to the server/negotiating
an ssl session. |
SSLEngineResult.HandshakeStatus |
The enum describing the state of the current handshake. |
SSLEngineResult.Status |
The enum describing the result of the SSLEngine
operation. |
SSLException |
The base class for all SSL related exceptions. |
SSLHandshakeException |
The exception that is thrown when a handshake could not be completed
successfully. |
SSLKeyException |
The exception that is thrown when an invalid SSL key is encountered. |
SSLPeerUnverifiedException |
The exception that is thrown when the identity of a peer has not beed
verified. |
SSLPermission |
The class representing a network permission. |
SSLProtocolException |
The exception that is thrown when an error in the operation of the SSL
protocol is encountered. |
SSLServerSocket |
The extension of ServerSocket which provides secure server sockets
based on protocols like SSL, TLS, or others. |
SSLServerSocketFactory |
The factory for SSL server sockets. |
SSLSessionBindingEvent |
The event sent to an SSLSessionBindingListener when the listener
object is bound (putValue(String, Object)) or unbound
(removeValue(String)) to an SSLSession . |
SSLSocket |
The extension of Socket providing secure protocols like SSL (Secure
Socket Layer") or TLS (Transport Layer Security). |
SSLSocketFactory |
The abstract factory implementation to create SSLSocket s. |
ScaleAnimation |
An animation that controls the scale of an object. |
ScaleDrawable |
A Drawable that changes the size of another Drawable based on its current
level value. |
ScaleXSpan |
|
ScheduledThreadPoolExecutor |
A ThreadPoolExecutor that can additionally schedule
commands to run after a given delay, or to execute
periodically. |
ScrollView |
Layout container for a view hierarchy that can be scrolled by the user,
allowing it to be larger than the physical display. |
SearchRecentSuggestionsProvider |
This superclass can be used to create a simple search suggestions provider for your application. |
SecureCacheResponse |
A secure cache response represents data which is originally retrieved over a
secure connection. |
SecureClassLoader |
SecureClassLoader represents a ClassLoader which associates
the classes it loads with a code source and provide mechanisms to allow the
relevant permissions to be retrieved. |
SecureRandom |
SecureRandom is an engine class which is capable of generating
cryptographically secure pseudo-random numbers. |
SecurityException |
Thrown when a security manager check fails. |
SecurityPermission |
SecurityPermission objects guard access to the mechanisms which
implement security. |
SeekBar |
A SeekBar is an extension of ProgressBar that adds a draggable thumb. |
SelectableChannel |
A channel that can be used with a Selector. |
SensorManager |
Class that lets you access the device's sensors. |
SequenceInputStream |
Concatenates two or more existing InputStreams. |
SerializableEntity |
|
SerializablePermission |
Is used to enable access to potentially unsafe serialization operations. |
ServerSocketChannel |
A ServerSocketChannel is a partial abstraction of a selectable,
stream-oriented listening socket. |
Service |
A Service is an application component that runs in the background, not
interacting with the user, for an indefinite period of time. |
ServiceInfo |
Information you can retrieve about a particular application
service. |
ServiceTestCase<T extends Service> |
This test case provides a framework in which you can test Service classes in
a controlled environment. |
Settings.Secure |
Secure system settings, containing system preferences that applications
can read but are not allowed to write. |
Settings.SettingNotFoundException |
|
Settings.System |
System settings, containing miscellaneous system preferences. |
Shader.TileMode |
|
ShapeDrawable |
A Drawable object that draws primitive shapes. |
Short |
The wrapper for the primitive type short . |
ShortBuffer |
A buffer of shorts. |
ShortBufferException |
The exception that is thrown when the result of an operation is attempted to
store in a user provided buffer that is too small. |
Signature |
Signature is an engine class which is capable of creating and
verifying digital signatures, using different algorithms that have been
registered with the Security class. |
SignatureException |
SignatureException is a general Signature exception. |
Signer |
This class is deprecated.
Replaced by behavior in java.security.cert package and Principal |
SimpleAdapter |
An easy adapter to map static data to views defined in an XML file. |
SimpleCursorAdapter |
An easy adapter to map columns from a cursor to TextViews or ImageViews
defined in an XML file. |
SimpleCursorTreeAdapter |
An easy adapter to map columns from a cursor to TextViews or ImageViews
defined in an XML file. |
SimpleDateFormat |
A concrete class for formatting and parsing dates in a locale-sensitive
manner. |
SimpleExpandableListAdapter |
An easy adapter to map static data to group and child views defined in an XML
file. |
SimpleFormatter |
SimpleFormatter can be used to print a summary of the information
contained in a LogRecord object in a human readable format. |
SimpleTimeZone |
SimpleTimeZone is a concrete subclass of TimeZone
that represents a time zone for use with a Gregorian calendar. |
SingleClientConnManager.ConnAdapter |
The connection adapter used by this manager. |
SingleClientConnManager.PoolEntry |
The pool entry for this connection manager. |
SingleLaunchActivityTestCase<T extends Activity> |
If you would like to test a single activity with an
InstrumentationTestCase, this provides some of the boiler plate to
launch and finish the activity in setUp() and tearDown(). |
SingleLineTransformationMethod |
This transformation method causes any newline characters (\n) to be
displayed as spaces instead of causing line breaks, and causes
carriage return characters (\r) to have no appearance. |
SlidingDrawer |
SlidingDrawer hides content out of the screen and allows the user to drag a handle
to bring the content on screen. |
SmsMessage.MessageClass |
SMS Class enumeration. |
SocketChannel |
A SocketChannel is a selectable channel that provides a partial
abstraction of stream connecting socket. |
SocketException |
This SocketException may be thrown during socket creation or setting
options, and is the superclass of all other socket related exceptions. |
SocketHandler |
A handler that writes log messages to a socket connection. |
SocketHttpClientConnection |
Implementation of a client-side HTTP connection that can be bound to a
network Socket in order to receive and transmit data. |
SocketHttpServerConnection |
Implementation of a server-side HTTP connection that can be bound to a
network Socket in order to receive and transmit data. |
SocketInputBuffer |
Socket bound session input buffer. |
SocketOutputBuffer |
Socket bound session output buffer. |
SocketPermission |
Regulates the access to network operations available through sockets through
permissions. |
SocketTimeoutException |
This exception is thrown when a timeout expired on a socket read or
accept operation. |
SoftReference<T> |
Implements a soft reference, which is the least-weak of the three types of
references. |
Spinner |
A view that displays one child at a time and lets the user pick among them. |
SslErrorHandler |
SslErrorHandler: class responsible for handling SSL errors. |
Stack<E> |
Stack is a Last-In/First-Out(LIFO) data structure which represents a
stack of objects. |
StackOverflowError |
Thrown when the depth of the callstack of the running program excedes some
platform or virtual machine specific limit. |
StaleDataException |
This exception is thrown when a Cursor contains stale data and must be
requeried before being used again. |
StaleDexCacheError |
Is thrown when the VM determines that a DEX file's cache is out of date, and
that there is no way to recreate it. |
StateListDrawable |
Lets you assign a number of graphic images to a single Drawable and swap out the visible item by a string
ID value. |
StaticLayout |
StaticLayout is a Layout for text that will not be edited after it
is laid out. |
StreamCorruptedException |
Signals that the readObject() method could not
read an object due to missing information (for example, a cyclic reference
that doesn't match a previous instance, or a missing class descriptor for the
object to be loaded). |
StreamHandler |
A StreamHandler object writes log messages to an output stream, that
is, objects of the class OutputStream. |
StrictHostnameVerifier |
The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun
Java 5, Sun Java 6-rc. |
StrikethroughSpan |
|
StringBufferInputStream |
This class is deprecated.
Use StringReader |
StringEntity |
An entity whose content is retrieved from a string. |
StringIndexOutOfBoundsException |
Thrown when the a string is indexed with a value less than zero, or greater
than or equal to the size of the array. |
StringReader |
A specialized Reader that reads characters from a String in
a sequential manner. |
StringWriter |
A specialized Writer that writes characters to a StringBuffer
in a sequential manner, appending them in the process. |
StyleSpan |
Describes a style in a span. |
SubscriptSpan |
|
SumPathEffect |
|
SuperscriptSpan |
|
SupplicantState |
From defs.h in wpa_supplicant . |
Surface.OutOfResourcesException |
Exception thrown when a surface couldn't be created or resized
|
SurfaceHolder.BadSurfaceTypeException |
Exception that is thrown from lockCanvas() when called on a Surface
whose is SURFACE_TYPE_PUSH_BUFFERS. |
SurfaceView |
Provides a dedicated drawing surface embedded inside of a view hierarchy. |
SweepGradient |
|
SyncBaseInstrumentation |
If you would like to test sync a single provider with an
InstrumentationTestCase, this provides some of the boiler plate in setUp() and
tearDown(). |
SyncBasicHttpContext |
Thread-safe extension of the BasicHttpContext. |
SyncFailedException |
Signals that the sync() method has failed to
complete. |
SynchronousQueue<E> |
A blocking queue in which each
put must wait for a take, and vice versa. |
TabActivity |
An activity that contains and runs multiple embedded activities or views. |
TabHost |
Container for a tabbed window view. |
TabWidget |
Displays a list of tab labels representing each page in the parent's tab
collection. |
TableLayout |
A layout that arranges its children into rows and columns. |
TableLayout.LayoutParams |
This set of layout parameters enforces the width of each child to be
FILL_PARENT and the height of each child to be
WRAP_CONTENT, but only if the height is not specified. |
TableRow |
A layout that arranges its children horizontally. |
TableRow.LayoutParams |
Set of layout parameters used in table rows. |
TestCase |
A test case defines the fixture to run multiple tests. |
TestSuiteBuilder.FailedToCreateTests |
A special TestCase used to indicate a failure during the build()
step. |
TextAppearanceSpan |
Sets the text color, size, style, and typeface to match a TextAppearance
resource. |
TextAttribute |
The TextAttribute class defines attribute keys and attribute values
for text rendering. |
TextKeyListener |
This is the key listener for typing normal text. |
TextKeyListener.Capitalize |
|
TextPaint |
TextPaint is an extension of Paint that leaves room for some extra
data used during text measuring and drawing. |
TextSwitcher |
Specialized ViewSwitcher that contains
only children of type TextView. |
TextUtils.TruncateAt |
|
TextView |
Displays text to the user and optionally allows them to edit it. |
TextView.BufferType |
|
TextView.SavedState |
User interface state that is stored by TextView for implementing
onSaveInstanceState(). |
Thread.State |
A representation of a thread's state. |
ThreadDeath |
ThreadDeath is thrown when a thread stops executing. |
ThreadPoolExecutor |
An ExecutorService that executes each submitted task using
one of possibly several pooled threads, normally configured
using Executors factory methods. |
Time |
Java representation of an SQL TIME value. |
TimeFormatException |
|
TimeKeyListener |
For entering times in a text field. |
TimePicker |
A view for selecting the time of day, in either 24 hour or AM/PM mode. |
TimePickerDialog |
A dialog that prompts the user for the time of day using a TimePicker. |
TimeUnit |
A TimeUnit represents time durations at a given unit of
granularity and provides utility methods to convert across units,
and to perform timing and delay operations in these units. |
TimeoutException |
Exception thrown when a blocking operation times out. |
Timestamp |
A Java representation of the SQL TIMESTAMP type. |
ToggleButton |
Displays checked/unchecked states as a button
with a "light" indicator and by default accompanied with the text "ON" or "OFF". |
TooManyListenersException |
A TooManyListenersException is thrown when an attempt is made to add
more than one listener to an event source which only supports a single
listener. |
TransitionDrawable |
An extension of LayerDrawables that is intended to cross-fade between
the first and second layer. |
TranslateAnimation |
An animation that controls the position of an object. |
TreeMap<K, V> |
TreeMap is an implementation of SortedMap. |
TreeSet<E> |
TreeSet is an implementation of SortedSet. |
TunnelRefusedException |
|
TwoLineListItem |
A view group with two children, intended for use in ListViews. |
TypeNotPresentException |
Thrown when a program tries to access a class, interface, enum or annotation
type through a string that contains the type's name and the type cannot be
found. |
TypefaceSpan |
Changes the typeface family of the text to which the span is attached. |
URISyntaxException |
A URISyntaxException will be thrown if some information could not be parsed
while creating a URI. |
URLClassLoader |
This class loader is responsible for loading classes and resources from a
list of URLs which can refer to either directories or JAR files. |
URLSpan |
|
UTFDataFormatException |
Signals that an incorrectly encoded UTF-8 string has been encountered, most
likely while reading some DataInputStream. |
UndeclaredThrowableException |
This class provides a wrapper for an undeclared, checked exception thrown by
an InvocationHandler. |
UnderlineSpan |
|
UnknownError |
Thrown when the virtual machine must throw an error which does not match any
known exceptional condition. |
UnknownFormatConversionException |
An UnknownFormatConversionException will be thrown if the format
conversion is unknown. |
UnknownFormatFlagsException |
An UnknownFormatFlagsException will be thrown if there is
an unknown flag. |
UnknownHostException |
Is thrown when a hostname can not be resolved. |
UnknownServiceException |
Is thrown if no appropriate ContentHandler could be found for a
particular service requested by the URL connection. |
UnmappableCharacterException |
An UnmappableCharacterException is thrown when an unmappable
character for the given charset is encountered. |
UnrecoverableEntryException |
UnrecoverableEntryException indicates, that a KeyStore.Entry
cannot be recovered from a KeyStore . |
UnrecoverableKeyException |
UnrecoverableKeyException indicates, that a key cannot be recovered
from a KeyStore . |
UnresolvedAddressException |
An UnresolvedAddressException is thrown when trying to use an
unresolved network address in a network operation. |
UnresolvedPermission |
An UnresolvedPermission represents a Permission whose type
should be resolved lazy and not during initialization time of the Policy . |
UnsatisfiedLinkError |
Thrown when an attempt is made to invoke a native for which an implementation
could not be found. |
UnsupportedAddressTypeException |
An UnsupportedAddressTypeException is thrown when connecting or
binding to an unsupported address type. |
UnsupportedCallbackException |
Thrown when a CallbackHandler does not support a particular Callback. |
UnsupportedCharsetException |
An UnsupportedCharsetException is thrown when an unsupported charset
name is encountered. |
UnsupportedClassVersionError |
Thrown when an attempt is made to load a class with a format version that is
not supported by the virtual machine. |
UnsupportedDigestAlgorithmException |
Authentication credentials required to respond to a authentication
challenge are invalid |
UnsupportedEncodingException |
Signals that a requested character encoding is not available, either because
it is not included a specific Android system, or because the encoding name
is simply incorrect. |
UnsupportedHttpVersionException |
Indicates an unsupported version of the HTTP protocol. |
UnsupportedOperationException |
Thrown when an unsupported operation is attempted. |
UrlEncodedFormEntity |
An entity composed of a list of url-encoded pairs. |
Vector<E> |
Vector is a variable size contiguous indexable array of objects. |
VerifyError |
Thrown when the virtual machine notices that an attempt is made to load a
class which does not pass the class verification phase. |
VideoView |
Displays a video file. |
View.BaseSavedState |
Base class for derived classes that want to save and restore their own
state in onSaveInstanceState(). |
ViewAnimator |
Base class for a FrameLayout container that will perform animations
when switching between its views. |
ViewDebug.HierarchyTraceType |
Defines the type of hierarhcy trace to output to the hierarchy traces file. |
ViewDebug.RecyclerTraceType |
Defines the type of recycler trace to output to the recycler traces file. |
ViewFlipper |
Simple ViewAnimator that will animate between two or more views
that have been added to it. |
ViewGroup |
A ViewGroup is a special view that can contain other views
(called children.) The view group is the base class for layouts and views
containers. |
ViewGroup.MarginLayoutParams |
Per-child layout information for layouts that support margins. |
ViewStub |
A ViewStub is an invisible, zero-sized View that can be used to lazily inflate
layout resources at runtime. |
ViewSwitcher |
ViewAnimator that switches between two views, and has a factory
from which these views are created. |
VirtualMachineError |
VirtualMachineError is the superclass of all error classes that occur
during the operation of the virtual machine. |
WeakHashMap<K, V> |
WeakHashMap is an implementation of Map with keys which are WeakReferences. |
WeakReference<T> |
Implements a weak reference, which is the middle of the three types of
references. |
WebSettings.LayoutAlgorithm |
Enum for controlling the layout of html. |
WebSettings.RenderPriority |
|
WebSettings.TextSize |
Enum for specifying the text size. |
WebView |
A View that displays web pages. |
WindowManager.BadTokenException |
Exception that is thrown when trying to add view whose
WindowManager.LayoutParams token
is invalid. |
WindowManager.LayoutParams |
|
WriteAbortedException |
Signals that the readObject() method has detected
an exception marker in the input stream. |
X509CRL |
Abstract base class for X.509 certificate revocation lists (CRL). |
X509Certificate |
Abstract base class for X.509 certificates. |
X509EncodedKeySpec |
The key specification of an X.509 encoded key in ASN.1 format. |
XMLFormatter |
Formatter to convert a LogRecord into an XML string. |
Xml.Encoding |
Supported character encodings. |
XmlPullParserException |
This exception is thrown to signal XML Pull Parser related faults. |
ZipException |
This runtime exception is thrown by ZipFile and ZipInputStream when the file or stream is not a valid ZIP file. |
ZipInputStream |
This class provides an implementation of FilterInputStream that
uncompresses data from a ZIP-archive input stream. |
ZipOutputStream |
This class provides an implementation of FilterOutputStream that
compresses data entries into a ZIP-archive output stream. |
ZoomButton |
|
ZoomControls |
The ZoomControls class displays a simple set of controls used for zooming and
provides callbacks to register for events. |