Android Reference Metrial
Android Reference Metrial
These are the Android APIs. Contains resource classes used by applications included in the platform and defines application permissions for system features. The classes in this package are used for development of accessibility service that provide alternative or augmented feedback to the user. These classes provide functionality for the property animation system, which allows you to animate object properties of any type. int, float, and hexadecimal color values are supported by default. You can animate any other type by telling the system how to calculate the values for that given type with a custom TypeEvaluator. For more information, see the Animation developer guide. Contains high-level classes encapsulating the overall Android application model. Provides device administration features at the system level, allowing you to create security-aware applications that are useful in enterprise settings, in which IT professionals require rich control over employee devices. For more information, see the Device Administration developer guide. Contains the backup and restore functionality available to applications. If a user wipes the data on their device or upgrades to a new Android-powered device, all applications that have enabled backup can restore the user's previous data when the application is reinstalled. For more information, see the Data Backup developer guide. Contains the components necessary to create "app widgets", which users can embed in other applications (such as the home screen) to quickly access application data and services without launching a new activity. For more information, see the App Widgets developer
android
android.accessibilityservice android.accounts
android.animation
android.app
android.app.admin
android.app.backup
android.appwidget
android.bluetooth
guide. Provides classes that manage Bluetooth functionality, such as scanning for devices, connecting with devices, and managing data transfer between devices. For more information, see the Bluetooth developer guide. Contains classes for accessing and publishing data on a device. Contains classes for accessing information about an application package, including information about its activities, permissions, services, signatures, and providers. Contains classes for accessing application resources, such as raw asset files, colors, drawables, media or other other files in the package, plus important device configuration details (orientation, input types, etc.) that affect how the application may behave. For more information, see the Application Resources developer guide. Contains classes to explore data returned through a content provider. Contains the SQLite database management classes that an application would use to manage its own private database. Provides classes for managing DRM content and determining the capabilities of DRM plugins (agents). Provides classes to create, recognize, load and save gestures. Provides low level graphics tools such as canvases, color filters, points, and rectangles that let you handle drawing to the screen directly. Provides classes to manage a variety of visual elements that are intended for display only, such as bitmaps and gradients. Contains classes for drawing geometric shapes. Provides support for hardware features, such as the camera and other sensors. Provides support to communicate with USB hardware peripherals that are connected to Android-powered devices.
android.content
android.content.pm
android.content.res
android.hardware.usb
android.inputmethodservice
For more information, see the USB developer guide. Base classes for writing input methods (such as software keyboards). Contains classes that define Android location-based and related services. For more information, see the Location and Maps developer guide. Provides classes that manage various media interfaces in audio and video. Provides classes that manage audio effects implemented in the media framework. Provides classes that allow you to apply a variety of visual effects to images and videos. Provides APIs that let you interact directly with connected cameras and other devices, using the PTP (Picture Transfer Protocol) subset of the MTP (Media Transfer Protocol) specification. Classes that help with network access, beyond the normal java.net.* APIs. Provides APIs for RTP (Real-time Transport Protocol), allowing applications to manage on-demand or interactive data streaming. Provides access to Session Initiation Protocol (SIP) functionality, such as making and answering VOIP calls using SIP. For more information, see the Session Initiation Protocol developer guide. Provides classes to manage Wi-Fi functionality on the device. Provides classes to create peer-to-peer (P2P) connections with Wi-Fi Direct. Provides access to Near Field Communication (NFC) functionality, allowing applications to read NDEF message in NFC tags. A "tag" may actually be another device that appears as a tag. For more information, see the Near Field Communication developer guide. These classes provide access to a tag technology's features, which vary by the type of tag that is scanned.
android.location
android.mtp
android.net.sip
android.net.wifi android.net.wifi.p2p
android.nfc
android.nfc.tech
android.renderscript
Provides an OpenGL ES static interface and utilities. Provides basic operating system services, message passing, and inter-process communication on the device. Contains classes for the system storage service, which manages binary asset filesystems known as Opaque Binary Blobs (OBBs). Provides classes that manage application preferences and implement the preferences UI. Provides convenience classes to access the content providers supplied by Android. The Renderscript rendering and computational APIs offer a low-level, high performance means of carrying out mathematical calculations and 3D graphics rendering. For more information, see the Renderscript developer guide. A framework that makes it easy to write efficient and robust SAX handlers. Provides classes that allow you to create spell checkers in a manner similar to the input method framework (for IMEs).
Support classes to access some of the android.app android.support.v13.app package features introduced after API level 13 in a backwards compatible fashion. Support android.accessibilityservice classes to assist android.support.v4.accessibilityservice with development of applications for android API level 4 or later. Support android.app classes to assist with development android.support.v4.app of applications for android API level 4 or later. Support android.content classes to assist with development of applications for android API level 4 or android.support.v4.content later. Support android.content.pm classes to assist with development of applications for android API level 4 or android.support.v4.content.pm later. Support android.database classes to assist with android.support.v4.database development of applications for android API level 4 or later.
android.support.v4.os android.support.v4.util android.support.v4.view android.support.v4.view.accessibility Support android.util classes to assist with development of applications for android API level 4 or later. Support android.util classes to assist with development of applications for android API level 4 or later. Support classes to access some of the android.view.accessibility package features introduced after API level 4 in a backwards compatible fashion. Support android.widget classes to assist with development of applications for android API level 4 or later. Provides APIs for monitoring the basic phone information, such as the network type and connection state, plus utilities for manipulating phone number strings. Provides APIs for utilizing CDMA-specific telephony features. Provides APIs for utilizing GSM-specific telephony features, such as text/data/PDU SMS messages. A framework for writing Android test cases and suites. For more information, see the Testing developer guide. Utility classes providing stubs or mocks of various Android framework building blocks. For more information, see the Testing developer guide. Utility classes supporting the test runner classes. Provides classes used to render or track text and text spans on the screen. This package contains alternative classes for some text formatting classes defined in java.util and java.text. Provides classes that monitor or modify keypad input. Provides classes used to view or change the style of a span of text in a View object. Utilities for converting identifiable text strings into clickable links and creating RFC 822-type message (SMTP) tokens. Provides common utility methods such as date/time manipulation, base64 encoders and decoders, string and number conversion methods, and XML utilities. Provides classes that expose basic user interface classes
android.support.v4.widget
android.telephony
android.util android.view
android.view.accessibility android.view.animation android.view.inputmethod android.view.textservice android.webkit android.widget dalvik.bytecode dalvik.system java.awt.font java.beans java.io java.lang java.lang.annotation java.lang.ref java.lang.reflect java.math java.net java.nio java.nio.channels java.nio.channels.spi java.nio.charset java.nio.charset.spi java.security java.security.acl java.security.cert
that handle screen layout and interaction with the user. The classes in this package are used to represent screen content and changes to it as well as APIs for querying the global accessibility state of the system. Provides classes that handle tweened animations. Framework classes for interaction between views and input methods (such as soft keyboards). Provides tools for browsing the web. The widget package contains (mostly visual) UI elements to use on your Application screen. Provides classes related to Dalvik bytecode. Provides utility and system information classes specific to the Dalvik VM.
Provides the system's ReferenceQueue implementation as well as different forms of reference objects which impose special behavior on the garbage collector.
java.security.interfaces
This package is for compatibility with legacy code only, and should not be used or expected to do anything useful. This package provides the classes and the interfaces needed to build Access Control Lists. This package provides all the classes and all the interfaces needed to generate, administer and verify X.509 certificates. This package provides the interfaces needed to generate: (1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard; (2) Keys for the Digital
java.security.spec java.sql java.text java.util java.util.concurrent java.util.concurrent.atomic java.util.concurrent.locks java.util.jar java.util.logging java.util.prefs java.util.regex java.util.zip javax.crypto
Signature Algorithm (DSA) specified by FIPS-186; (3) Keys for a generic Elliptic Curve asymmetric encryption algorithm. This package provides the classes and interfaces needed to specify keys and parameters for encryption and signing algorithms. Provides a compatibility interface for accessing SQLbased databases.
Utility classes commonly useful in concurrent programming. A small toolkit of classes that support lock-free threadsafe programming on single variables. Interfaces and classes providing a framework for locking and waiting for conditions that is distinct from built-in synchronization and monitors.
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or key agreement. This package provides the interfaces needed to implement the Diffie-Hellman (DH) key agreement's algorithm as specified by PKCS#3. This package provides the classes and interfaces needed to specify keys and parameter for encryption. Provides a standard OpenGL interface. This package provides factory classes to create sockets and server-sockets. This package provides all the classes and interfaces needed to implement and program the Secure Socket abstraction based on the SSL protocol SSSLv3.0 or TLSv1.2. This package provides classes and interfaces needed to interact with the application in order to execute the authentication and authorization processes.
javax.security.auth.login javax.security.auth.x500 javax.security.cert javax.sql javax.xml javax.xml.datatype javax.xml.namespace javax.xml.parsers javax.xml.transform javax.xml.transform.dom javax.xml.transform.sax javax.xml.transform.stream javax.xml.validation javax.xml.xpath junit.framework junit.runner org.apache.http org.apache.http.auth org.apache.http.auth.params org.apache.http.client org.apache.http.client.entity org.apache.http.client.methods org.apache.http.client.params org.apache.http.client.protocol org.apache.http.client.utils
This package provides a pluggable and stackable authentication system based on ideas and concepts from the Unix-PAM module. This package provides classes needed to store X.500 principals and their credentials. This package is provided only for compatibility reasons. Provides a utility class with useful XML constants. XML/Java Type Mappings. XML Namespace processing. Provides classes allowing the processing of XML documents. This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. This package implements DOM-specific transformation APIs. This package implements SAX2-specific transformation APIs. This package implements stream- and URI- specific transformation APIs. This package provides an API for validation of XML documents. This package provides an object-model neutral API for the evaluation of XPath expressions and access to the evaluation environment. The junit test framework. Utility classes supporting the junit test framework. The core interfaces and classes of the HTTP components. The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth. Parameters for configuring HttpAuth. The API for client-side HTTP communication and entry point to the HttpClient module. Request implementations for the various HTTP methods like GET and POST. Parameters for configuring HttpClient. Additional request and response interceptors. Helpers and utility classes for HttpClient.
org.apache.http.conn org.apache.http.conn.params org.apache.http.conn.routing org.apache.http.conn.scheme org.apache.http.conn.ssl org.apache.http.conn.util org.apache.http.cookie org.apache.http.cookie.params org.apache.http.entity org.apache.http.impl org.apache.http.impl.auth org.apache.http.impl.client org.apache.http.impl.conn org.apache.http.impl.conn.tsccm org.apache.http.impl.cookie org.apache.http.impl.entity org.apache.http.impl.io org.apache.http.io org.apache.http.message org.apache.http.params org.apache.http.protocol org.apache.http.util org.json org.w3c.dom org.w3c.dom.ls org.xml.sax org.xml.sax.ext org.xml.sax.helpers org.xmlpull.v1
The client-side connection management and handling API at the heart of what is referred to as HttpConn. Parameters for configuring HttpConn. The client-side route representation and tracking API, part of HttpConn. TLS/SSL specific parts of the HttpConn API. The API for client-side state management via cookies, commonly referred to as HttpCookie. Parameters for configuring HttpCookie. Representations for HTTP message entities. Default implementations for interfaces in org.apache.http.
The implementation of a thread-safe client connection manager. Default implementations for interfaces in org.apache.http.entity. Default implementations for interfaces in org.apache.http.io. The transport layer abstraction of the HTTP components. A selection of HTTP message implementations. The parameterization framework for HTTP components. HTTP protocol execution framework. Mostly utility classes with static helper methods for various purposes. Provides the official W3C Java bindings for the Document Object Model, level 2 core. This package provides the core SAX APIs. This package contains interfaces to SAX2 facilities that conformant SAX drivers won't necessarily support. This package contains "helper" classes, including support for bootstrapping SAX-based applications.
org.xmlpull.v1.sax2
Class Index
ABCDEFGHIJKLMNOPQRSTUVWXYZ
A
AbortableHttpRequest Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection. Base class that can be used to implement virtualized lists of items. AbsListView extends LayoutParams to provide a place to hold the view type. A MultiChoiceModeListener receives events for CHOICE_MODE_MULTIPLE_MODAL. Interface definition for a callback to be invoked when the list or grid has been scrolled. A RecyclerListener is used to receive a notification whenever a View is placed inside the RecycleBin's scrap heap. The top-level view of a list item can implement this interface to allow itself to modify the bounds of the selection shown for that item. This class is deprecated. Use FrameLayout, RelativeLayout or a custom layout instead. Per-child layout information associated with AbsoluteLayout.
AbsListView
AbsListView.LayoutParams
AbsListView.MultiChoiceModeListener
AbsListView.OnScrollListener
AbsListView.RecyclerListener
AbsListView.SelectionBoundsAdjuster
AbsoluteLayout
AbsoluteLayout.LayoutParams AbsoluteSizeSpan
AbsSavedState
A Parcelable implementation that should be used by inheritance hierarchies to ensure the state of all classes along the chain is saved.
AbsSeekBar AbsSpinner AbstractAccountAuthenticator AbstractAuthenticationHandler AbstractClientConnAdapter Abstract adapter from operated to managed client connections. Class AbstractCollection is an abstract implementation of the Collection interface. An abstract connection pool. An abstract base class for spinner widgets. Abstract base class for creating AccountAuthenticators.
AbstractCollection<E>
AbstractConnPool AbstractCookieAttributeHandler
AbstractCookieSpec
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers. This is an abstract cursor class that handles a lot of the common code that all cursors need to deal with and is provided for convenience reasons. Cursors use this class to track changes others make to their URI. Provides default implementations of ExecutorService execution methods. Convenience base class for HTTP client implementations.
AbstractCursor
AbstractCursor.SelfContentObserver
AbstractExecutorService
AbstractHttpClient
AbstractHttpClientConnection
Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and
SessionOutputBuffer
Abstract base class for entities. Basic implementation of an HTTP message that can be modified. Abstract base class for parameter collections. Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and
SessionOutputBuffer
AbstractHttpServerConnection
AbstractInputMethodService
AbstractInputMethodService provides a abstract base class for input methods. Base class for derived classes to implement their InputMethod interface.
AbstractInputMethodService.AbstractInputMethodImpl
AbstractInputMethodService.AbstractInputMethodSessio Base class for derived classes to implement their InputMethodSession interface. nImpl AbstractInterruptibleChannel
AbstractInterruptibleChannel is the
AbstractList<E>
implementation of the List interface, optimized for a backing store which supports random access. A base class for Map implementations. A key-value mapping with mutable values. An immutable key-value mapping. Message parser base class.
AbstractMethodError
Thrown by the VM when an abstract method is called. A synchronizer that may be exclusively owned by a thread. Abstract adapter from pool entries to managed client connections. A pool entry for use by connection manager implementations. This abstract class is a partial implementation of the abstract class Preferences, which can be used to simplify Preferences provider's implementation. This class provides skeletal implementations of some Queue operations. A version of
AbstractOwnableSynchronizer
AbstractPooledConnAdapter
AbstractPoolEntry
AbstractPreferences
AbstractQueue<E>
AbstractQueuedLongSynchronizer
AbstractQueuedSynchronizer in which
AbstractQueuedLongSynchronizer.ConditionObject
implementation. Provides a framework for implementing blocking locks and related synchronizers (semaphores, events, etc) that rely on first-infirst-out (FIFO) wait queues. Condition implementation for a AbstractQueuedSynchronizer.ConditionObject
AbstractQueuedSynchronizer serving as
AbstractQueuedSynchronizer
AbstractSelectionKey
AbstractSelector
implementation class for selectors. AbstractSequentialList is an abstract implementation of the List interface. Abstract base class for session input buffers that stream data from a InputStream. Abstract base class for session output buffers that stream data to an OutputStream. An AbstractSet is an abstract implementation of the Set interface. An abstract implementation of a SyncAdapter that spawns a thread to invoke a sync operation. Abstract base class for all standard X509HostnameVerifier implementations. A base class for Cursors that store their data in CursorWindows. An interpolator where the rate of change starts and ends slowly but accelerates through the middle. An interpolator where the rate of change starts out slowly and and then accelerates. Legacy security code; do not use.
AccessControlException is thrown if the
AbstractSequentialList<E>
AbstractSessionInputBuffer
AbstractSessionOutputBuffer
AbstractSet<E>
AbstractThreadedSyncAdapter
AbstractVerifier
AbstractWindowedCursor
AccelerateDecelerateInterpolator
AccelerateInterpolator AccessControlContext
AccessControlException
access control infrastructure denies protected access due to missing permissions. Legacy security code; do not use.
AccessController
AccessibilityEvent
This class represents accessibility events that are sent by the system when something notable happens in the user interface.
Helper for accessing features in AccessibilityEvent introduced after API level 4 in a backwards compatible fashion. This interface is implemented by classes source of AccessibilityEvents. System level service that serves as an event dispatch for AccessibilityEvents, and provides facilities for querying the accessibility state of the system. Listener for the system accessibility state. Helper for accessing features in AccessibilityManager introduced after API level 4 in a backwards compatible fashion.
AccessibilityEventCompat
AccessibilityEventSource
AccessibilityManager
AccessibilityManager.AccessibilityStateChangeListener
AccessibilityManagerCompat
AccessibilityManagerCompat.AccessibilityStateChangeLis Listener for the accessibility state. tenerCompat This class represents a node of the window content as well as actions that can be requested from its source. Helper for accessing AccessibilityNodeInfoCompat
AccessibilityNodeInfo introduced after
AccessibilityNodeInfo
API level 4 in a backwards compatible fashion. Represents a record in an AccessibilityEvent and contains information about state change of its source
AccessibilityRecord
View.
AccessibilityRecordCompat
Helper for accessing AccessibilityRecord introduced after API level 4 in a backwards compatible fashion. An accessibility service runs in the background and receives callbacks by the system when AccessibilityEvents are fired. This class describes an
AccessibilityService.
AccessibilityService
AccessibilityServiceInfo
AccessibilityServiceInfoCompat
Helper for accessing features in AccessibilityService introduced after API level 4 in a backwards compatible fashion.
AccessibleObject is the superclass of all
AccessibleObject
member reflection classes (Field, Constructor, Method). Value type that represents an Account in the AccountManager. Base class for implementing an Activity that is used to help implement an AbstractAccountAuthenticator. Object used to communicate responses back to the AccountManager This class provides access to a centralized registry of the user's online accounts.
Account
AccountAuthenticatorActivity
AccountAuthenticatorResponse
AccountManager AccountManagerCallback<V>
AccountManagerFuture<V>
AccountsException Acl The Access Control List (ACL) interface definition. The Access Control List Entry interface definition. The exception, that is thrown when a reference to a non-existent Access Control List (ACL) is made. A window feature at the top of the activity that may display the activity title, navigation modes, and other interactive items. Per-child layout information associated with action bar custom views. Listener for receiving events when action bar menus are shown or hidden. Listener interface for ActionBar navigation events. A tab in the action bar. Callback interface invoked when a tab is focused, unfocused, added, or removed. Represents a contextual mode of the user interface. Callback interface for action modes. This class is a mediator for accomplishing a given task, for example sharing a file. An activity is a single, focused thing that the user can do. This class is deprecated. Use the new Fragment and FragmentManager APIs
AclEntry
AclNotFoundException
ActionBar
ActionBar.LayoutParams
ActionBar.OnMenuVisibilityListener
Activity
ActivityGroup
instead; these are also available on older platforms through the Android compatibility package. ActivityInfo Information you can retrieve about a particular application activity or receiver. Helper for accessing features in ActivityInfo introduced after API level 4 in a backwards compatible fashion. This class is deprecated. new tests should be written using ActivityInstrumentationTestCase2, which provides more options for configuring the Activity under test This class provides functional testing of a single activity. Interact with the overall activities running in the system. Information you can retrieve about the available memory through
getMemoryInfo(ActivityManager.Memo ryInfo).
ActivityInfoCompat
ActivityManager
ActivityManager.MemoryInfo
ActivityManager.ProcessErrorStateInfo
Information you can retrieve about any processes that are in an error condition. Information you can retrieve about tasks that the user has most recently started or visited. Information you can retrieve about a running process. Information you can retrieve about a particular Service that is currently running in the system. Information you can retrieve about a particular task that is currently "running" in
ActivityManager.RecentTaskInfo
ActivityManager.RunningAppProcessInfo
ActivityManager.RunningServiceInfo
ActivityManager.RunningTaskInfo
the system. 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. This is common code used to support Activity test cases. This class provides isolated testing of a single activity. An Adapter object acts as a bridge between an AdapterView and the underlying data for that view. An AdapterView is a view whose children are determined by an Adapter. Extra menu information provided to the AdapterView.AdapterContextMenuInfo
onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a
ActivityNotFoundException
ActivityTestCase
Adapter
context menu is brought up for this AdapterView. Interface definition for a callback to be invoked when an item in this AdapterView has been clicked. Interface definition for a callback to be invoked when an item in this view has been clicked and held. Interface definition for a callback to be invoked when an item in this view has been selected. Base class for a AdapterView that will perform animations when switching between its views. Simple ViewAnimator that will animate
AdapterView.OnItemClickListener
AdapterView.OnItemLongClickListener
AdapterView.OnItemSelectedListener
AdapterViewAnimator
AdapterViewFlipper
between two or more views that have been added to it. Address A class representing an Address, i.e, a set of Strings describing a location. The Adler-32 class is used to compute the Adler32 checksum from a set of data. The AlarmClock provider contains an Intent action and extras that can be used to start an Activity to set a new alarm in an alarm clock application. This class provides access to the system alarm services. A subclass of Dialog that can display one, two or three buttons.
Adler32
AlarmClock
AlarmManager
AlertDialog AlertDialog.Builder
AlgorithmParameterGenerator is an
AlgorithmParameterGenerator
engine class which is capable of generating parameters for the algorithm it was initialized with.
AlgorithmParameterGeneratorSpi is
AlgorithmParameterGeneratorSpi
AlgorithmParameters
which provides algorithm parameters. The marker interface for algorithm parameter specifications.
AlgorithmParametersSpi is the Service
AlgorithmParameterSpec
AlgorithmParametersSpi
Provider Interface (SPI) definition for AlgorithmParameters. Stub activity that launches another activity (and then finishes itself) based on information
AliasActivity
in its component's manifest meta-data. AlignmentSpan AlignmentSpan.Standard AllClientPNames Allocation Allocation.MipmapControl AllocationAdapter AllowAllHostnameVerifier AllPermission AlphaAnimation The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. Legacy security code; do not use. An animation that controls the alpha level of an object. A helper class for adapters that implement the SectionIndexer interface. An AlreadyConnectedException is thrown when an attempt is made to connect a SocketChannel that is already connected. An AlteredCharSequence is a CharSequence that is largely mirrored from another CharSequence, except that a specified range of characters are mirrored from a different char array instead. This widget display an analogic clock with two hands for hours and minutes. AndroidCharacter exposes some character properties that are not easily accessed from java.lang.Character. Collected parameter names for the HttpClient module.
AlphabetIndexer
AlreadyConnectedException
AlteredCharSequence
AnalogClock
AndroidCharacter
AndroidException
Base class for all checked exceptions thrown by the Android frameworks. Implementation of the Apache DefaultHttpClient that is configured with reasonable default settings and registered schemes for Android, and also lets the user add HttpRequestInterceptor classes. Base class for all unchecked exceptions thrown by the Android frameworks. Extend this if you need to access Resources or other things that depend on Activity Context.
AndroidHttpClient
AndroidRuntimeException
Interface that drawables suporting animations should implement. Abstraction for an Animation that can be applied to Views, Surfaces, or other objects.
AnimationDrawable
AnimationSet
AnimationUtils
Animator
Animator.AnimatorListener AnimatorInflater
AnimatorListenerAdapter
AnimatorSet
AnimatorSet.Builder
AnnotatedElement
Annotation
Annotation
Annotation
AnnotationFormatError
AnnotationTypeMismatchException
AnticipateInterpolator
An interpolator where the change starts backward then flings forward. An interpolator where the change starts backward then flings forward and overshoots the target value and finally goes back to the final value. Declares methods to append characters or character sequences. Base class for those who need to maintain global application state.
AnticipateOvershootInterpolator
Appendable
Describes an application error. Describes an application not responding error. Describes a battery usage report. Describes an application crash. Describes a running service report. Information you can retrieve about a particular application.
This test case provides a framework in which you can test Application classes in a controlled environment. AppWidgetHost provides the interaction with the AppWidget service for apps, like the home screen, that want to embed AppWidgets in their UI. Provides the glue to show AppWidget views.
AppWidgetHost
AppWidgetHostView
AppWidgetManager
Updates AppWidget state; gets information about installed AppWidget providers and other AppWidget related state. A convenience class to aid in implementing an AppWidget provider. Describes the meta data for an installed AppWidget provider. Creates an arc shape. This evaluator can be used to perform type interpolation between integer values that represent ARGB colors. Thrown when the an invalid arithmetic operation is attempted. This class provides static methods to create and access arrays dynamically. A Java representation of the SQL ARRAY type. A concrete BaseAdapter that is backed by an array of arbitrary objects. A bounded blocking queue backed by an array. Resizable-array implementation of the Deque interface. 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 is an implementation of List, backed by an array.
Arrays contains static methods which
AppWidgetProvider
AppWidgetProviderInfo ArcShape
ArgbEvaluator
ArithmeticException
ArrayBlockingQueue<E>
ArrayDeque<E>
ArrayIndexOutOfBoundsException
ArrayList<E>
Arrays
operate on arrays.
ArrayStoreException
Thrown when a program attempts to store an element of an incompatible type in an array. A movement method that provides cursor movement and selection. A set of assert methods. Thrown when an assertion has failed. Thrown when an assertion failed. Thrown when an assertion failed. File descriptor of an entry in the AssetManager. An InputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescritor.close() for you when the stream is closed. An OutputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescritor.close() for you when the stream is closed. Provides access to an application's raw asset files; see Resources for the way most applications will want to retrieve their resource data.
AssetFileDescriptor.AutoCloseInputStream
AssetFileDescriptor.AutoCloseOutputStream
AssetManager
AssetManager.AssetInputStream An AsynchronousCloseException is thrown when the underlying channel for an I/O operation is closed by another thread. Plays a series of audio URIs, but does all the hard work on another thread so that any slowness with preparing or loading doesn't block the calling thread.
AsynchronousCloseException
AsyncPlayer
AsyncQueryHandler
AsyncTaskLoader<D>
AtomicBoolean
AtomicInteger
AtomicIntegerArray
AtomicIntegerFieldUpdater<T>
AtomicLong
AtomicLongArray
AtomicLongFieldUpdater<T>
AtomicMarkableReference<V>
that can be updated atomically. AtomicReference<V> An object reference that may be updated atomically. An array of object references in which elements may be updated atomically. A reflection-based utility that enables atomic updates to designated volatile reference fields of designated classes. An AtomicStampedReference maintains an object reference along with an integer "stamp", that can be updated atomically. The Attr interface represents an attribute in an Element object. Extends the CharacterIterator interface, adding support for iterating over attributes and not only characters. Defines keys for text attributes. Holds a string with attributes describing the characters of this string. This interface is deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support. This class is deprecated. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class. The Attributes class is used to store values for manifest entries. Interface for a list of XML attributes.
AtomicReferenceArray<E>
AtomicReferenceFieldUpdater<T, V>
AtomicStampedReference<V>
Attr
AttributedCharacterIterator
AttributedCharacterIterator.Attribute AttributedString
AttributeList
AttributeListImpl
Attributes Attributes
Attributes.Name
The name part of the name/value pairs constituting an attribute as defined by the specification of the JAR manifest. SAX2 extension to augment the per-attribute information provided though Attributes. SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface. A collection of attributes, as found associated with a tag in an XML document. Default implementation of the Attributes interface. This class defines a collection of audio codecs to be used with AudioStreams. AudioEffect is the base class for controlling audio effects provided by the android audio framework. The effect descriptor contains information on a particular effect implemented in the audio framework:
y
Attributes2
Attributes2Impl
AttributeSet
AttributesImpl
AudioCodec
AudioEffect
AudioEffect.Descriptor
y y
type: UUID corresponding to the OpenSL ES interface implemented by this effect uuid: UUID for this particular implementation connectMode: EFFECT_INSERT, EFFECT_AUXILIARY or {at_link #EFFECT_PRE_PROCESSING} name: human readable effect name implementor: human readable effect implementor name
AudioEffect.OnControlStatusChangeListener
The OnControlStatusChangeListener interface defines a method called by the AudioEffect when a the control of the effect engine is gained or lost by the application The OnEnableStatusChangeListener interface defines a method called by the AudioEffect when a the enabled state of the effect engine was changed by the controlling application. The AudioFormat class is used to access a number of audio format and channel configuration constants. An AudioGroup is an audio hub for the speaker, the microphone, and AudioStreams. AudioManager provides access to volume and ringer mode control. Interface definition for a callback to be invoked when the audio focus of the system is updated. The AudioRecord class manages the audio resources for Java applications to record audio from the audio input hardware of the platform. Interface definition for a callback to be invoked when an AudioRecord has reached a notification marker set by
AudioEffect.OnEnableStatusChangeListener
AudioFormat
AudioGroup
AudioManager
AudioManager.OnAudioFocusChangeListener
AudioRecord
AudioRecord.OnRecordPositionUpdateListener
setNotificationMarkerPosition(int)
. An AudioStream is a RtpStream which carrys audio payloads over Real-time Transport Protocol (RTP).
AudioStream
AudioTrack
The AudioTrack class manages and plays a single audio resource for Java applications. Interface definition for a callback to be invoked when the playback head position of an AudioTrack has reached a notification marker or has increased by a certain period. Constants and static helpers related to the HTTP authentication. Signals a failure in authentication process
AudioTrack.OnPlaybackPositionUpdateListener
Authenticator
An implementation of this class is able to obtain authentication information for a connection in several ways. Enumeration class for the origin of the authentication request. A Parcelable value type that contains information about an account authenticator.
Authenticator.RequestorType
AuthParams
This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP authentication specific parameters. Legacy security code; do not use. Parameter names for HttpAuth.
scheme.
AuthSchemeBase Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.
AuthSchemeFactory Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge. The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to. This class provides detailed information about the state of the authentication process.
AuthSchemeRegistry
AuthScope
AuthState
AutoCompleteTextView
An editable text view that shows completion suggestions automatically while the user is typing.
This interface is used to make sure that the text entered in this TextView complies to a certain format. This class accesses a dictionary of corrections to frequent misspellings. 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.
AutoCompleteTextView.Validator
AutoText
AvoidXfermode
AvoidXfermode.Mode
B
BackgroundColorSpan BackingStoreException An exception to indicate that an error was encountered while
accessing the backing store. BackupAgent Provides the central interface between an application and Android's data backup infrastructure. A convenient BackupAgent wrapper class that automatically manages heterogeneous data sets within the backup data, each identified by a unique key prefix. Provides the structured interface through which a BackupAgent reads information from the backup data set, via its onRestore() method. Provides an InputStream-like interface for accessing an entity's data during a restore operation. Provides the structured interface through which a BackupAgent commits information to the backup data set, via its onBackup() method. Defines the calling interface that BackupAgentHelper uses when dispatching backup and restore operations to the installed helpers. The interface through which an application interacts with the Android backup service to request backup and restore operations. 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. The object you are calling has died, because its hosting process no longer exists. Utilities for encoding and decoding the Base64 representation of binary data. This exception is thrown by Base64InputStream or Base64OutputStream when an error is detected in the data being decoded.
BackupAgentHelper
BackupDataInput
BackupDataInputStream
BackupDataOutput
BackupHelper
BackupManager
BadPaddingException
BadParcelableException
Base64
Base64DataException
Base64InputStream
An InputStream that does Base64 decoding on the data read through it. An OutputStream that does Base64 encoding on the data written to it, writing the resulting data to another OutputStream. Common base class of common implementation for an Adapter that can be used in both ListView (by implementing the specialized ListAdapter interface} and Spinner (by implementing the specialized SpinnerAdapter interface.
Base64OutputStream
BaseAdapter
BaseColumns BaseDexClassLoader Base class for common functionality between various dex-based ClassLoader implementations. Base class for a ExpandableListAdapter used to provide data and Views from some data to an expandable list view. Base class for implementors of the InputConnection interface, taking care of most of the common behavior for providing a connection to an Editable. Abstract base class for key listeners. Base classes for movement methods. BaseObj is the base class for interfacing with native renderscript objects. Base class for all test runners. HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session. 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.
BaseExpandableListAdapter
BaseInputConnection
BasicClientCookie
BasicClientCookie2
BasicCommentHandler
BasicCookieStore BasicCredentialsProvider BasicDomainHandler BasicEofSensorWatcher BasicExpiresHandler BasicHeader BasicHeaderElement BasicHeaderElementIterator BasicHeaderIterator BasicHeaderValueFormatter BasicHeaderValueParser BasicHttpContext BasicHttpEntity BasicHttpEntityEnclosingRequest BasicHttpParams BasicHttpProcessor BasicHttpRequest BasicHttpResponse
Represents an HTTP header field. One element of an HTTP header's value. Basic implementation of a HeaderElementIterator. Basic implementation of a HeaderIterator. Basic implementation for formatting header value elements. Basic implementation for parsing header values into elements. Default implementation of the HttpContext. A generic streamed entity being received on a connection. Basic implementation of a request with an entity that can be modified. This class represents a collection of HTTP protocol parameters. Keeps lists of interceptors for processing requests and responses. Basic implementation of an HTTP request that can be modified. Basic implementation of an HTTP response that can be modified. Interface for formatting elements of the HEAD section of an HTTP message. Basic parser for lines in the head section of an HTTP message.
BasicLineFormatter BasicLineParser
BasicListHeaderIterator BasicManagedEntity BasicMaxAgeHandler BasicNameValuePair BasicPathHandler BasicPermission BasicPooledConnAdapter BasicPoolEntry BasicPoolEntryRef BasicRequestLine BasicResponseHandler BasicRouteDirector BasicScheme BasicSchemeFactory BasicSecureHandler BasicStatusLine BasicTokenIterator BasicUserPrincipal BassBoost
Legacy security code; do not use. A connection wrapper and callback handler. Basic implementation of a connection pool entry. A weak reference to a BasicPoolEntry. The first line of an HttpRequest. A ResponseHandler that returns the response body as a String for successful (2xx) responses. Basic implementation of an HttpRouteDirector.
Represents a status line as returned from a HTTP server. Basic implementation of a TokenIterator. Basic user principal used for HTTP authentication Bass boost is an audio effect to boost or amplify low frequencies of the sound. The OnParameterChangeListener interface defines a method called by the BassBoost when a parameter value has changed. The Settings class regroups all bass boost parameters.
BassBoost.OnParameterChangeListener BassBoost.Settings
BatchUpdateException
This exception is thrown if a problem occurs during a batch update operation. The BatteryManager class contains strings and constants used for values in the ACTION_BATTERY_CHANGED Intent. 'Meta' cookie specification that selects a cookie policy depending on the format of the cookie(s)
BatteryManager
Implements the Unicode Bidirectional Algorithm. This class represents immutable integer numbers of arbitrary length. An immutable signed integer of arbitrary magnitude. Base class for a remotable object, the core part of a lightweight remote procedure call mechanism defined by IBinder. A BindException is thrown when a process cannot bind a local address/port, either because it is already bound or reserved by the OS.
BindException
Bitmap Bitmap.CompressFormat Bitmap.Config BitmapDrawable Specifies the known formats a bitmap can be compressed into Possible bitmap configurations. A Drawable that wraps a bitmap and can be tiled, stretched, or aligned. Creates Bitmap objects from various sources, including files, streams, and byte-arrays.
BitmapRegionDecoder can be used to decode a rectangle region from an image. Shader used to draw a bitmap as a texture.
BitSet Blob
The BitSet class implements a bit array. A Java interface representing the SQL BLOB type. A Deque that additionally supports blocking operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element. A Queue that additionally supports operations that wait for the queue to become non-empty when retrieving an element, and wait for space to become available in the queue when storing an element. This class provides the public APIs to control the Bluetooth A2DP profile. Represents the local device Bluetooth adapter. Bluetooth Assigned Numbers. Represents a Bluetooth class, which describes general characteristics and capabilities of a device. Defines all device class constants. Defines all major device class constants. Defines all service class constants. Represents a remote Bluetooth device. Public API for controlling the Bluetooth Headset Service. Public API for Bluetooth Health Profile. The Bluetooth Health Application Configuration that is used in conjunction with the BluetoothHealth class. This abstract class is used to implement BluetoothHealth callbacks. Public APIs for the Bluetooth Profiles.
BlockingDeque<E>
BlockingQueue<E>
BluetoothA2dp BluetoothAdapter BluetoothAssignedNumbers BluetoothClass BluetoothClass.Device BluetoothClass.Device.Major BluetoothClass.Service BluetoothDevice BluetoothHeadset BluetoothHealth BluetoothHealthAppConfiguration
BluetoothHealthCallback BluetoothProfile
BluetoothProfile.ServiceListener BluetoothServerSocket BluetoothSocket BlurMaskFilter BlurMaskFilter.Blur Boolean BoringLayout BoringLayout.Metrics BounceInterpolator BreakIterator BroadcastReceiver BroadcastReceiver.PendingResult
An interface for notifying BluetoothProfile IPC clients when they have been connected or disconnected to the service. A listening Bluetooth socket. A connected or connecting Bluetooth socket. This takes a mask, and blurs its edge by the specified radius.
The wrapper for the primitive type boolean. A BoringLayout is a very simple Layout implementation for text that fits on a single line and is all left-to-right characters.
An interpolator where the change bounces at the end. Locates boundaries in text. Base class for code that will receive intents sent by sendBroadcast(). State for a result that is pending for a broadcast receiver. 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.
BrokenBarrierException
Browser Browser.BookmarkColumns Column definitions for the mixed bookmark and history items available at BOOKMARKS_URI. Column definitions for the search history table, available at SEARCHES_URI. The HostnameVerifier that works the same way as Curl and Firefox. Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft
Browser.SearchColumns
BrowserCompatHostnameVerifier
BrowserCompatSpec
Internet Explorer and Mozilla FireFox. BrowserCompatSpecFactory Buffer A buffer is a list of elements of a specific primitive type. This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed. A wrapping entity that buffers it content if necessary. Wraps an existing InputStream and buffers the input. Wraps an existing OutputStream and buffers the output. Wraps an existing Reader and buffers the input. Wraps an existing Writer and buffers the output. A BufferOverflowException is thrown when elements are written to a buffer but there is not enough remaining space in the buffer. A BufferUnderflowException is thrown when elements are read from a buffer but there are not enough remaining elements in the buffer. Information about the current build, extracted from system properties. Various version strings. Enumeration of the currently known SDK version codes.
BufferedHeader
BufferOverflowException
BufferUnderflowException
A mapping from String values to various Parcelable types. Represents a push-button widget. The wrapper for the primitive type byte.
Byte2
Class for exposing the native Renderscript byte2 type back to the Android system. Class for exposing the native Renderscript byte3 type back to the Android system. Class for exposing the native Renderscript byte4 type back to the Android system. A resizable byte array. An entity whose content is retrieved from a byte array. A specialized InputStream for reading the contents of a byte array. A specialized OutputStream for class for writing content to an (internal) byte array. A buffer for bytes. A ByteChannel is both readable and writable. Defines byte order constants.
Byte3
C
CacheManager This class is deprecated. Access to the HTTP cache will be removed in a future release. This class is deprecated. Access to the HTTP cache will be removed in a future release.
CacheRequest is a kind of channel for storing
CacheManager.CacheResult
CacheRequest CacheResponse
Calendar
between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
CalendarContract
CalendarContract.Attendees
Fields and helpers for interacting with Attendees. Columns from the Attendees table that other tables join into themselves. Fields and helpers for accessing calendar alerts information.
CalendarContract.AttendeesColumns
CalendarContract.CalendarAlerts CalendarContract.CalendarAlertsColumns
CalendarContract.CalendarCache
CalendarCache stores some settings for calendar including the current time zone for the instances.
CalendarContract.CalendarCacheColumns CalendarContract.CalendarColumns CalendarContract.CalendarEntity CalendarContract.Calendars CalendarContract.CalendarSyncColumns CalendarContract.Colors CalendarContract.ColorsColumns CalendarContract.EventDays CalendarContract.EventDaysColumns CalendarContract.Events Constants and helpers for the Events table, which contains details for individual events. Columns from the Events table that other tables join into themselves. Fields and helpers for querying for a list of days that contain events. Columns specific to the Calendars Uri that other Uris can query. Class that represents a Calendar Entity. Constants and helpers for the Calendars table, which contains details for individual calendars. Generic columns for use by sync adapters. Fields for accessing colors available for a given account.
CalendarContract.EventsColumns
Class that represents an Event Entity. Fields for accessing the Extended Properties.
Fields and helpers for interacting with Instances. Fields and helpers for accessing reminders for an event.
Columns for Sync information used by Calendars and Events tables. A table provided for sync adapters to use for storing private sync state data. This class is a calendar widget for displaying and selecting dates. The callback used to indicate the user changes the date. A task that returns a result and may throw an exception. An interface used to call Stored Procedures. Defines an empty base interface for all Callbacks used during authentication. Needs to be implemented by classes that want to handle authentication Callbacks. The CallLog provider contains information about placed and received calls. Contains the recent calls. The CamcorderProfile class is used to retrieve the predefined camcorder profile settings for
CalendarContract.SyncState
CalendarView
CalendarView.OnDateChangeListener
CallbackHandler
camcorder applications. A camera instance can be used to compute 3D transformations and generate a matrix that can be applied, for instance, on a Canvas. The Camera class is used to set image capture settings, start/stop preview, snap pictures, and retrieve frames for encoding for video.
Camera
Camera
Camera.Area
The Area class is used for choosing specific metering and focus areas for the camera to use when calculating auto-exposure, autowhite balance, and auto-focus.
Callback interface used to notify on completion of camera auto focus. Information about a camera Callback interface for camera error notification. Information about a face identified through camera face detection. Callback interface for face detected in the preview frame. Callback interface for zoom changes during a smooth zoom operation. Camera service settings. Callback interface used to supply image data from a photo capture. Callback interface used to deliver copies of preview frames as they are displayed. Callback interface used to signal the moment of actual image capture. Image size (width and height dimensions).
Camera.FaceDetectionListener
Camera.PreviewCallback
Camera.ShutterCallback Camera.Size
CameraProfile
The CameraProfile class is used to retrieve the pre-defined still image capture (jpeg) quality levels (0-100) used for low, medium, and high quality settings in the Camera application. Exception indicating that the result of a valueproducing task, such as a FutureTask, cannot be retrieved because the task was cancelled. A CancelledKeyException is thrown when an invalid selection key is used. The Canvas class holds the "draw" calls.
CancellationException
CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. Represents the cell location on a CDMA phone. Abstract class that represents the location of the device. This interface is deprecated. Replaced by behavior in java.security.cert Abstract class to represent identity certificates. Abstract class to represent identity certificates. The alternate Serializable class to be used for serialization and deserialization of Certificate objects. The exception that is thrown when an error occurs while a Certificate is being encoded. The exception that is thrown when an error occurs while a Certificate is being encoded.
CdmaCellLocation CellLocation
Certificate.CertificateRep
CertificateEncodingException
CertificateEncodingException
CertificateException
The base class for all Certificate related exceptions. The base class for all Certificate related exceptions. The exception that is thrown when a Certificate has expired. The exception that is thrown when a Certificate has expired. This class implements the functionality of a certificate factory algorithm, relying on parsing a stream of bytes. This class defines the Service Provider Interface (SPI) for the CertificateFactory class. The exception that is thrown when a Certificate is not yet valid or will not yet be valid on a specified date. The exception that is thrown when a Certificate is not yet valid. The exception that is thrown when a Certificate can not be parsed. The exception that is thrown when a Certificate can not be parsed. An immutable certificate path that can be validated. The alternate Serializable class to be used for serialization and deserialization on CertPath objects. This class implements the functionality of a builder for an unverified Certification Paths from a specified certificate to a trust anchor.
CertificateException
CertificateExpiredException
CertificateExpiredException
CertificateFactory
CertificateFactorySpi
CertificateNotYetValidException
CertificateNotYetValidException
CertificateParsingException
CertificateParsingException
CertPath
CertPath.CertPathRep
CertPathBuilder
CertPathBuilderException
The exception that is thrown when a CertPathBuilder method fails. The interface for results generated by build(CertPathParameters). The Service Provider Interface (SPI) for the CertPathBuilder class to be implemented by security providers. The interface specification for certification path algorithm parameters. Certification path parameters to provide to certification path based TrustManager. This class provides the functionality for validating certification paths (certificate chains) establishing a trust chain from a certificate to a trust anchor. The exception that is thrown when a certification path (or certificate chain) cannot be validated. The interface specification for certification path validation results. The Service Provider Interface (SPI) for the CertPathValidator class to be implemented by security providers. The interface specification to determine whether a Certificate meets some criteria. This class provides the functionality to retrieve Certificates and CRLs from a read-only repository. The exception that is thrown when an access to a CertStore fails. The marker interface specifying the parameters used to initialize a CertStore instance.
CertPathBuilderResult
CertPathBuilderSpi
CertPathParameters
CertPathTrustManagerParameters
CertPathValidator
CertPathValidatorException
CertPathValidatorResult
CertPathValidatorSpi
CertSelector
CertStore
CertStoreException
CertStoreParameters
CertStoreSpi
The Service Provider Interface (SPI) definition for the CertStore class to be implemented by security providers. A channel is a conduit to I/O services covering such items as files, sockets, hardware devices, I/O ports or some software component. This class provides several utilities to get I/O streams from channels. The wrapper for the primitive type char.
Channel
Represents a block of Unicode characters, as defined by the Unicode 4.0.1 specification. A CharacterCodingException is thrown when an encoding or decoding error occurs. The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM. An interface for the bidirectional iteration over a group of characters. Dialog for choosing accented characters related to a base character. The classes that affect character-level text formatting extend this class. This is used for copyStringToBuffer(int,
CharArrayBuffer)
CharacterCodingException
CharacterData
CharacterIterator
CharacterPickerDialog
CharacterStyle
A resizable char array. A specialized Reader for reading the contents of a char array. A specialized Writer for class for writing content
to an (internal) char array. CharBuffer CharConversionException A buffer of chars. The top level class for character conversion exceptions. This interface represents an ordered set of characters and defines the methods to probe them. A charset is a named mapping between Unicode characters and byte sequences. A converter that can convert a byte sequence from a charset into a 16-bit Unicode character sequence. Transforms a sequence of 16-bit Java characters to a byte sequence in some encoding. The service provider class for character sets. Defines an extension for views that make them checkable.
CharSequence
Charset
CharsetDecoder
CheckBox
A checkbox is a specific type of two-states button that can be either checked or unchecked.
A Preference that provides checkbox widget functionality. 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. The CheckedOutputStream class is used to maintain a running checksum of all data written to a stream. An extension to TextView that supports the Checkable interface.
CheckBoxPreference
CheckedInputStream
CheckedOutputStream
CheckedTextView
The interface common to checksum classes such as Adler32 and CRC32. Returns a fixed string based on a numeric value. Class that implements a simple timer. A callback that notifies when the chronometer has incremented on its own. Implements chunked transfer coding. Implements chunked transfer coding. This class provides access to implementations of cryptographic ciphers for encryption and decryption. 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. 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. This class defines the Service Provider Interface (SPI) for cryptographic ciphers. Signals a circular redirect The in-memory representation of a Java class. Thrown when a program attempts to cast a an object to a type with which it is not compatible. Thrown when the VM notices that an attempt is made to load a class which would directly or indirectly inherit from one of its subclasses. Thrown by a class loader when a class file has an
Cipher
CipherInputStream
CipherOutputStream
ClassCircularityError
ClassFormatError
illegal format or if the data that it contains can not be interpreted as a class. ClassLoader ClassNotFoundException Loads classes and resources from a repository. Thrown when a class loader is unable to find a class. 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. Management interface for client connections. A factory for creating new
ClientConnectionManager instances.
ClickableSpan
ClientConnectionManager
ClientCookie
ClientCookie extends the standard Cookie interface with additional client specific functionality such ability to retrieve original cookie attributes exactly as they were specified by the origin server. An enumeration to describe the reason why a property cannot be set by calling Connection.setClientInfo.
ClientInfoStatus
ClientParamBean ClientParamsStack ClientPNames Represents a stack of parameter collections. Parameter names for the HttpClient module.
ClientProtocolException ClipboardManager
Signals an error in the HTTP protocol. Interface to the clipboard service, for placing and retrieving text in the global clipboard. This class is deprecated. Old text-only interface to the clipboard. See ClipboardManager for the modern API.
ClipboardManager
ClipboardManager.OnPrimaryClipChangedListener ClipData ClipData.Item ClipDescription Representation of a clipped data on the clipboard. Description of a single item in a ClippedData. Meta-data describing the contents of a ClipData. A Drawable that clips another Drawable based on this Drawable's current level value. A Java interface mapping for the SQL CLOB type. This (empty) interface must be implemented by all classes that wish to support cloning. Thrown when a program attempts to clone an object which does not support the Cloneable interface. A collection of utilities to workaround limitations of Java clone framework. An AutoCloseable whose close method may throw an IOException. A ClosedByInterruptException is thrown when a thread is interrupted in a blocking I/O operation. A ClosedChannelException is thrown when a channel is closed for the type of operation
CloneNotSupportedException
CloneUtils
Closeable
ClosedByInterruptException
ClosedChannelException
attempted. A ClosedSelectorException is thrown when a selector is closed and an I/O operation is attempted. A CoderMalfunctionError is thrown when the encoder/decoder is malfunctioning. Used to indicate the result of encoding/decoding.
CodeSigner represents a signer of code.
ClosedSelectorException
CoderMalfunctionError
Legacy security code; do not use. Used to indicate what kind of actions to take in case of encoding/decoding errors. When a View implements this interface it will receive callbacks when expanded or collapsed as an action view alongside the optional, appspecified callbacks to MenuItem.OnActionExpandListener. Created by a RuleBasedCollator to iterate through a string. Represents a string under the rules of a specific Collator object. Performs locale-sensitive string comparison.
Collection is the root of the collection
CollapsibleActionView
CollationElementIterator
CollectionCertStoreParameters
Collections Color
operate on Collection classes. The Color class defines methods for creating and
converting color ints. ColorDrawable ColorFilter ColorMatrix ColorMatrixColorFilter ColorStateList Lets you map View state sets to colors. This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'. Interface that defines the methods which are common between DataSource, XADataSource and ConnectionPoolDataSource. This interface should be implemented by all classes that wish to define a natural order of their instances. A Comparator is used to compare two objects to determine their ordering with respect to each other. Thrown when an assert equals for Strings failed. Thrown when an assert equals for Strings failed. Does nothing on Android. Information about a single text completion that an editor has reported to an input method. A service that decouples the production of new asynchronous tasks from the consumption of the results of completed tasks. 5x4 matrix for transforming the color+alpha components of a Bitmap. A specialized Drawable that fills the Canvas with a specified color.
Comment
CommonDataSource
Comparable<T>
Comparator<T>
CompletionService<V>
ComponentCallbacks
The set of callback APIs that are common to all application components (Activity, Service, ContentProvider, and Application). Extended ComponentCallbacks interface with a new callback for finer-grained memory management. Base class containing information common to all application components (ActivityInfo, ServiceInfo). Identifier for a specific application component (Activity, Service, BroadcastReceiver, or ContentProvider) that is available.
ComponentCallbacks2
ComponentInfo
ComponentName
ComposePathEffect A subclass of shader that returns the coposition of two other shaders, combined by an Xfermode subclass.
ComposeShader
CompoundButton
CompoundButton.OnCheckedChangeListener
ConcurrentHashMap<K, V>
ConcurrentLinkedQueue<E>
ConcurrentMap<K, V>
ConcurrentModificationException
ConcurrentNavigableMap<K, V>
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps. A scalable concurrent
ConcurrentNavigableMap implementation.
ConcurrentSkipListMap<K, V>
ConcurrentSkipListSet<E>
Condition
methods (wait, notify and notifyAll) into distinct objects to give the effect of having multiple wait-sets per object, by combining them with the use of arbitrary Lock implementations. Class that implements the condition variable locking paradigm. This class is deprecated. This class is not useful, it just returns the same value for all constants, and has always done this. Do not use it. This class describes all device configuration information that can impact the resources the application retrieves. Information you can retrieve about hardware configuration preferences declared by an application. Allows for setting parameters relating to connections on HttpParams. Parameter names for connections in HttpConn. A ConnectException is thrown if a connection cannot be established to a remote host on a specific port. A connection represents a link from a Java
ConditionVariable
Config
Configuration
ConfigurationInfo
ConnConnectionParamBean ConnConnectionPNames
ConnectException
Connection
application to a database. ConnectionClosedException ConnectionEvent Indicates that a connection has been closed. Sent when specific events happen on a PooledConnection object. An interface used to receive events generated by a PooledConnection. Interface for deciding how long a connection can remain idle before being reused. A ConnectionPendingException is thrown when an attempt is made to connect a SocketChannel that has a non-blocking connection already underway. An interface for the creation of
ConnectionPoolDataSource objects.
ConnectionEventListener
ConnectionKeepAliveStrategy
ConnectionPendingException
ConnectionPoolDataSource
A timeout while waiting for an available connection from a connection manager. Interface for releasing a connection. Interface for deciding whether a connection should be kept alive. Class that answers queries about the state of network connectivity. A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. Allows for setting parameters relating to connection managers on HttpParams. This class represents a collection of HTTP protocol parameters applicable to client-side connection managers.
ConnectivityManager
ConnectTimeoutException
ConnManagerParamBean
ConnManagerParams
ConnManagerPNames
Parameter names for connection managers in HttpConn. This interface is intended for looking up maximum number of connections allowed for for a given route. This class maintains a map of HTTP routes to maximum number of connections allowed for those routes. A connection pool that maintains connections by route. Allows for setting parameters relating to connection routes on HttpParams. An adaptor for accessing route related parameters in HttpParams. Parameter names for routing in HttpConn. Provides access to the console, if available. A handler that writes log messages to the standard output stream System.err. Public class representing a JavaScript console message from WebCore.
ConnPerRoute
ConnPerRouteBean
ConnPoolByRoute
ConnRouteParamBean
This class represents a constructor. This class is deprecated. The APIs have been superseded by ContactsContract. The newer APIs allow access multiple accounts and support aggregation of similar contacts. These APIs continue to work but will only return data for the first Google account created, which matches the original behavior. This class is deprecated. see ContactsContract
Contacts
Contacts.ContactMethods
Contacts.ContactMethodsColumns
Contacts.Extensions
Contacts.ExtensionsColumns
Contacts.GroupMembership
Contacts.Groups
Contacts.GroupsColumns
Contacts.Intents
Contacts.Intents.Insert
Contacts.Intents.UI
Contacts.OrganizationColumns
Contacts.Organizations
Contacts.People
Contacts.People.ContactMethods
Contacts.People.Extensions
Contacts.People.Phones
Contacts.PeopleColumns
Contacts.Phones
Contacts.PhonesColumns
Contacts.Photos
Contacts.PhotosColumns
Contacts.PresenceColumns
Contacts.Settings
Contacts.SettingsColumns ContactsContract
ContactsContract.AggregationExceptions
The contract between the contacts provider and applications. Constants for the contact aggregation exceptions table, which contains aggregation rules overriding those used by automatic aggregation.
Generic columns for use by sync adapters. Container for definitions of common data types stored in the ContactsContract.Data table. The base types that all "Typed" data kinds support.
ContactsContract.BaseSyncColumns ContactsContract.CommonDataKinds
ContactsContract.CommonDataKinds.BaseTypes
ContactsContract.CommonDataKinds.Email ContactsContract.CommonDataKinds.Event
ContactsContract.CommonDataKinds.GroupMembers Group Membership. hip ContactsContract.CommonDataKinds.Identity A data kind representing an Identity related to the contact.
You can use all columns defined for ContactsContract.Data as well as the following aliases. A data kind representing the contact's nickname. Notes about the contact. A data kind representing an organization. A data kind representing a telephone number. A data kind representing a photo for the contact. A data kind representing a relation. A data kind representing a SIP address for the contact.
ContactsContract.CommonDataKinds.StructuredNam A data kind representing the contact's proper name. e ContactsContract.CommonDataKinds.StructuredPosta A data kind representing a postal addresses. l ContactsContract.CommonDataKinds.Website ContactsContract.ContactNameColumns
ContactsContract.ContactOptionsColumns
ContactsContract.Contacts
Constants for the contacts table, which contains a record per aggregate of raw contacts representing the same person.
ContactsContract.Contacts.AggregationSuggestions
A read-only sub-directory of a single contact aggregate that contains all aggregation suggestions (other contacts).
A sub-directory of a single contact that contains all of the constituent raw contact ContactsContract.Data rows.
ContactsContract.Contacts.Data
ContactsContract.Contacts.Entity
A sub-directory of a contact that contains all of its ContactsContract.RawContacts as well as ContactsContract.Data rows.
A read-only sub-directory of a single contact that contains the contact's primary photo.
ContactsContract.Contacts.Photo
ContactsContract.Contacts.StreamItems
A sub-directory of a single contact that contains all of the constituent raw contact ContactsContract.StreamItems rows.
Columns of ContactsContract.Contacts that refer to intrinsic properties of the contact, as opposed to the user-specified options found in
ContactsContract.ContactOptionsColumn s.
ContactsContract.ContactsColumns
Constants for the data table, which contains data points tied to a raw contact.
Columns in the Data table. Combines all columns returned by ContactsContract.Data table queries.
ContactsContract.DataUsageFeedback
API allowing applications to send usage information for each ContactsContract.Contacts.Data row to the Contacts Provider.
A Directory represents a contacts corpus, e.g. Types of data used to produce the display name for a contact.
ContactsContract.Directory ContactsContract.DisplayNameSources
ContactsContract.DisplayPhoto
Helper class for accessing full-size photos by photo file ID. Constants for various styles of combining given name, family name etc into a full name. Constants for the groups table.
Contains helper classes used to create or manage Intents that involve contacts. Convenience class that contains string constants used to create contact Intents. A table that represents the result of looking up a phone number, for example for caller ID.
ContactsContract.Intents.Insert
Constants for various styles of capturing the pronunciation of a person's name. This class is deprecated. This old name was never meant to be made public. Do not use. Additional data mixed in with
ContactsContract.Presence
ContactsContract.PresenceColumns
ContactsContract.ContactStatusColumns
Constants for the user's profile data, which is represented as a single contact on the device that represents the user.
A table provided for sync adapters to use for storing private sync state data for the user's personal profile. Helper methods to display QuickContact dialogs that allow users to pivot on a specific Contacts entry. Constants for the raw contacts table, which contains one row of contact information for each
ContactsContract.ProfileSyncState
ContactsContract.QuickContact
ContactsContract.RawContacts
person in each synced account. A sub-directory of a single raw contact that contains all of its ContactsContract.Data rows.
ContactsContract.RawContacts.Data
ContactsContract.RawContacts.DisplayPhoto
ContactsContract.RawContacts.Entity
A sub-directory of a single raw contact that represents its primary display photo. A sub-directory of a single raw contact that contains all of its ContactsContract.Data rows. A sub-directory of a single raw contact that contains all of its ContactsContract.StreamItems rows.
Constants for the raw contacts entities table, which can be thought of as an outer join of the raw_contacts table with the data table. Contacts-specific settings for various Account's.
ContactsContract.StatusUpdates
A status update is linked to a ContactsContract.Data row and captures the user's latest status update via the corresponding source, e.g. Constants for the stream_item_photos table, which contains photos associated with social stream updates.
Columns in the StreamItemPhotos table.
Constants for the stream_items table, which contains social stream updates from the user's contact list. A sub-directory of a single stream item entry that contains all of its photo rows.
Columns in the StreamItems table. Columns that appear when each row of a table belongs to a specific account, including sync
information that an account may need. ContactsContract.SyncState A table provided for sync adapters to use for storing private sync state data for contacts. This class converts the content of a certain format (i.e. Receive notification of the logical content of a document. Defines a factory which is responsible for creating a ContentHandler. Stream that cuts off after a specified number of bytes. A stream wrapper that closes itself after a defined number of bytes. Represents a strategy to determine the content length based on the properties of an HTTP message. A specialization of Observable for ContentObserver that provides methods for invoking the various callback methods of ContentObserver. Receives call backs for changes to content. An abstract entity content producer. Content providers are one of the primary building blocks of Android applications, providing content to applications. Interface to write a stream of data to a pipe. The public interface object used to interact with a ContentProvider.
ContentHandler
ContentHandler
ContentHandlerFactory
ContentLengthInputStream
ContentLengthOutputStream
ContentLengthStrategy
ContentObservable
ContentObserver ContentProducer
ContentProvider
ContentProviderOperation.Builder
ContentProviderResult
Contains the result of the application of a ContentProviderOperation. 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. This class provides applications access to the content model. Utility methods useful for working with Uri objects that use the "content" (content://) scheme. This class is used to store a set of values that the ContentResolver can process. Interface to global information about an application environment. Extension of Menu for context menus providing functionality to modify the header of the context menu. Additional information regarding the creation of the context menu. A ContextWrapper that allows you to modify the theme from what is in the wrapped context. Proxying implementation of Context that simply delegates all of its calls to another Context. HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session. Ths interface represents a cookie attribute handler responsible for parsing, validating, and
ContentQueryMap
ContentResolver
ContentUris
ContentValues
Context
ContextMenu
ContextMenu.ContextMenuInfo
ContextThemeWrapper
ContextWrapper
Cookie
CookieAttributeHandler
matching a specific cookie attribute, such as path, domain, port, etc. CookieHandler This class provides a way to manage cookies with a HTTP protocol handler. This cookie comparator can be used to compare identity of cookies. CookieManager manages cookies according to RFC2109 spec. This class provides a concrete implementation of CookieHandler. CookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies. This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the Cookie header such that those with more specific Path attributes precede those with less specific. CookiePolicy has three pre-defined policy.
CookieIdentityComparator
CookieManager
CookieManager
CookieOrigin
CookiePathComparator
Defines the cookie management specification. Cookie management functions shared by all specification.
Parameter names for cookie specifications in HttpCookie. Cookie specification registry that can be used to obtain the corresponding cookie specification
CookieSpecRegistry
implementation for a given type of type or version of cookie. CookieStore CookieStore A CookieStore object is a repository for cookies. Abstract cookie store. The CookieSyncManager is used to synchronize the browser cookie store between RAM and permanent storage. A thread-safe random-access list. A Set that uses an internal CopyOnWriteArraySet<E>
CopyOnWriteArrayList for all of its
CookieSyncManager
CopyOnWriteArrayList<E>
operations. CoreConnectionPNames Defines parameter names for connections in HttpCore. Defines parameter names for protocol execution in HttpCore.
Information about a single text correction that an editor has reported to an input method. A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes. Schedule a countdown until a time in the future, with regular notifications on intervals along the way. The CRC32 class is used to compute a CRC32 checksum from data provided as input value. A class for representing UNIX credentials passed via ancillary data on UNIX domain sockets. User name and password based authentication
CountDownLatch
CountDownTimer
CRC32
Credentials Credentials
credentials. CredentialsProvider Criteria Abstract credentials provider. A class indicating the application criteria for selecting a location provider. This class represents Certificate Revocation Lists (CRLs) maintained by a certificate authority. The exception that is thrown if errors occur during handling of CRLs. The interface specification for determining whether a CRL meets some criteria to select CRL objects among a set of CRLs. A cross process cursor is an extension of a Cursor that also supports usage from remote processes. Cursor wrapper that implements CrossProcessCursor. A currency corresponding to an ISO 4217 currency code such as "EUR" or "USD". This interface provides random read-write access to the result set returned by a database query. Static library support version of the framework's CursorAdapter. Adapter that exposes data from a Cursor to a ListView widget. An exception indicating that a cursor is out of bounds. Does a join on two cursors using the specified columns. The result of a call to next().
CRL
CRLException
CRLSelector
CrossProcessCursor
CrossProcessCursorWrapper
Currency
Cursor
CursorAdapter
CursorAdapter
CursorIndexOutOfBoundsException
CursorJoiner CursorJoiner.Result
CursorLoader
A loader that queries the ContentResolver and returns a Cursor. Static library support version of the framework's CursorLoader. An adapter that exposes data from a series of Cursors to an ExpandableListView widget. A buffer containing multiple cursor rows. Wrapper class for Cursor that delegates all calls to the actual cursor object. Repeats the animation for a specified number of cycles. A synchronization aid that allows a set of threads to all wait for each other to reach a common barrier point.
CursorLoader
CycleInterpolator
CyclicBarrier
D
DashPathEffect An interface to let the apps define the actions to take when the following errors are detected database corruption An interface which provides comprehensive information about the database management system and its supported features. Static utility methods for dealing with databases and Cursors. This class allows users to do multiple inserts into a table but compile the SQL insert statement only once, which may increase performance. Helper for accessing features in DatabaseUtils introduced after API level 4 in a backwards compatible fashion.
DatabaseErrorHandler
DatabaseMetaData
DatabaseUtils
DatabaseUtils.InsertHelper
DatabaseUtilsCompat
DataFormatException
format of a particular data stream which is to be uncompressed. A DatagramChannel is a selectable channel that represents a partial abstraction of a datagram socket. This class represents a datagram packet which contains data either to be sent or received through a DatagramSocket. This class implements a UDP socket for sending and receiving DatagramPacket. The abstract superclass for datagram and multicast socket implementations. This interface defines a factory for datagram socket implementations. Defines an interface for classes that are able to read bigendian typed data from some source. Wraps an existing InputStream and reads big-endian typed data from it. Defines an interface for classes that are able to write bigendian typed data to some target. Wraps an existing OutputStream and writes big-endian typed data to it. A specialization of Observable for DataSetObserver that provides methods for invoking the various callback methods of DataSetObserver. Receives call backs when a data set has been changed, or made invalid. An interface for the creation of Connection objects which represent a connection to a database. An exception which is thrown when a JDBC driver
DatagramChannel
DatagramPacket
DatagramSocket
DatagramSocketImpl
DatagramSocketImplFactory
DataInput
DataInputStream
DataOutput
DataOutputStream
DataSetObservable
DataSetObserver
DataSource DataTruncation
unexpectedly truncates a data value either when reading (resulting in warning), or when writing data (resulting in an error). DatatypeConfigurationException DatatypeConstants DatatypeConstants.Field
Indicates a serious configuration error. Utility class to contain basic Datatype values as constants.
Type-safe enum class that represents six fields of the Duration class.
DatatypeFactory
Factory that creates new javax.xml.datatype Objects that map XML to/from Java Objects.
A class which can consume and produce dates in SQL Date format.
Date represents a specific moment in time, to the
Date
Date
millisecond. Utility class for producing strings with formatted date/time. An abstract class for date/time formatting subclasses which formats and parses dates or time in a languageindependent manner. The instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that the formatToCharacterIterator(Object) method returns. Encapsulates localized date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data. For entering dates in a text field. An exception to indicate an error parsing a date string. This class is a widget for selecting a date. The callback used to indicate the user changes\d the date.
DateFormat
DateFormat
DateFormat.Field
DateFormatSymbols
DatePickerDialog DatePickerDialog.OnDateSetListener
A simple dialog containing an DatePicker. The callback used to indicate the user is done filling in the date. Sorts dates into the following groups: Today Yesterday seven days ago one month ago older than a month ago For entering dates and times in the same text field. This class contains various date-related utilities for creating text for things like elapsed time and date ranges, strings for days of the week and months, and AM/PM text etc. A utility class for parsing and formatting HTTP dates as used in cookies and other headers. The object you are calling has died, because its hosting process no longer exists. Provides various debugging functions for Android applications, including tracing and allocation counts. API for gathering and querying instruction counts. This class is used to retrieved various statistics about the memory mappings for this process.
DateSorter DateTimeKeyListener
DateUtils
DateUtils
DeadObjectException
DecimalFormat
DecimalFormatSymbols
DeclHandler DefaultClientConnection
DefaultClientConnectionOperator
Default implementation of a
ClientConnectionOperator.
DefaultConnectionKeepAliveStrategy
Default implementation of a strategy deciding duration that a connection can remain idle. Default implementation of a strategy deciding about connection re-use. Default class used to define the actions to take when the database corruption is reported by sqlite.
HttpContext implementation that delegates resolution
DefaultConnectionReuseStrategy
DefaultDatabaseErrorHandler
DefaultedHttpContext
of an attribute to the given default HttpContext instance if the attribute is not present in the local one.
HttpParams implementation that delegates resolution of
DefaultedHttpParams
a parameter to the given default HttpParams instance if the parameter is not present in the local one. Default base class for SAX2 event handlers. This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions. Default implementation of an HTTP client. Default implementation of a client-side HTTP connection. Default implementation of a factory for creating request objects. The default HttpRequestRetryHandler used by request executors. Default implementation of a factory for creating response objects. Default implementation of an HttpRoutePlanner. Default implementation of a server-side HTTP connection.
DefaultHandler
DefaultHandler2
DefaultHttpRequestRetryHandler
DefaultProxyAuthenticationHandler DefaultRedirectHandler DefaultRequestDirector DefaultResponseParser DefaultTargetAuthenticationHandler DefaultUserTokenHandler Deflater DeflaterInputStream This class compresses data using the DEFLATE algorithm (see specification). An InputStream filter to compress data. This class provides an implementation of FilterOutputStream that compresses data using the DEFLATE algorithm. A mix-in style interface for marking objects that should be acted upon after a given delay. An unbounded blocking queue of Delayed elements, in which an element can only be taken when its delay has expired. Annotation type used to mark program elements that should no longer be used by programmers. A linear collection that supports element insertion and removal at both ends. The key specification for a triple-DES (DES-EDE) key. The key specification for a DES key. Allows for special treatment of sensitive information, when it comes to destroying or clearing of the data. Signals that the destroy() method failed. Default implementation of RedirectHandler. Default implementation of RequestDirector.
DeflaterOutputStream
Delayed
Deprecated
DeviceAdminInfo
This class is used to specify meta information of a device administrator component. Base class for implementing a device administration component. Public interface for managing policies enforced on a device. A class loader that loads classes from .jar and .apk files containing a classes.dex entry. Manipulates DEX files. A simple object for retrieving the results of a DHCP request. The algorithm parameter specification for generating Diffie-Hellman parameters used in Diffie-Hellman key agreement. The interface for a Diffie-Hellman key. The algorithm parameter specification for the DiffieHellman algorithm. The interface for a private key in the Diffie-Hellman key exchange protocol. The key specification for a Diffie-Hellman private key. The interface for a public key in the Diffie-Hellman key exchange protocol. The key specification for a Diffie-Hellman public key.
DeviceAdminReceiver
DevicePolicyManager
DHGenParameterSpec
DHKey DHParameterSpec
For dialing-only text entry Base class for Dialogs. A fragment that displays a dialog window, floating on top
of its activity's window. DialogFragment DialogInterface DialogInterface.OnCancelListener Interface used to allow the creator of a dialog to run some code when the dialog is canceled. Interface used to allow the creator of a dialog to run some code when an item on the dialog is clicked.. Interface used to allow the creator of a dialog to run some code when the dialog is dismissed. Interface definition for a callback to be invoked when a key event is dispatched to this dialog. Interface used to allow the creator of a dialog to run some code when an item in a multi-choice dialog is clicked. Interface used to allow the creator of a dialog to run some code when the dialog is shown. A base class for Preference objects that are dialogbased. Note: Do not use this class since it is obsolete.
DigestException is a general message digest
DialogInterface.OnClickListener
DialogInterface.OnDismissListener
DialogInterface.OnKeyListener
DialogInterface.OnMultiChoiceClickListener
DialogInterface.OnShowListener
exception.
DigestInputStream is a FilterInputStream which
DigestInputStream
Provides information about the display size and density. A structure describing general information about a display, such as its size, density, and font scaling. The Document interface represents the entire HTML or XML document. Defines the API to obtain DOM Document instances from an XML document. Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents. Defines a meta-annotation for indicating that an annotation is documented and considered part of the public API.
DocumentFragment is a "lightweight" or "minimal" Document object.
Document
DocumentBuilder
DocumentBuilderFactory
Documented
DocumentFragment
DocumentHandler
This interface is deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support. Each Document has a doctype attribute whose value is either null or a DocumentType object. Legacy security code; do not use. The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
DOMError is an interface that describes an error.
DocumentType DomainCombiner
DOMConfiguration
DOMError
DOMErrorHandler
implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g. 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). The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
DOMImplementationLS contains the factory methods for
DOMException
DOMImplementation
DOMImplementationList
DOMImplementationLS
creating Load and Save objects. This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in . Indicates the position of a node in a source DOM, intended primarily for error reporting.
DOMLocator is an interface that describes a location (e.g.
DOMImplementationSource
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree. Acts as a holder for a transformation Source tree in the form of a Document Object Model (DOM) tree.
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented. The wrapper for the primitive type double.
DOMStringList
Double
Double2
Class for exposing the native Renderscript double2 type back to the Android system. Class for exposing the native Renderscript double3 type back to the Android system. Class for exposing the native Renderscript double4 type back to the Android system. A buffer of doubles.
Double3
The download manager is a system service that handles long-running HTTP downloads. This class may be used to filter download manager queries. This class contains all the information necessary to request a new download. Represents an event that is sent out by the system at various times during a drag and drop operation. A Drawable is a general abstraction for "something that can be drawn." Most often you will deal with Drawable as the type of resource retrieved for drawing things to the screen; the Drawable class provides a generic API for dealing with an underlying visual resource that may take a variety of forms. Implement this interface if you want to create an animated drawable that extends Drawable. This abstract class is used by Drawables to store shared constant state and data between Drawables. A helper class that contains several Drawables and selects which one to use.
DownloadManager.Query
DownloadManager.Request
DragEvent
Drawable
Drawable.Callback
Drawable.ConstantState
DrawableContainer
DrawableMarginSpan DrawFilter Driver Driver DriverManager DriverPropertyInfo A DrawFilter subclass can be installed in a Canvas. An interface to a JDBC driver. SAX2 Driver that pulls events from XmlPullParser and comverts them into SAX2 callbacks. Provides facilities for managing JDBC drivers. A class holding information about driver properties of a database connection. An entity class that wraps converted data, conversion status, and the offset for appending the header and body signature to the converted data. An entity class that is passed to the onError() callback. A base class that is used to send asynchronous event information from the DRM framework. An entity class that describes the information required to send transactions between a device and an online DRM server. An entity class that is passed to the onInfo() callback. An entity class that is used to pass information to an online DRM server. An entity class that wraps the result of communication between a device and an online DRM server. The main programming interface for the DRM framework. Interface definition for a callback that receives information about DRM framework errors. Interface definition for a callback that receives information about DRM processing events.
DrmConvertedStatus
DrmErrorEvent DrmEvent
DrmInfo
DrmInfoEvent DrmInfoRequest
DrmManagerClient.OnEventListener
DrmManagerClient.OnInfoListener
Interface definition for a callback that receives status messages and warnings during registration and rights acquisition. An entity class that wraps the license information retrieved from the online DRM server. Defines constants that are used by the DRM framework. Defines actions that can be performed on rights-protected content. Interface definition for the columns that represent DRM constraints. Defines DRM object types. Defines playback states for content. Defines status notifications for digital rights. An entity class that wraps the capability of each DRM plugin (agent), such as the MIME type and file suffix the DRM plug-in can handle. A utility class that provides operations for parsing extended metadata embedded in DRM constraint information. Utility that parses extended metadata embedded in DRM constraint information. Enqueues chunks of data (from various sources -application crashes, kernel log records, etc.). A single entry retrieved from the drop box. The base interface for Digital Signature Algorithm (DSA) public or private keys. The interface for key generators that can generate DSA key pairs.
DrmSupportInfo
DrmUtils
DrmUtils.ExtendedMetadataParser
DSAKeyPairGenerator
DSAParameterSpec
The parameter specification used with the Digital Signature Algorithm (DSA). The interface for Digital Signature Algorithm (DSA) specific parameters. The interface for a Digital Signature Algorithm (DSA) private key. The parameters specifying a DSA private key. The interface for a Digital Signature Algorithm (DSA) public key. The parameters specifying a DSA public key. Receive notification of basic DTD-related events. The unchecked exception will be thrown out if there are duplicate flags given out in the format specifier.
DSAParams
Immutable representation of a time span as defined in the W3C XML Schema 1.0 specification.
E
EasyEditSpan ECField Provides an easy way to edit a portion of text. The base interface for a Finite Field of an Elliptic Curve. The parameters specifying a characteristic 2 finite field of an elliptic curve. The parameters specifying a prime finite field of an elliptic curve. The parameter specification used to generate elliptic curve domain parameters.
ECFieldF2m
ECFieldFp
ECGenParameterSpec
ECKey
The base interface for Elliptic Curve (EC) public or private keys. The parameter specification used with Elliptic Curve Cryptography (ECC). A Point on an Elliptic Curve in barycentric (or affine) coordinates. The interface for an Elliptic Curve (EC) private key. The parameters specifying an Elliptic Curve (EC) private key. The interface for an Elliptic Curve (EC) public key. The parameters specifying an Elliptic Curve (EC) public key. This class performs the graphical effect used at the edges of scrollable widgets when the user scrolls beyond the content bounds in 2D space. Helper for accessing EdgeEffect introduced after API level 4 in a backwards compatible fashion. This is the interface for text whose content and markup can be changed (as opposed to immutable text like Strings). Factory used by TextView to create new Editables. An EditorInfo describes several attributes of a text editing object that an input method is communicating with (typically an EditText), most importantly the type of text content it contains. EditText is a thin veneer over TextView that configures itself to be editable. A Preference that allows for string input.
ECParameterSpec
EdgeEffect
EdgeEffectCompat
Editable
Editable.Factory
EditorInfo
EditText EditTextPreference
Effect EffectContext
EffectFactory
Effects are high-performance transformations that can be applied to image frames. An EffectContext keeps all necessary state information to run Effects within a Open GL ES 2.0 context. The EffectFactory class defines the list of available Effects, and provides functionality to inspect and instantiate them.
Some effects may issue callbacks to inform the host of changes to the effect state.
EffectUpdateListener EGL EGL10 EGL11 EGLConfig EGLContext EGLDisplay EGLSurface Element Element Element
elements. EllipticCurve EmbossMaskFilter An EmptyStackException is thrown if the pop/peek method of a stack is executed on an empty stack. The abstract key specification for a public or a private key in encoded format. The home for utility methods that handle various encoding tasks. This class implements the EncryptedPrivateKeyInfo
EncryptedPrivateKeyInfo ASN.1 type as
EmptyStackException
EncodedKeySpec
EncodingUtils
specified in PKCS #8 - Private-Key Information Syntax Standard. Listens for the end of elements. Listens for the end of text elements. English reason phrases for HTTP status codes. A representation of a item using ContentValues. This interface represents a known entity, either parsed or unparsed, in an XML document.
EntityEnclosingRequestWrapper
used to change properties of the current request without modifying the original object. A specialization of Iterator that allows iterating over a collection of Entity objects.
EntityIterator
EntityReference EntityResolver
represent an entity reference in the tree. Basic interface for resolving entities. Extended interface for mapping external entity references to input sources, or providing a missing external subset. Default implementation of an entity serializer. Entity that delegates the process of content generation to an abstract content producer. Static helpers for dealing with entities. The superclass of all enumerated types. Thrown if an enum constant does not exist for a particular name. A legacy iteration interface. An Map specialized for use with Enum types as keys. An EnumSet is a specialized Set to be used with enums as keys. Provides access to environment variables. A sound generated within a room travels in many directions. The OnParameterChangeListener interface defines a method called by the EnvironmentalReverb when a parameter value has changed. The Settings class regroups all environmental reverb parameters. Thrown when a program encounters the end of a file or stream during an input operation.
EntityResolver2
EntitySerializer EntityTemplate EntityUtils Enum<E extends Enum<E>> EnumConstantNotPresentException Enumeration<E> EnumMap<K extends Enum<K>, V>
EnvironmentalReverb.OnParameterChangeListener
EnvironmentalReverb.Settings
EOFException
EofSensorInputStream EofSensorWatcher
A stream wrapper that triggers actions on close() and EOF. A watcher for EofSensorInputStream. An Equalizer is used to alter the frequency response of a particular music source or of the main output mix. The OnParameterChangeListener interface defines a method called by the Equalizer when a parameter value has changed. The Settings class regroups all equalizer parameters.
Error is the superclass of all classes that
Equalizer
Equalizer.OnParameterChangeListener
Equalizer.Settings
Error ErrorHandler
ErrorListener
To provide customized error handling, implement this interface and use the setErrorListener method to register an instance of the implementation with the Transformer.
An error reporting facility for Handler implementations to record any error that may happen during logging. Methods for encoding and decoding ETC1 textures. Utility methods for using ETC1 compressed textures. A utility class encapsulating a compressed ETC1 texture. EventListener is the superclass of all event listener interfaces. This abstract class provides a simple wrapper for
ErrorManager
ETC1
ETC1Util
ETC1Util.ETC1Texture
EventListener EventListenerProxy
Access to the system diagnostic event record. A previously logged event read from the logs. This class is deprecated. This class is no longer functional. Use EventLog instead.
represent recoverable exceptions. Thrown when an exception occurs during class initialization. The home for utility methods that handle various exception-related tasks. A synchronization point at which threads can pair and swap elements within pairs.
Context attribute names for protocol execution.
ExceptionInInitializerError
ExceptionUtils
Exchanger<V> ExecutionContext
ExecutionException
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception. An object that executes submitted Runnable tasks. A CompletionService that uses a supplied Executor to execute tasks. Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this package.
Executor
ExecutorCompletionService<V>
Executors
ExecutorService
An Executor that provides methods to manage termination and methods that can produce a Future for tracking progress of one or more asynchronous tasks. This class implements the functionality of an exemption mechanism such as key recovery, key weakening, or key escrow. This is the base class for
ExemptionMechanismException.
ExemptionMechanism
ExemptionMechanismException
ExemptionMechanismSpi
The Service Provider Interface (SPI) definition for the ExemptionMechanism class. This is a class for reading and writing Exif tags in a JPEG file. 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. An adapter that links a ExpandableListView with the underlying data. A view that shows items in a vertically scrolling two-level list. Extra menu information specific to an ExpandableListView provided to the
ExifInterface
ExpandableListActivity
ExpandableListAdapter
ExpandableListView
ExpandableListView.ExpandableListContextMenuInfo onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a context menu is brought up for this AdapterView. Interface definition for a callback to be invoked when a child in this expandable list has been clicked. Interface definition for a callback to be invoked when a group in this expandable list has been clicked.
ExpandableListView.OnChildClickListener
ExpandableListView.OnGroupClickListener
ExpandableListView.OnGroupCollapseListener ExpandableListView.OnGroupExpandListener
Used for being notified when a group is collapsed Used for being notified when a group is expanded
Externalizable
Defines an interface for classes that want to be serializable, but have their own binary representation. Specialization of EditText for showing and interacting with the extracted text in a full-screen input method. Information about text that has been extracted for use by an input method. Description of what an input method would like from an application when extract text from its input editor.
ExtractEditText
ExtractedText
ExtractedTextRequest
F
FaceDetector Identifies the faces of people in a Bitmap graphic object. A Face contains all the information identifying the location of a face in a bitmap. Thrown when a problem with configuration with the Parser Factories exists. A single feature that can be requested by an application. This class represents a field. Utility class for packing arguments and structures from Android system objects to Renderscript objects. Identifies fields in formatted strings. An "abstract" representation of a file system entity identified by a pathname.
FaceDetector.Face
FactoryConfigurationError
FileA3D
FileA3D allows users to load Renderscript objects from files or resources stored on disk. Specifies what renderscript object type is contained within the FileA3D IndexEntry IndexEntry contains information about one of the Renderscript objects inside the file's index. A helper class that can be used in conjunction with BackupAgentHelper to manage the backup of a set of files. An abstract channel type for interaction with a platform file.
MapMode defines file mapping mode constants.
FileA3D.EntryType
FileA3D.IndexEntry
FileBackupHelper
Wraps a Unix file descriptor. An entity whose content is retrieved from a file. An interface for filtering File objects based on their names or other information. A FileHandler writes logging records into a specified file or a rotating set of files. An input stream that reads bytes from a file. A FileLock represents a locked region of a file. A FileLockInterruptionException is thrown when a thread is interrupted while waiting to acquire a file lock. An interface for filtering File objects based on their names or the directory they reside in. Defines a scheme for mapping a filename type to a MIME content type. Thrown when a file specified by a program cannot be
FileLockInterruptionException
FilenameFilter
FileNameMap FileNotFoundException
found. Monitors files (using inotify) to fire an event after files are accessed or changed by by any process on the device (including this one). An output stream that writes bytes to a file. Legacy security code; do not use. A specialized Reader that reads from a file in the file system. A specialized Writer that writes to a file in the file system.
FileObserver
Listener used to receive a notification upon completion of a filtering operation. Holds the results of a filtering operation. Defines a filterable behavior.
Wraps an existing InputStream and performs some transformation on the input data while it is being read. Wraps an existing OutputStream and performs some transformation on the output data while it is being written. This class can be used by external clients of CursorAdapter and CursorTreeAdapter to define how the content of the adapter should be filtered. Wraps an existing Reader and performs some transformation on the input data while it is being read.
FilterInputStream
FilterOutputStream
FilterQueryProvider
FilterReader
FilterWriter
Wraps an existing Writer and performs some transformation on the output data while it is being written. This annotation can be used on an InstrumentationTestCase's test methods. The wrapper for the primitive type float. Class for exposing the native Renderscript float2 type back to the Android system. Class for exposing the native Renderscript float2 type back to the Android system. Class for exposing the native Renderscript float2 type back to the Android system. A buffer of floats. This evaluator can be used to perform type interpolation between float values. Math routines similar to those found in Math. Defines an interface for classes that can (or need to) be flushed, typically before some output processing is considered to be finished and the object gets closed. The algorithm used for finding the next focusable view in a given direction from a view that currently has focus.
Float3
Flushable
FocusFinder
This class gives users a simple way to draw hardware accelerated text.
The base class for all formats. Inner class used to represent Format attributes in the AttributedCharacterIterator that the
in Format subclasses. FormatException A FormatFlagsConversionMismatchException will be thrown if a conversion and the flags are incompatible. Classes that handle custom formatting for the 's' specifier of Formatter should implement the Formattable interface. FormattableFlags are used as a parameter to FormattableFlags
formatTo(Formatter, int, int, int) and
FormatFlagsConversionMismatchException
Formattable
change the output format in Formattables. FormattedHeader An HTTP header which is already formatted. Utility class to aid in formatting common values that are not covered by the Formatter class in
java.util
Formatter
Formatter
Formatter
objects into a string representation. The enumeration giving the available styles for formatting very large decimal numbers. A FormatterClosedException will be thrown if the formatter has been closed. A Fragment is a piece of an application's user interface or behavior that can be placed in an Activity. Static library support version of the framework's Fragment. Thrown by instantiate(Context, String,
Formatter.BigDecimalLayoutForm
FormatterClosedException
Fragment
Fragment Fragment.InstantiationException
Fragment.InstantiationException
Thrown by instantiate(Context, String, Bundle) when there is an instantiation failure. State information that has been retrieved from a fragment instance through
FragmentManager.saveFragmentInstanceStat e.
Fragment.SavedState
Fragment.SavedState
State information that has been retrieved from a fragment instance through
FragmentManager.saveFragmentInstanceStat e.
FragmentActivity
Base class for activities that want to use the supportbased Fragment and Loader APIs. Helper class for showing "bread crumbs" representing the fragment stack in an activity.
FragmentBreadCrumbs
FragmentBreadCrumbs.OnBreadCrumbClickListen Interface to intercept clicks on the bread crumbs. er Helper for accessing features in Fragment introduced after API level 13 in a backwards compatible fashion. Interface for interacting with Fragment objects inside of an Activity FragmentManager
FragmentCompat
Developer Guides
For more information about using fragments, read the Fragments developer guide.
FragmentManager
Static library support version of the framework's FragmentManager. Representation of an entry on the fragment back stack, as created with FragmentTransaction.addToBackStack(). Representation of an entry on the fragment back
FragmentManager.BackStackEntry
FragmentManager.BackStackEntry
FragmentManager.OnBackStackChangedListener Interface to watch for changes to the back stack. FragmentManager.OnBackStackChangedListener Interface to watch for changes to the back stack. Implementation of PagerAdapter that represents each page as a Fragment that is persistently kept in the fragment manager as long as the user can return to the page. Implementation of PagerAdapter that represents each page as a Fragment that is persistently kept in the fragment manager as long as the user can return to the page. Implementation of PagerAdapter that uses a Fragment to manage each page. Implementation of PagerAdapter that uses a Fragment to manage each page. API for performing a set of Fragment operations. Static library support version of the framework's FragmentTransaction. FrameLayout is designed to block out an area on the screen to display a single item. Per-child layout information for layouts that support margins. Provides the interface through which a BackupAgent writes entire files to a full backup data set, via its
onFullBackup(FullBackupDataOutput)
FragmentPagerAdapter
FragmentPagerAdapter
FragmentStatePagerAdapter
FrameLayout
FrameLayout.LayoutParams
FullBackupDataOutput
FutureTask<V>
G
Gallery A view that shows items in a center-locked, horizontally scrolling list. Gallery extends LayoutParams to provide a place to hold current Transformation information along with previous position/transformation info. The interface for channels that can write a set of buffers in a single operation.
GeneralSecurityException is a general
Gallery.LayoutParams
GatheringByteChannel
GeneralSecurityException
security exception and the superclass for all security specific exceptions. This interface represents an array type with a component type that is either a parameterized type or a type variable. Common interface for language constructs that declare type parameters. Indicates that a malformed signature has been encountered via a reflective method. A class for handling geocoding and reverse geocoding. This class is used to get Geolocation permissions from, and set them on the WebView. Callback interface used by the browser to report a Geolocation permission state set by the user in response to a permissions prompt. This class is used to estimated estimate magnetic field at a given point on Earth, and in particular, to compute the magnetic declination from true north.
GenericArrayType
GenericDeclaration
GenericSignatureFormatError
Geocoder
GeolocationPermissions
GeolocationPermissions.Callback
GeomagneticField
Gesture
A gesture is a hand-drawn shape on a touch screen. Detects various gestures and events using the supplied MotionEvents. The listener that is used to notify when a doubletap or a confirmed single-tap occur. The listener that is used to notify when gestures occur. A convenience class to extend when you only want to listen for a subset of all the gestures.
GestureDetector
GestureDetector.OnDoubleTapListener
GestureDetector.OnGestureListener
GestureOverlayView
A transparent overlay for gesture input that can be placed on top of other widgets or contain other widgets.
GestureOverlayView.OnGestureListener GestureOverlayView.OnGesturePerformedListener GestureOverlayView.OnGesturingListener GesturePoint GestureStore A timed point of a gesture stroke. GestureLibrary maintains gesture examples and makes predictions on a new gesture A gesture stroke started on a touch down and ended on a touch up. Utility functions for gesture processing & analysis, including methods for: GestureUtils
y
GestureStroke
feature extraction (e.g., samplers and those for calculating bounding boxes and gesture path lengths); geometric transformation (e.g.,
translation, rotation and scaling); gesture similarity comparison (e.g., calculating Euclidean or Cosine distances between two gestures).
GetChars
Please implement this interface if your CharSequence has a getChars() method like the one in String that is faster than calling charAt() multiple times.
GL GL10 GL10Ext GL11 GL11Ext GL11ExtensionPack GLDebugHelper GLES10 GLES10Ext GLES11 GLES11Ext GLES20 GLException OpenGL ES 2.0 An exception class for OpenGL errors. An implementation of SurfaceView that uses the dedicated surface for displaying OpenGL rendering. An interface for choosing an EGLConfig configuration from a list of potential A helper class for debugging OpenGL ES applications.
GLSurfaceView
GLSurfaceView.EGLConfigChooser
configurations. GLSurfaceView.EGLContextFactory An interface for customizing the eglCreateContext and eglDestroyContext calls. An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls. An interface used to wrap a GL interface. A generic renderer interface. A set of GL utilities inspired by the OpenGL Utility Toolkit. Utility class to help bridging OpenGL ES and Android APIs. This class represents the current state of a GPS satellite. This class represents the current state of the GPS engine. Used for receiving notifications when GPS status has changed. Used for receiving NMEA sentences from the GPS. A Drawable with a color gradient for buttons, backgrounds, etc. Controls how the gradient is oriented relative to the drawable's bounds Standard constants and tools for placing an object within a potentially larger container.
GregorianCalendar is a concrete subclass of
GLSurfaceView.EGLWindowSurfaceFactory
GLUtils
GpsSatellite
GpsStatus
GpsStatus.Listener
GpsStatus.NmeaListener
GradientDrawable
GradientDrawable.Orientation
Gravity
GregorianCalendar
GridLayout
A layout that places its children in a rectangular grid. Alignments specify where a view should be placed within a cell group and what size it should be. Layout information associated with each of the children of a GridLayout. A Spec defines the horizontal or vertical characteristics of a group of cells. A layout animation controller is used to animated a grid layout's children.
GridLayout.Alignment
GridLayout.LayoutParams
GridLayout.Spec
GridLayoutAnimationController
The set of parameters that has to be attached to GridLayoutAnimationController.AnimationParameters 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. A Principal that represents a group of principals. Represents the cell location on a GSM phone.
Guard implementors protect access to other
objects.
GuardedObject controls access to an object, by
GuardedObject
checking all requests for the object with a Guard. 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. The GZIPOutputStream class is used to write data to a stream in the GZIP storage format.
GZIPInputStream
GZIPOutputStream
H
Handler A Handler allows you to send and process Message and Runnable objects associated with a thread's MessageQueue. A Handler object accepts a logging request and exports the desired messages to a target, for example, a file, the console, etc. Callback interface you can use when instantiating a Handler to avoid having to implement your own subclass of Handler. This class is deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class. Handy class for starting a new thread that has a looper. The event object encapsulating the information about a completed SSL handshake on a SSL connection. The listener to be implemented to receive event notifications on completion of SSL handshake on an SSL connection. Constants to be used to perform haptic feedback effects via
performHapticFeedback(int)
Handler
Handler.Callback
HandlerBase
HandlerThread HandshakeCompletedEvent
HandshakeCompletedListener
HapticFeedbackConstants HashMap<K, V> HashSet<E> Hashtable<K, V> Header HeaderElement HeaderElementIterator HeaderGroup HeaderIterator HeaderValueFormatter
HashMap is an implementation of Map. HashSet is an implementation of a Set. Hashtable is a synchronized implementation of Map. Represents an HTTP header field. One element of an HTTP header value. A type-safe iterator for HeaderElement objects. A class for combining a set of headers. A type-safe iterator for Header objects. Interface for formatting elements of a header value.
HeaderValueParser HeaderViewListAdapter
Interface for parsing header values into elements. ListAdapter used when a ListView has header views. Additional methods that when implemented make an ExpandableListAdapter take advantage of the Adapter view type mechanism.
HeterogeneousExpandableList
This transformation method causes any carriage return characters HideReturnsTransformationMethod (\r) to be hidden by displaying them as zero-width non-breaking space characters (). HorizontalScrollView HostNameResolver HostnameVerifier Html Html.ImageGetter Html.TagHandler HTTP HttpAbstractParamBean HttpAuthHandler HttpClient HttpClientConnection HttpClientParams HttpConnection HttpConnectionMetrics HTTP authentication request that must be handled by the user interface. Interface for an HTTP client. An HTTP connection for use on the client side. An adaptor for accessing HTTP client parameters in HttpParams. A generic HTTP connection, useful on client and server side. The point of access to the statistics of an HttpConnection. The interface to be used to provide hostname verification functionality. This class processes HTML strings into displayable styled text. Retrieves images for HTML <img> tags. Is notified when HTML tags are encountered that the parser does not know how to interpret. Constants and static helpers related to the HTTP protocol. Layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display.
An adaptor for accessing connection parameters in HttpParams. A context for executing a request. An opaque key-value value pair held by an HTTP client to permit a stateful session with an HTTP server. Generates a date in the format required by the HTTP protocol. HTTP DELETE method
HttpDelete
An entity that can be sent or received with an HTTP message. A request with an entity. Basic implementation of an HTTP request that can be modified. Base class for wrapping entities. Signals that an HTTP exception has occurred. Defines an interface to verify whether an incoming HTTP request meets the target server's expectations. HTTP GET method. HTTP HEAD method. Holds all of the variables needed to describe an HTTP connection to a host. A ConnectException that specifies the HttpHost that was being connected to.
HttpHostConnectException
An HTTP connection over the Internet Protocol (IP). A generic HTTP message. Generic message parser interface. Generic message writer interface. HTTP OPTIONS method. Represents a collection of HTTP protocol and framework parameters. HTTP POST method. Performs interceptor processing of requests and responses.
HttpProtocolParams
This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP protocol specific parameters. HTTP PUT method. An HTTP request. Basic implementation of an HTTP request that can be modified. Sends HTTP requests and receives the responses. A factory for HttpRequest objects.
Maintains a map of HTTP request handlers keyed by a request URI pattern. Interface to be implemented by objects that can resolve HttpRequestHandler instances by request URI. Processes a request. Provides access to an ordered list of request interceptors.
HttpRequestParser HttpRequestRetryHandler HttpRequestWriter HttpResponse HttpResponseCache HttpResponseException HttpResponseFactory HttpResponseInterceptor HttpResponseInterceptorList HttpResponseParser HttpResponseWriter HttpRetryException HttpRoute HttpRouteDirector HttpRoutePlanner HttpServerConnection HttpService HttpStatus HttpsURLConnection HttpTrace HttpTransportMetrics If a HTTP request has to be retried, this exception will be thrown if the request cannot be retried automatically. The route for a request. Provides directions on establishing a route. Encapsulates logic to compute a HttpRoute to a target host. An HTTP connection for use on the server side. Minimalistic server-side implementation of an HTTP processor. Constants enumerating the HTTP status codes. An HttpURLConnection for HTTPS (RFC 2818). HTTP TRACE method. An HTTP response. Caches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and bandwidth. Signals a non 2xx HTTP response. A factory for HttpResponse objects. Processes a response. Provides access to an ordered list of response interceptors. A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
HttpTransportMetricsImpl
Default implementation of HttpTransportMetrics. Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type. An URLConnection for HTTP (RFC 2616) used to send and receive data over the web. Represents an HTTP version, as specified in RFC 2616.
HttpUriRequest
HttpURLConnection HttpVersion
I
IBinder Base interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when performing in-process and cross-process calls. Interface for receiving a callback when the process hosting an IBinder has gone away.
IBinder.DeathRecipient IconMarginSpan
Identity
This class is deprecated. The functionality of this class has been replace by Principal, KeyStore and the java.security.cert package. IdentityHashMap is a variant on HashMap which tests equality by reference instead of equality by value. A stream for reading from a session input buffer. A stream for writing with an "identity" transport encoding. This class is deprecated. The functionality of this class has been replace by Principal, KeyStore and the java.security.cert package. A helper class for connection managers to track idle connections. Converts internationalized domain names between Unicode and the ASCII Compatible Encoding (ACE) representation.
IdentityScope
IdleConnectionHandler
IDN
IInterface IllegalAccessError
Base class for Binder interfaces. Thrown when the VM notices that a program tries access a field which is not accessible from where it is referenced. Thrown when a program attempts to access a field or method which is not accessible from the location where the reference is made. Thrown when a method is invoked with an argument which it can not reasonably deal with. 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. The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher. An IllegalCharsetNameException is thrown when an illegal charset name is encountered. An IllegalFormatCodePointException will be thrown if an invalid Unicode code point (defined by isValidCodePoint(int)) is passed as a parameter to a Formatter. An IllegalFormatConversionException will be thrown when the parameter is incompatible with the corresponding format specifier. An IllegalFormatException is thrown when a format string that contains either an illegal syntax or format specifier is transferred as a parameter. An IllegalFormatFlagsException will be thrown if the combination of the format flags is illegal. An IllegalFormatPrecisionException will be thrown if the precision is a negative other than -1 or in other cases where precision is not supported.
IllegalAccessException
IllegalArgumentException
IllegalBlockingModeException
IllegalBlockSizeException
IllegalCharsetNameException
IllegalFormatCodePointException
IllegalFormatConversionException
IllegalFormatException
IllegalFormatFlagsException
IllegalFormatPrecisionException
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. 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. An IllegalSelectorException is thrown when a call is made to register a channel on a selector that has been created by a different provider. Thrown when an action is attempted at a time when the VM is not in the correct state. Thrown when an operation is attempted which is not possible given the state that the executing thread is in.
IllegalMonitorStateException
IllegalSelectorException
IllegalStateException
Displays a button with an image (instead of text) that can be pressed or clicked by the user.
Displays an arbitrary image, such as an icon. Options for scaling the bounds of an image to the bounds of this view.
IncompatibleClassChangeError is the superclass of all
IncompatibleClassChangeError
classes which represent errors that occur when inconsistent class files are loaded into the same running image. Indicates that an element of an annotation type was accessed that was added after the type was compiled or serialized. A type of PropertyChangeEvent that indicates that an indexed property has changed. Thrown when a program attempts to access a value in an indexable collection using a value which is outside of the range
IncompleteAnnotationException
IndexedPropertyChangeEvent
IndexOutOfBoundsException
of valid indices. Inet4Address Inet6Address InetAddress InetAddressUtils InetSocketAddress InflateException Inflater An IPv4 address. An IPv6 address. An Internet Protocol (IP) address. A collection of utilities relating to InetAddresses. This class represents a socket endpoint described by a IP address and a port number. This exception is thrown by an inflater on error conditions. This class decompresses data that was compressed using the DEFLATE algorithm (see specification). This class provides an implementation of FilterInputStream that decompresses data that was compressed using the DEFLATE algorithm (see specification). An OutputStream filter to decompress data. A thread-local variable whose value is passed from parent to child thread. Defines a meta-annotation for indicating that an annotation is automatically inherited. Information given to an InputMethod about a client connecting to it. The InputConnection interface is the communication channel from an InputMethod back to the application that is receiving its input.
InflaterInputStream
InflaterOutputStream InheritableThreadLocal<T>
Inherited
InputBinding
InputConnection
InputEvent InputFilter
Common base class for input events. InputFilters can be attached to Editables to constrain the changes that can be made to them. This filter will capitalize all the lower case letters that are added through edits. This filter will constrain edits not to make the length of the text greater than the specified length. The InputMethod interface represents an input method which can generate key events and text, such as digital, email addresses, CJK characters, other language characters, and etc., while handling various input events, and send the text back to the application that requests text input.
InputFilter.AllCaps
InputFilter.LengthFilter
InputMethod
InputMethod.SessionCallback InputMethodInfo This class is used to specify meta information of an input method. Central system API to the overall input method framework (IMF) architecture, which arbitrates interaction between applications and the current input method. InputMethodService provides a standard implementation of an InputMethod, which final implementations can derive from and customize. Concrete implementation of InputMethodService.InputMethodImpl
AbstractInputMethodService.AbstractInputMethodIm pl that provides all of the standard behavior for an input
InputMethodManager
InputMethodService
method. Concrete implementation of InputMethodService.InputMethodSess AbstractInputMethodService.AbstractInputMethodSe ssionImpl that provides all of the standard behavior for an ionImpl input method session. InputMethodService.Insets Information about where interesting parts of the input method UI appear.
InputMethodSession
The InputMethodSession interface provides the per-client functionality of InputMethod that is safe to expose to applications.
InputMethodSession.EventCallback InputMethodSubtype This class is used to specify meta information of a subtype contained in an input method. 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. An input queue provides a mechanism for an application to receive incoming input events. Interface to receive notification of when an InputQueue is associated and dissociated with a thread. A single input source for an XML entity. A readable source of bytes. A streamed entity obtaining content from an InputStream. A class for turning a byte stream into a character stream. Bit definitions for an integer defining the basic content type of text held in an Editable object. A Drawable that insets another Drawable by a specified distance. Thrown when the VM 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. Thrown when a program attempts to access a constructor which is not accessible from the location where the reference is made. Base class for implementing application instrumentation code. Information about a particular kind of Intent that is being
InputMismatchException
InputQueue
InsetDrawable
InstantiationError
monitored. Instrumentation.ActivityResult Description of a Activity execution result to return to the original activity. Information you can retrieve about a particular piece of test instrumentation. A test case that has access to Instrumentation. An Instrumentation that runs various types of TestCases against an Android package (application). A TestSuite that injects Instrumentation into InstrumentationTestCase before running them. Class for exposing the native Renderscript int2 type back to the Android system. Class for exposing the native Renderscript int3 type back to the Android system. Class for exposing the native Renderscript int4 type back to the Android system. A buffer of ints. The wrapper for the primitive type int. An intent is an abstract description of an operation to be performed. Wrapper class holding an Intent and implementing comparisons on it for the purpose of filtering. Represents a shortcut/live folder icon resource. Helper for accessing features in Intent introduced after API level 4 in a backwards compatible fashion. Structured description of Intent values to be matched. This is an entry for a single authority in the Iterator returned by
InstrumentationTestSuite
Int2
Int3
authoritiesIterator().
IntentFilter.MalformedMimeTypeExce This exception is thrown when a given MIME type does not have a valid syntax. ption IntentSender IntentSender.OnFinished A description of an Intent and target action to perform with it. Callback interface for discovering when a send operation has completed. Exception thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request. IntentService is a base class for Services that handle asynchronous requests (expressed as Intents) on demand. Identifies one of a network interface's addresses. Thrown when the VM notices that it has gotten into an undefined state.
IntentSender.SendIntentException
Thrown when a waiting thread is activated before the condition it was waiting for has been satisfied. Signals that a blocking I/O operation has been interrupted. Channels that implement this interface can be asynchronously closed and interrupted. This evaluator can be used to perform type interpolation between int values.
InvalidAlgorithmParameterException indicates the
IntEvaluator
InvalidAlgorithmParameterException InvalidClassException
occurrence of invalid algorithm parameters. 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 indicates exceptional conditions,
InvalidKeyException
caused by an invalid key. The exception that is thrown when an invalid key specification is encountered. An InvalidMarkException is thrown when reset() is called on a buffer, but no mark has been set previously. Signals that, during deserialization, the validation of an object has failed.
InvalidParameterException indicates exceptional
InvalidKeySpecException
InvalidMarkException
InvalidObjectException
InvalidParameterException
conditions, caused by invalid parameters. The exception that is thrown when an invalid parameter specification is encountered. An exception to indicate that the input XML file is not wellformed or could not be validated against the appropriate document type (specified by in the Preferences). An InvalidPropertiesFormatException is thrown if loading the XML document defining the properties does not follow the Properties specification. Implementors of this interface dispatch methods invoked on proxy instances. This class provides a wrapper for an exception thrown by a Method or Constructor invocation. This error is thrown when a severe I/O error has happened. Signals a general, I/O-related error. Provides access to ISO-DEP (ISO 14443-4) properties and I/O operations on a Tag.
InvalidParameterSpecException
InvalidPreferencesFormatException
InvalidPropertiesFormatException
InvocationHandler
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. Instances of classes that implement this interface can be used with the enhanced for loop. An iterator over a sequence of objects, such as a collection. The algorithm parameter specification for an initialization vector.
J
JarEntry Represents a single file in a JAR archive together with the manifest attributes and digital signatures associated with it. This runtime exception is thrown when a problem occurs while reading a JAR file.
JarFile is used to read jar entries and their associated data from jar
JarException
files. The input stream from which the JAR file to be read may be fetched. The JarOutputStream is used to write data in the JarFile format to an arbitrary output stream This class establishes a connection to a jar: URL using the JAR protocol. JetPlayer provides access to JET content playback and control.
JetPlayer.OnJetEventListener Handles the notification when the JET engine generates an event. JSONArray JSONException JSONObject JsonReader JSONStringer A dense indexed sequence of values. Thrown to indicate a problem with the JSON API. A modifiable set of name/value mappings. Reads a JSON (RFC 4627) encoded value as a stream of tokens. Implements toString() and toString().
A structure, name or value type in a JSON-encoded string. Parses a JSON (RFC 4627) encoded string into the corresponding object. Writes a JSON (RFC 4627) encoded value to a stream, one token at a time. Public class for handling javascript prompt requests.
K
Key KeyAgreement KeyAgreementSpi
Key is the common interface for all keys.
This class provides the functionality for a key exchange protocol. The Service Provider Interface (SPI) definition for the KeyAgreement class. Loads an XML description of a keyboard and stores the attributes of the keys. Class for describing the position and characteristics of a single key in the keyboard. Container for keys in the keyboard. A view that renders a virtual Keyboard.
Keyboard
KeyboardView.OnKeyboardActionLi Listener for virtual keyboard events. stener KeyChain The KeyChain class provides access to private keys and their corresponding certificate chains in credential storage. The KeyChainAliasCallback is the callback for KeyChainAliasCallback
choosePrivateKeyAlias(Activity, KeyChainAliasCallback, String[], Principal[], String, int, String).
KeyChainException KeyCharacterMap
Thrown on problems accessing the KeyChain. Describes the keys provided by a keyboard device and their associated labels.
KeyCharacterMap.KeyData
This class is deprecated. instead use getDisplayLabel(int), getNumber(int) and get(int, int).
KeyCharacterMap.UnavailableExcep Thrown by load(int) when a key character map could not be tion loaded. KeyEvent KeyEvent.Callback KeyEvent.DispatcherState Use with dispatch(Callback, DispatcherState, Object) for more advanced key dispatching, such as long presses. Helper for accessing features in KeyEvent introduced after API level 4 in a backwards compatible fashion.
KeyException is the common superclass of all key related
KeyEventCompat
KeyException
exceptions.
KeyFactory is an engine class that can be used to translate
KeyFactory
between public and private key objects and convert keys between their external representation, that can be easily transported and their internal representation.
KeyFactorySpi is the Service Provider Interface (SPI) definition
for KeyFactory. This class holds a time/value pair for an animation. This class provides the public API for generating symmetric cryptographic keys. The Service Provider Interface (SPI) definition for the KeyGenerator class. Class that can be used to lock and unlock the keyboard. This class is deprecated. Use FLAG_DISMISS_KEYGUARD and/or FLAG_SHOW_WHEN_LOCKED instead; this allows you to seamlessly hide the keyguard as your application moves in and out of the foreground and does not require that any special permissions be requested. Handle returned by newKeyguardLock(String) that allows you to disable / reenable the keyguard.
KeyGeneratorSpi KeyguardManager
KeyguardManager.KeyguardLock
Callback passed to KeyguardManager.OnKeyguardExitR exitKeyguardSecurely(KeyguardManager.OnKeyguardExi esult tResult) to notify caller of result. KeyListener Interface for converting text key events into edit operations on an Editable class.
KeyManagementException is a general exception, thrown to
KeyManagementException
indicate an exception during processing an operation concerning key management. This is the interface to implement in order to mark a class as a JSSE key managers so that key managers can be easily grouped. The public API for KeyManagerFactory implementations. The Service Provider Interface (SPI) for the KeyManagerFactory class.
KeyPair is a container for a public key and a private key. KeyPairGenerator is an engine class which is capable of
KeyPairGenerator
generating a private key and its related public key utilizing the algorithm it was initialized with.
KeyPairGeneratorSpi is the Service Provider Interface (SPI)
KeyPairGeneratorSpi
objects.
Type enumerates the supported key types.
their owners.
Builder is used to construct new instances of KeyStore. CallbackHandlerProtection is a ProtectionParameter
KeyStore.Entry KeyStore.LoadStoreParameter
Entry is the common marker interface for a KeyStore entry. LoadStoreParameter represents a parameter that specifies how
KeyStore.PasswordProtection
KeyStore.PrivateKeyEntry
private key.
ProtectionParameter is a marker interface for protection
KeyStore.ProtectionParameter
parameters.
SecretKeyEntry represents a KeyStore entry that holds a
KeyStore.SecretKeyEntry
secret key.
TrustedCertificateEntry represents a KeyStore entry that
L
LabeledIntent A special subclass of Intent that can have a custom label/icon associated with it. A set of utility methods to help produce consistent equals and hashCode methods. Marks a test that should run as part of the large tests. The exception that is thrown when an attempt is made to remove the the last Owner from an Owner. Displays a list of all activities which can be performed for a given intent.
LangUtils
LargeTest
LastOwnerException
LauncherActivity
Utility class to resize icons to match default icon size. An item in the list The lax implementation of the content length strategy. A Drawable that manages an array of other Drawables. A SocketFactory for layered sockets (SSL/TLS).
A base class that manages text layout in visual elements on the screen.
Stores information about bidirectional (left-to-right or right-to-left) text within the layout of a line. A layout animation controller is used to animated a layout's, or a view group's, children.
LayoutAnimationController
The set of parameters that has to be attached to each LayoutAnimationController.AnimationParameters view contained in the view group animated by the layout animation controller. LayoutInflater LayoutInflater.Factory LayoutInflater.Factory2 LayoutInflater.Filter Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated. This class enables automatic animations on layout changes in ViewGroup objects. This interface is used for listening to starting and This class is used to instantiate layout XML file into its corresponding View objects.
LayoutTransition LayoutTransition.TransitionListener
ending events for transitions. LDAPCertStoreParameters LeadingMarginSpan The parameters to initialize a LDAP CertStore instance. A paragraph style affecting the leading margin. An extended version of LeadingMarginSpan, which allows the implementor to specify the number of lines of text to which this object is attached that the "first line of paragraph" margin width will be applied to. The standard implementation of LeadingMarginSpan, which adjusts the margin but does not do any rendering.
Level objects are used to indicate the level of
LeadingMarginSpan.LeadingMarginSpan2
LeadingMarginSpan.Standard
Level
logging. A resource that manages a number of alternate Drawables, each assigned a maximum numerical value. SAX2 extension handler for lexical events.
LevelListDrawable
An interpolator where the rate of change is constant A Layout that arranges its children in a single column or a single row. Per-child layout information associated with ViewLinearLayout.
LineHeightSpan.WithDensity LineNumberInputStream LineNumberReader This class is deprecated. Use LineNumberReader Wraps an existing Reader and counts the line terminators encountered while reading the data. Interface for parsing lines in the HEAD section of an HTTP message.
LinkageError is the superclass of all error classes
LineParser
LinkageError
that occur when loading and linking class files. An optionally-bounded blocking deque based on linked nodes. An optionally-bounded blocking queue based on linked nodes. LinkedHashMap is an implementation of Map that guarantees iteration order. LinkedHashSet is a variant of HashSet. LinkedList is an implementation of List, backed by a doubly-linked list. Linkify take a piece of text and a regular expression and turns all of the regex matches in the text into clickable links. MatchFilter enables client code to have more control over what is allowed to match and become a link, and what is not. TransformFilter enables client code to have more control over how matched patterns are represented as URLs. A movement method that traverses links in the text buffer and scrolls if necessary. A List is a collection which maintains an ordering for
LinkedBlockingDeque<E>
LinkedBlockingQueue<E>
Linkify
Linkify.MatchFilter
Linkify.TransformFilter
LinkMovementMethod List<E>
its elements. 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. Extended Adapter that is the bridge between a ListView and the data that backs the list. A fragment 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. Static library support version of the framework's ListFragment. An ListIterator is used to sequence over a List of objects. A ListPopupWindow anchors itself to a host view and displays a list of choices. A Preference that displays a list of entries as a dialog.
ListResourceBundle is the abstract superclass of
ListActivity
ListAdapter
ListFragment
ListFragment
ListIterator<E>
ListPopupWindow
ListPreference
ListResourceBundle
classes which provide resources by implementing the getContents() method to return the list of resources. A view that shows items in a vertically scrolling list. A class that represents a fixed view in a list, for example a header at the top or a footer at the bottom. This class is deprecated. Live folders are no longer supported by Android. These have been replaced by the new AppWidget Collection APIs introduced in HONEYCOMB. These provide all of the features of live folders plus many more. The use of live folders is greatly discouraged because of security issues they introduce -- publishing a live folder requires making all
ListView
ListView.FixedViewInfo
LiveFolders
data show for the live folder available to all applications with no permissions protecting it. Loader<D> An abstract class that performs asynchronous loading of data. Static library support version of the framework's Loader. An implementation of a ContentObserver that takes care of connecting it to the Loader to have the loader re-load its data when the observer is told it has changed. An implementation of a ContentObserver that takes care of connecting it to the Loader to have the loader re-load its data when the observer is told it has changed. Interface that is implemented to discover when a Loader has finished loading its data. Interface that is implemented to discover when a Loader has finished loading its data. Interface associated with an Activity or Fragment for managing one or more Loader instances associated with it. Static library support version of the framework's LoaderManager. Callback interface for a client to interact with the manager. Callback interface for a client to interact with the manager. A convenience class for testing Loaders. This class is deprecated. Use the new Fragment and FragmentManager APIs instead; these are also available on older platforms through the Android
Loader<D>
Loader.ForceLoadContentObserver
Loader.ForceLoadContentObserver
Loader.OnLoadCompleteListener<D>
Loader.OnLoadCompleteListener<D>
LoaderManager
LoaderManager
LoaderManager.LoaderCallbacks<D>
LoaderManager.LoaderCallbacks<D> LoaderTestCase
LocalActivityManager
compatibility package. LocalBroadcastManager Helper to register for and send broadcasts of Intents to local objects within your process.
Locale represents a language/country/variant
Locale
combination. non-standard class for creating inbound UNIX-domain socket on the Android platform, this is created in the Linux non-filesystem namespace. Creates a (non-server) socket in the UNIX-domain namespace. A UNIX-domain (AF_LOCAL) socket address. The namespace that this address exists in. A class representing a geographic location sensed at a particular time (a "fix"). Used for receiving notifications from the LocationManager when the location has changed. This class provides access to the system location services. An abstract superclass for location providers. Interface for associating a SAX event with a document location. SAX2 extension to augment the entity information provided though a Locator. SAX2 extension helper for holding additional Entity information, implementing the Locator2 interface. Provide an optional convenience implementation of Locator.
Lock implementations provide more extensive
LocalServerSocket
LocationListener
Locator2
Locator2Impl
LocatorImpl
Lock
Basic thread blocking primitives for creating locks and other synchronization classes. API for sending log output. Loggers are used to log records to a variety of destinations such as log files or the console.
LoggingMXBean is the management interface for the
logging sub-system. Legacy security code; do not use. Logs all data read to the wire LOG. Logs all data written to the wire LOG. Base class for exceptions that are thrown when a login error occurs. Abstract class for filtering login-related text (user names and passwords) This filter is compatible with GMail passwords which restricts characters to the Latin-1 (ISO8859-1) char set. This filter rejects characters in the user name that are not compatible with Google login. This filter rejects characters in the user name that are not compatible with GMail account creation.
LogManager is used to maintain configuration
LoginFilter
LoginFilter.PasswordFilterGMail
LoginFilter.UsernameFilterGeneric
LoginFilter.UsernameFilterGMail
LogManager
properties of the logging framework, and to manage a hierarchical namespace of all named Logger objects. Implementation of a Printer that sends its output to the system log. A LogRecord object represents a logging request.
LogPrinter LogRecord
Long Long2
The wrapper for the primitive type long. Class for exposing the native Renderscript long2 type back to the Android system. Class for exposing the native Renderscript long3 type back to the Android system. Class for exposing the native Renderscript long4 type back to the Android system. A buffer of longs. Class used to run a message loop for a thread. Static library version of LruCache. A cache that holds strong references to a limited number of values. Parser or write operations may throw an LSException if the processing is stopped. This interface represents an input source for data. This interface represents an output destination for data. An interface to an object that is able to build, or augment, a DOM tree from various input sources.
LSParserFilters provide applications the ability to
Long3
LSParser
LSParserFilter
LSResourceResolver
applications to redirect references to external resources. A LSSerializer provides an API for serializing (writing) a DOM document out into XML.
LSSerializer
M
Mac This class provides the public API for Message Authentication Code (MAC) algorithms. The Service-Provider Interface (SPI) definition for the Mac class. MailTo URL parser This class parses a mailto scheme URL and then can be queried for the parsed parameters. Signals that authentication challenge is in some way invalid or illegal in the given context Signals a malformed chunked stream. Signals that a cookie is in some way invalid or illegal in a given context A MalformedInputException is thrown when a malformed input is encountered, for example if a byte sequence is illegal for the given charset. Thrown when a reader encounters malformed JSON. Indicates that a malformed parameterized type has been encountered by a reflective method. This exception is thrown when a program attempts to create an URL from an incorrect specification. A client-side connection with advanced connection logic. The marker interface for key manager factory parameters.
MacSpi
MailTo
MalformedChallengeException
MalformedChunkCodingException MalformedCookieException
MalformedInputException
MalformedJsonException
MalformedParameterizedTypeException
MalformedURLException
ManagedClientConnection
ManagerFactoryParameters
Manifest The Manifest class is used to obtain attribute information for a JarFile and its entries.
Manifest
Manifest.permission Manifest.permission_group A Map is a data structure consisting of a set of keys and values in which each key is mapped to a single value.
Map.Entry is a key/value mapping contained
Map<K, V>
Map.Entry<K, V>
in a Map.
MappedByteBuffer is a special kind of direct
MappedByteBuffer
byte buffer which maps a region of file to memory. MaskFilter is the base class for object that perform transformations on an alpha-channel mask before drawing it.
MaskFilter
MaskFilterSpan Matcher The result of applying a Pattern to a given input. Holds the results of a successful match of a Pattern against a given string. Class Math provides basic math constants and operations such as trigonometric functions, hyperbolic functions, exponential, logarithms, etc. Immutable objects describing settings such as rounding mode and digit precision for the numerical operations provided by class BigDecimal.
MatchResult
Math
MathContext
The Matrix class holds a 3x3 matrix for transforming coordinates. Matrix math utilities. Controlls how the src rect should align into the dst rect for setRectToRect(). Class for exposing the native Renderscript rs_matrix2x2 type back to the Android system. Class for exposing the native Renderscript rs_matrix3x3 type back to the Android system. Class for exposing the native Renderscript rs_matrix4x4 type back to the Android system. A mutable cursor implementation backed by an array of Objects. Builds a row, starting from the left-most column and adding one column value at a time. A view containing controls for a MediaPlayer.
Matrix2f
Matrix3f
Matrix4f
MatrixCursor
MatrixCursor.RowBuilder
MediaController MediaController.MediaPlayerControl
MediaMetadataRetriever
MediaMetadataRetriever class provides a unified interface for retrieving frame and meta data from an input media file. MediaPlayer class can be used to control playback of audio/video files and streams. Interface definition of a callback to be invoked indicating buffering status of a media resource being streamed over the network. Interface definition for a callback to be
MediaPlayer
MediaPlayer.OnBufferingUpdateListener
MediaPlayer.OnCompletionListener
invoked when playback of a media source has completed. Interface definition of a callback to be invoked when there has been an error during an asynchronous operation (other errors will throw exceptions at method call time). Interface definition of a callback to be invoked to communicate some info and/or warning about the media or its playback. Interface definition for a callback to be invoked when the media source is ready for playback. Interface definition of a callback to be invoked indicating the completion of a seek operation. Interface definition of a callback to be invoked when the video size is first known or updated Used to record audio and video. Defines the audio encoding. Defines the audio source. Interface definition for a callback to be invoked when an error occurs while recording. Interface definition for a callback to be invoked when an error occurs while recording. Defines the output format. Defines the video encoding. Defines the video source.
MediaPlayer.OnErrorListener
MediaPlayer.OnInfoListener
MediaPlayer.OnPreparedListener
MediaPlayer.OnSeekCompleteListener
MediaRecorder.OnErrorListener
MediaRecorder.OnInfoListener
MediaScannerConnection
MediaScannerConnection provides a way for applications to pass a newly created or downloaded media file to the media scanner service.
An interface for notifying clients of MediaScannerConnection when a connection MediaScannerConnection.MediaScannerConnectionClien to the MediaScanner service has been t established and when the scanning of a file has completed. MediaScannerConnection.OnScanCompletedListener Interface for notifying clients of the result of scanning a requested media file. The Media provider contains meta data for all available media on both internal and external storage devices. Container for all audio content. Columns representing an album Contains artists for audio files Columns representing an artist Contains artists for audio files Sub-directory of each artist containing all albums on which a song by the artist appears. Columns for audio file that show up in multiple tables. Contains all genres for audio files Sub-directory of each genre containing all members. Columns representing an audio genre
MediaStore
Contains playlists for audio files Sub-directory of each playlist containing all members. Columns representing a playlist Media provider table containing an index of all files in the media storage, including nonmedia files. Fields for master table for all media files. Contains meta data for all available images.
MediaStore.Files
MediaStore.Images.Thumbnails
This class allows developers to query and get two kinds of thumbnails: MINI_KIND: 512 x 384 thumbnail MICRO_KIND: 96 x 96 thumbnail Common fields for most MediaProvider tables
MediaStore.Video.Thumbnails
This class allows developers to query and get two kinds of thumbnails: MINI_KIND: 512 x 384 thumbnail MICRO_KIND: 96 x 96 thumbnail
MediaStore.Video.VideoColumns MediumTest Marks a test that should run as part of the medium tests. Common interface providing access to reflective information on class members.
Member
MemoryFile
MemoryFile is a wrapper for the Linux ashmem driver. A Handler put the description of log events into a cycled memory buffer. Interface for managing the items in a menu. Helper for accessing features in Menu introduced after API level 4 in a backwards compatible fashion. This class is used to instantiate menu XML files into Menu objects. Interface for direct access to a previously created menu item. Interface definition for a callback to be invoked when a menu item marked with
SHOW_AS_ACTION_COLLAPSE_ACTION_VIE W is expanded or collapsed.
MemoryHandler Menu
MenuCompat
MenuInflater
MenuItem
MenuItem.OnActionExpandListener
MenuItem.OnMenuItemClickListener
Interface definition for a callback to be invoked when a menu item is clicked. Helper for accessing features in MenuItem introduced after API level 4 in a backwards compatible fashion. A convience class that lets you present an array of Cursors as a single linear Cursor.
MenuItemCompat
point by point and triangle by triangle Defines a message containing a description and arbitrary data object that can be sent to a Handler. Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
MessageDigestSpi is the Service Provider
Message
MessageDigest
MessageDigestSpi
Interface (SPI) definition for MessageDigest. Produces concatenated messages in languageneutral way. The instances of this inner class are used as attribute keys in AttributedCharacterIterator that the
formatToCharacterIterator(Object)
MessageFormat
MessageFormat.Field
method returns. MessageQueue Low-level class holding the list of messages to be dispatched by a Looper. Callback interface for discovering when a thread is going to block waiting for more messages. Reference to a Handler, which others can use to send messages to it. This base class encapsulates the behavior for tracking the state of meta keys such as SHIFT, ALT and SYM as well as the pseudo-meta state of selecting text. This class represents a method. Indicates that an HTTP method is not supported.
MessageQueue.IdleHandler
Messenger
MetaKeyKeyListener
Method MethodNotSupportedException
MetricAffectingSpan
The classes that affect character-level text formatting in a way that changes the width or height of characters extend this class. The parameter specification for the Mask Generation Function (MGF1) in the RSA-PSS Signature and OAEP Padding scheme. Provides access to MIFARE Classic properties and I/O operations on a Tag. Provides access to MIFARE Ultralight properties and I/O operations on a Tag. Two-way map that maps MIME-types to file extensions and vice versa. 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. A MissingFormatWidthException will be thrown if the format width is missing but is required. A MissingResourceException is thrown by ResourceBundle when a resource bundle cannot be found or a resource is missing from a resource bundle. A mock Application class. Mock implementation of ContentProvider.
MGF1ParameterSpec
MifareClassic
MifareUltralight
MimeTypeMap
MissingFormatArgumentException
MissingFormatWidthException
MissingResourceException
A mock Cursor class that isolates the test code from real Cursor implementation.
A mock DialogInterface class. A mock PackageManager class. A mock Resources class. This class provides static methods to decode class and member modifiers. Helps answer common questions that come up when displaying a month in a 6 row calendar grid format. Contains additional assertion methods not found in JUnit. Object used to report movement (mouse, pen, finger, trackball) events. Transfer object for pointer coordinates. Transfer object for pointer properties. Helper for accessing features in MotionEvent introduced after API level 4 in a backwards compatible fashion. Provides cursor positioning, scrolling and text selection functionality in a TextView.
MonthDisplayHelper
MoreAsserts
MotionEventCompat
A class containing constants in the MTP and PTP specifications. This class represents an MTP or PTP device connected on the USB host bus. This class encapsulates information about an MTP device. This class encapsulates information about an object on an MTP device.
MtpDevice
MtpDeviceInfo
MtpObjectInfo
MtpStorageInfo
This class encapsulates information about a storage unit on an MTP device. 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. This simple Tokenizer can be used for lists where the items are separated by a comma and one or more spaces.
MultiAutoCompleteTextView
MultiAutoCompleteTextView.CommaTokenizer
MultiAutoCompleteTextView.Tokenizer This class implements a multicast socket for sending and receiving IP multicast datagram packets. Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses. A Preference that displays a list of entries as a dialog. This is the standard key listener for alphabetic input on 12-key keyboards. Special version of ContextWrapper that allows the base context to be modified after it is initially set.
MulticastSocket
MultihomePlainSocketFactory
MultiSelectListPreference
MultiTapKeyListener
MutableContextWrapper
N
NamedNodeMap Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name. The NameList interface provides the abstraction of an ordered collection of parallel pairs of name and namespace values (which could be null values), without defining or
NameList
NavigableMap<K, V>
Provides access to NDEF content and operations on a Tag. Provide access to NDEF format operations on a Tag. Represents an NDEF (NFC Data Exchange Format) data message that contains one or more NdefRecords. Represents a logical (unchunked) NDEF (NFC Data Exchange Format) record. Thrown when an attempt is made to create an array with a size of less than zero. Represents the neighboring cell information, including Received Signal Strength and Cell ID location. Legacy security code; do not use.
NdefRecord
NegativeArraySizeException
NetscapeDraftSpecFactory NetworkErrorException NetworkInfo NetworkInfo.DetailedState NetworkInfo.State NetworkInterface Describes the status of a network interface of a given type (currently either Mobile or Wifi). The fine-grained state of a network connection. Coarse-grained network state. This class is used to represent a network interface of the local device. The exception that is thrown when an application attempts to perform a networking operation on its main thread. Provides access to NFC-A (ISO 14443-3A) properties and I/O operations on a Tag. Represents the local NFC adapter. A callback to be invoked when another NFC device capable of NDEF push (Android Beam) is within range. A callback to be invoked when the system successfully delivers your NdefMessage to another device. Provides access to NFC-B (ISO 14443-3B) properties and I/O operations on a Tag. Wraps information associated with any NFC event. Provides access to NFC-F (JIS 6319-4) properties and I/O operations on a Tag. High level manager used to obtain an instance of an NfcAdapter. Provides access to NFC-V (ISO 15693) properties and I/O operations on a Tag. The NinePatch class permits drawing a bitmap in nine
NetworkOnMainThreadException
NfcAdapter.OnNdefPushCompleteCallback
NfcManager
NfcV NinePatch
sections. NinePatchDrawable NoClassDefFoundError A resizeable bitmap, with stretchable areas that you define. Thrown when the VM is unable to locate a class which it has been asked to load. A NoConnectionPendingException is thrown if SocketChannel's finishConnect method is called before the SocketChannel's connect(java.net.SocketAddress) connect} method completed without error. A strategy that never re-uses a connection. This interface should be added to a span object that should not be copied into a new Spenned when performing a slice or copy operation on the original Spanned it was placed in. Convenience equivalent for when you would just want a new Object() for a span but want it to be no-copy. The Node interface is the primary datatype for the entire Document Object Model. This is the event class to indicate that one child of the preference node has been added or deleted. This interface is used to handle preference node change events. The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
NoConnectionPendingException
NoConnectionReuseStrategy
NoCopySpan
NoCopySpan.Concrete
Node
NodeChangeEvent
NodeChangeListener
NodeList
NoHttpResponseException
Signals that the target server failed to respond with a valid HTTP response.
A NonReadableChannelException is thrown when attempting to read from a channel that is not open for reading. Signals failure to retry the request due to non-repeatable request entity.
NonReadableChannelException
NonRepeatableRequestException
NonWritableChannelException
A NonWritableChannelException is thrown when attempting to write to a channel that is not open for writing. Provides normalization functions according to Unicode Standard Annex #15: Unicode Normalization Forms. The normalization forms supported by the Normalizer. 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 indicates that a requested
Normalizer Normalizer.Form
NoRouteToHostException
NoSuchAlgorithmException
algorithm could not be found. Thrown when trying to retrieve an element past the end of an Enumeration or Iterator. Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist. Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist. Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist. Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist. The exception that is thrown when the requested padding mechanism is not supported. Thrown when code requests a Property on a class that does not expose the appropriate method or field.
NoSuchProviderException indicates that a requested
NoSuchElementException
NoSuchFieldError
NoSuchFieldException
NoSuchMethodError
NoSuchMethodException
NoSuchPaddingException
NoSuchPropertyException
NoSuchProviderException
security provider could not be found. Signals that a serialization-related method has been invoked in the wrong place.
NotActiveException
This interface represents a notation declared in the DTD. A class that represents how a persistent notification is to be presented to the user using the NotificationManager. Builder class for Notification objects. Class to notify the user of events that happen. This is how you tell the user that something has happened in the background. 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. Signals that an object that is not serializable has been passed into the ObjectOutput.writeObject() method. A NotYetBoundException is thrown if the server socket channel is not bound before an I/O operation is made. A NotYetConnectedException is thrown if the socket channel is not connected before an I/O operation is invoked.
Credentials specific to the Windows platform.
NotificationManager
NotOwnerException
NotSerializableException
NotYetBoundException
NT (MS Windows specific) user principal used for HTTP authentication This class provides an identity cipher that does not transform the input data in any way. 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.
NullCipher
NullPointerException
Number
The abstract superclass of the classes which represent numeric base types (that is Byte, Short, Integer, Long, Float, and Double. The abstract base class for all number formats. The instances of this inner class are used as attribute keys and values in AttributedCharacterIterator that the formatToCharacterIterator(Object) method returns. Thrown when an invalid value is passed to a string-tonumber conversion method. For numeric text entry A widget that enables the user to select a number form a predefined range. Interface used to format current value into a string for presentation. Interface to listen for the picker scroll state. Interface to listen for changes of the current value. The Class NumericShaper provides methods to convert latin character codes to unicode character codes.
NumberFormat
NumberFormat.Field
O
OAEPParameterSpec ObbInfo ObbScanner Object ObjectAnimator The algorithm parameter specification for the OAEP Padding algorithm. Basic information about a Opaque Binary Blob (OBB) that reflects the info from the footer on the OBB file. Class to scan Opaque Binary Blob (OBB) files. The root class of the Java class hierarchy. This subclass of ValueAnimator provides support for animating properties on target objects.
ObjectInput ObjectInputStream
Defines an interface for classes that allow reading serialized objects. A specialized InputStream that is able to read (deserialize) Java objects as well as primitive data types (int, byte, char etc.). GetField is an inner class that provides access to the persistent fields read from the source stream. A callback interface for post-deserialization checks on objects. Defines an interface for classes that allow reading serialized objects. A specialized OutputStream that is able to write (serialize) Java objects as well as primitive data types (int, byte, char etc.). PutField is an inner class to provide access to the persistent fields that are written to the target stream. Represents a descriptor for identifying a class during serialization and deserialization. A helper interface with constants used by the serialization implementation. Signals some sort of problem during either serialization or deserialization of objects. Describes a field for the purpose of serialization. Provides methods for (un)registering arbitrary observers in an ArrayList. Observable is used to notify a group of Observer objects when a change occurs.
Observer is the interface to be implemented by objects that receive
ObjectOutputStream.PutField
ObjectStreamClass
ObjectStreamConstants
notification of updates on an Observable object. An interface that contains the callback used by the AccountMonitor Used for receiving notifications from StorageManager about OBB file states. Information about Dalvik opcodes.
A list of all normal (not implementation-specific) Dalvik opcodes. These are standard columns for openable URIs. A client-side connection that relies on outside logic to connect sockets to the appropriate hosts. Thrown when an application of a ContentProviderOperation fails due the specified constraints.
Signals that the ObjectInputStream class encountered a primitive type (int, char etc.) instead of an object instance in the input stream. Helper class for receiving notifications from the SensorManager when the orientation of the device has changed. This class is deprecated. use OrientationEventListener instead. This class internally uses the OrientationEventListener. An oriented bounding box Thrown when a request for memory is made that can not be satisfied using the available platform resources. Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object. A writable sink for bytes. A class for turning a character stream into a byte stream. Defines an oval shape.
OrientationEventListener
OutputKeys
An OverlappingFileLockException is thrown when attempting to OverlappingFileLockException acquire a lock that overlaps an existing or pending lock held by this process. Override Annotation type used to mark methods that override a method declaration in a superclass.
OverScroller
This class encapsulates scrolling with the ability to overshoot the bounds of a scrolling operation. An interpolator where the change flings forward and overshoots the last value then comes back. The interface to manage owners of objects that require ownership.
OvershootInterpolator Owner
P
Pack200 Class factory for Pack200.Packer and Pack200.Unpacker. The interface defining the API for converting a JAR file to an output stream in the Pack200 format. The interface defining the API for converting a packed stream in the Pack200 format to a JAR file. Contains information about a Java package. Overall information about the contents of a package. Base class containing information common to all package items held by the package manager.
Pack200.Packer
Pack200.Unpacker
Package PackageInfo
PackageItemInfo
PackageItemInfo.DisplayNameComparator Class for retrieving various kinds of information related to the application packages that are currently installed on the device. This exception is thrown when a given package, application, or component name can not be found. implementation of PackageStats associated with a application package.
PackageManager
PackageManager.NameNotFoundException
PackageStats
PagerAdapter
Base class providing the adapter to populate pages inside of a ViewPager. PagerTitleStrip is a non-interactive indicator of the current, next, and previous pages of a ViewPager. The Paint class holds the style and color information about how to draw geometries, text and bitmaps. Align specifies how drawText aligns its text relative to the [x,y] coordinates. The Cap specifies the treatment for the beginning and ending of stroked lines and paths. Class that describes the various metrics for a font at a given text size. Convenience method for callers that want to have FontMetrics values as integers. The Join specifies the treatment where lines and curve segments join on a stroked path. The Style specifies if the primitive being drawn is filled, stroked, or both (in the same color). Drawable that draws its bounds in the given paint, with optional rounded corners.
PagerTitleStrip
Paint
Paint.Align
Paint.Cap
Paint.FontMetrics
Paint.FontMetricsInt
Paint.Join
Paint.Style
Container to ease passing around a tuple of two objects. The classes that affect paragraph-level text formatting implement this interface. This interface represents a parameterized
ParagraphStyle ParameterizedType
type such as 'Set<String>'. An interface used to get information about the types and properties of parameters in a PreparedStatement. Container for a message (data and object references) that can be sent through an IBinder. Interface for classes whose instances can be written to and restored from a Parcel. Specialization of Parcelable.Creator that allows you to receive the ClassLoader the object is being created in. Interface that must be implemented and provided as a public CREATOR field that generates instances of your Parcelable class from a Parcel. Helper for accessing features in Parcelable introduced after API level 4 in a backwards compatible fashion. Callbacks a Parcelable creator should implement. A special kind of Parcelable for objects that will serve as text spans. The FileDescriptor returned by readFileDescriptor(), allowing you to close it when done with it. An InputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescriptor.close() for you when the stream is closed. An OutputStream you can create on a ParcelFileDescriptor, which will take care of
ParameterMetaData
Parcel
Parcelable
Parcelable.ClassLoaderCreator<T>
Parcelable.Creator<T>
ParcelableCompat
ParcelableCompatCreatorCallbacks<T>
ParcelableSpan
ParcelFileDescriptor
ParcelFileDescriptor.AutoCloseInputStream
ParcelFileDescriptor.AutoCloseOutputStream
calling ParcelFileDescriptor.close() for you when the stream is closed. The contents of a Parcel (usually during unmarshalling) does not contain the expected data. This class is a Parcelable wrapper around UUID which is an immutable representation of a 128-bit universally unique identifier. When WebAddress Parser Fails, this exception is thrown Thrown when the string being parsed is not in the correct form. Indicates a parse error. Tracks the current position in a parsed string. This interface is deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support. Adapt a SAX1 Parser as a SAX2 XMLReader. Indicates a serious configuration error. This class represents a context of a parsing operation:
y
ParcelFormatException
ParcelUuid
ParseException
Parser
ParserAdapter ParserConfigurationException
ParserCursor
y
the current position the parsing operation is expected to start at the bounds limiting the scope of the parsing operation
ParserFactory
This class is deprecated. This class works with the deprecated Parser interface.
PasswordAuthentication
This immutable class is a data structure that encapsulates username and password which is used by the Authenticator class. Used in conjunction with a CallbackHandler to retrieve a password when needed.
PasswordCallback
PasswordTransformationMethod The Path class encapsulates compound (multiple contour) geometric paths consisting of straight line segments, quadratic curves, and cubic curves. Specifies how closed shapes (e.g. Enum for the ways a path may be filled 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.
Path
Path.Direction Path.FillType
PathClassLoader
PathDashPathEffect PathDashPathEffect.Style PathEffect is the base class for objects in the Paint that affect the geometry of a drawing primitive before it is transformed by the canvas' matrix and drawn.
PathEffect
PathMeasure PathPermission Description of permissions needed to access a particular path in a ProviderInfo. Creates geometric paths, utilizing the Path class. Patterns are compiled regular expressions.
PathShape Pattern
PatternMatcher
A simple pattern matcher, which is safe to use on untrusted data: it does not provide full reg-exp support, only simple globbing that can not be used maliciously. Commonly used regular expression patterns. Encapsulates a syntax error that occurred during the compilation of a Pattern. The interface to a password-based-encryption key. The key specification for a password based encryption key. The algorithm parameter specification for a password based encryption algorithm. A description of an Intent and target action to perform with it. Exception thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request. Callback interface for discovering when a send operation has completed. More complex interface performance for test cases. Callbacks for PerformanceTestCase. Value type that contains information about a periodic sync. Legacy security code; do not use. Legacy security code; do not use. Legacy security code; do not use.
Patterns PatternSyntaxException
PBEKey
PBEKeySpec
PBEParameterSpec
PendingIntent
PendingIntent.CanceledException
PendingIntent.OnFinished
PermissionGroupInfo
Information you can retrieve about a particular security permission group known to the system. Information you can retrieve about a particular security permission known to the system. Legacy security code; do not use. Implements a phantom reference, which is the weakest of the three types of references. Watches a TextView and if a phone number is entered will format it. Various utilities for dealing with phone number strings. A listener class for monitoring changes in specific telephony states on the device, including service state, signal strength, message waiting indicator (voicemail), and others. A picture records drawing calls (via the canvas returned by beginRecording) and can then play them back (via picture.draw(canvas) or canvas.drawPicture). Drawable subclass that wraps a Picture, allowing the picture to be used whereever a Drawable is supported. A pipe contains two channels, forming a unidirectional pipe. Writable sink channel used to write to a pipe. Readable source channel used to read from a pipe. Receives information from a communications
PermissionInfo
Permissions PhantomReference<T>
PhoneNumberFormattingTextWatcher
PhoneNumberUtils
PhoneStateListener
Picture
PictureDrawable
pipe. PipedOutputStream Places information on a communications pipe. Receives information on a communications pipe. Places information on a communications pipe.
PipedReader
PixelXorXfermode implements a simple pixel xor (op ^ src ^ dst). The key specification for an encoded private key in ASN.1 format as defined in the PKCS#8 standard. The parameter specification for a PKIX CertPathBuilder algorithm used to build certificate chains validated with the PKIX certification path validation. The result of the PKIX certification path builder, returned by build(CertPathParameters). The class specifying the interface to extend the certification path validation algorithm by checks to perform on an X509Certificate. The implementation of the result of the PKIX certification path validation. This class implements the parameters for the PKIX CertPathValidator. The default class for creating sockets. This interface is used to implement plugins in
PKCS8EncodedKeySpec
PKIXBuilderParameters
PKIXCertPathBuilderResult
PKIXCertPathChecker
PKIXCertPathValidatorResult
a WebView. Point PointF Policy Policy.Parameters Point holds two integer coordinates PointF holds two float coordinates Legacy security code; do not use. Legacy security code; do not use. The interface to a valid policy tree node for the PKIX certification path validation algorithm. This class implements a policy qualifier as defined by the ASN.1 PolicyQualifierInfo structure. Represents the Service Provider Interface (SPI) for java.security.Policy class. An interface which provides facilities for handling connections to a database which are pooled. Encapsulates a request for a BasicPoolEntry. A PopupMenu displays a Menu in a modal popup window anchored to a View. Callback interface used to notify the application that the menu has closed. Interface responsible for receiving menu item click events if the items themselves do not have individual item click listeners.
PolicyNode
PolicyQualifierInfo
PolicySpi
PooledConnection
PoolEntryRequest
PopupMenu
PopupMenu.OnDismissListener
PopupMenu.OnMenuItemClickListener
PopupWindow PopupWindow.OnDismissListener
PorterDuff PorterDuff.Mode PorterDuffColorFilter PorterDuffXfermode This PortUnreachableException will be thrown if an ICMP_Port_Unreachable message has been received. This class gives you control of the power state of the device. Class lets you say that you need to have the device on.
PortUnreachableException
PowerManager
PowerManager.WakeLock Prediction
Preference
Represents the basic Preference UI building block displayed by a PreferenceActivity in the form of a ListView. A base class for managing the instance state of a Preference. Interface definition for a callback to be invoked when the value of this Preference has been changed by the user and is about to be set and/or persisted. Interface definition for a callback to be invoked when a Preference is clicked. This is the base class for an activity to show a hierarchy of preferences to the user. Description of a single Header item that the user can select. Used to group Preference objects and provide a disabled title above the group.
Preference.BaseSavedState
Preference.OnPreferenceChangeListener
Preference.OnPreferenceClickListener
PreferenceActivity
PreferenceActivity.Header
PreferenceCategory
PreferenceChangeEvent
This is the event class to indicate that a preference has been added, deleted or updated. This interface is used to handle preferences change events. Shows a hierarchy of Preference objects as lists.
PreferenceChangeListener
PreferenceFragment
Interface that PreferenceFragment's containing activity should implement to be PreferenceFragment.OnPreferenceStartFragmentCallback able to process preference items that wish to switch to a new fragment. PreferenceGroup A container for multiple Preference objects. Used to help create Preference hierarchies from activities or XML. Interface definition for a class that will be called when the container's activity is destroyed. Interface definition for a class that will be called when the container's activity receives an activity result. Interface definition for a class that will be called when the container's activity is stopped. An instance of the class Preferences represents one node in a preference tree, which provides a mechanism to store and access configuration data in a hierarchical way. Represents a top-level Preference that is the root of a Preference hierarchy.
PreferenceManager
PreferenceManager.OnActivityDestroyListener
PreferenceManager.OnActivityResultListener
PreferenceManager.OnActivityStopListener
Preferences
PreferenceScreen
PreferencesFactory
This interface is used by the Preferences class as factory class to create Preferences instances. An interface for a precompiled SQL Statement. A sound generated within a room travels in many directions. The OnParameterChangeListener interface defines a method called by the PresetReverb when a parameter value has changed. The Settings class regroups all preset reverb parameters.
Principals are objects which have
PreparedStatement
PresetReverb
PresetReverb.OnParameterChangeListener
PresetReverb.Settings
Principal
identities. Simple interface for printing text, allowing redirection to various targets. Wraps an existing OutputStream and provides convenience methods for writing common data types in a human readable format. Implementation of a Printer that sends its output to a PrintStream. Wraps either an existing OutputStream or an existing Writer and provides convenience methods for printing common data types in a human readable format. Implementation of a Printer that sends its output to a PrintWriter. An unbounded blocking queue that uses the same ordering rules as class PriorityQueue and supplies blocking
Printer
PrintStream
PrintStreamPrinter
PrintWriter
PrintWriterPrinter
PriorityBlockingQueue<E>
retrieval operations. 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. Legacy security code; do not use.
PrivateKey is the common interface for
PriorityQueue<E>
private keys. Legacy security code; do not use. Legacy security code; do not use. Legacy security code; do not use. Tools for managing OS processes. Represents an external process. Creates operating system processes. An entity class that wraps the result of a processDrmInfo() transaction between a device and a DRM server. The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. Program is a base class for all the objects that modify various stages of the graphics pipeline
ProcessedData
ProcessingInstruction
Program
Program.BaseProgramBuilder Program.TextureType ProgramFragment TextureType specifies what textures are attached to Program objects
ProgramFragmentFixedFunction
ProgramFragmentFixedFunction is a helper class that provides a way to make a simple fragment shader without writing any GLSL code.
ProgramFragmentFixedFunction.Builder EnvMode describes how textures are combined with the existing color in the fixed function fragment shader Format describes the pixel format of textures in the fixed function fragment shader and how they are sampled Program raster is primarily used to specify whether point sprites are enabled and to control the culling mode.
ProgramFragmentFixedFunction.Builder.EnvMode
ProgramFragmentFixedFunction.Builder.Format
ProgramRaster
ProgramStore contains a set of parameters that control how the graphics hardware handles writes to the framebuffer.
Specifies the functions used to combine incoming pixels with those already in the frame buffer. Specifies the functions used to combine incoming pixels with those already in the frame buffer. Builder class for ProgramStore object. Specifies the function used to determine whether a fragment will be drawn during the depth testing stage in the rendering pipeline by comparing its value with that already in
ProgramStore.BlendDstFunc
ProgramStore.BlendSrcFunc
ProgramStore.Builder
ProgramStore.DepthFunc
the depth buffer. ProgramVertex, also know as a vertex shader, describes a stage in the graphics pipeline responsible for manipulating geometric data in a user-defined way. Builder class for creating ProgramVertex objects. ProgramVertexFixedFunction is a helper class that provides a simple way to create a fixed function emulation vertex shader without writing any GLSL code.
ProgramVertex
ProgramVertex.Builder
ProgramVertexFixedFunction
ProgramVertexFixedFunction.Builder Helper class to store modelview, projection and texture matrices for ProgramVertexFixedFunction
ProgramVertexFixedFunction.Constants
Visual indicator of progress in some operation. A dialog showing a progress indicator and an optional text message or view.
A Properties object is a Hashtable where the keys and values must be Strings. A property is an abstraction that can be used to represent a mutable value that is held in a host object. An event that indicates that a constraint or a boundary of a property has changed. A PropertyChangeListener can subscribe with a event source. The implementation of this listener proxy just delegates the received events to its listener. Manages a list of listeners to be notified when
Property<T, V>
PropertyChangeEvent
PropertyChangeListener
PropertyChangeListenerProxy PropertyChangeSupport
from an InputStream. This class holds information about a property and the values that that property should take on during an animation. A Protectable can be run and can throw a Throwable. Legacy security code; do not use. Signals that either a connection attempt to a socket of the wrong type, the application of an unsupported operation or that a general error in the underlying protocol has occurred. Signals that an HTTP protocol violation has occurred. Represents a protocol version, as specified in RFC 2616.
Provider is the abstract superclass for all
PropertyValuesHolder
Protectable ProtectionDomain
ProtocolException
ProtocolException
ProtocolVersion
Provider
Provider.Service
Security infrastructure.
ProviderException is a general exception,
ProviderException
thrown by security Providers. Holds information about a specific content provider. This class is deprecated. this class extends InstrumentationTestCase but should extend
ProviderInfo
AndroidTestCase. Use ProviderTestCase2, which corrects this problem, instead. This test case class provides a framework for testing a single ContentProvider and for testing your app code with an isolated content provider. A convenience class for accessing the user and default proxy settings.
Proxy defines methods for creating dynamic
Proxy
proxy classes and instances. This class represents proxy server settings.
Enum class for the proxy type.
Selects the proxy server to use, if any, when connecting to a given URL. Default implementation of an HttpRoutePlanner. The source of the label L as specified in PKCS #1. The explicit specification of the parameter P used in the source algorithm. The parameter specification for the RSA-PSS Signature scheme.
PublicKey is the common interface for
ProxySelectorRoutePlanner
PSource
PSource.PSpecified
PSSParameterSpec
PublicKey
public keys. Wraps an existing InputStream and adds functionality to "push back" bytes that have been read, so that they can be read again. Wraps an existing Reader and adds functionality to "push back" characters that have been read, so that they can be read
PushbackInputStream
PushbackReader
again.
Q
QName Queue<E> QuickContactBadge QuoteSpan QwertyKeyListener This is the standard key listener for alphabetic input on qwerty keyboards.
QName represents a qualified name as defined in the XML specifications:
XML Schema Part2: Datatypes specification, Namespaces in XML, Namespaces in XML Errata.
A collection designed for holding elements prior to processing. Widget used to show an image with the standard QuickContact badge and on-click behavior.
R
R R.anim R.animator R.array R.attr R.bool R.color R.dimen R.drawable R.fraction R.id R.integer R.interpolator
R.layout R.menu R.mipmap R.plurals R.raw R.string R.style R.styleable R.xml RadialGradient RadioButton RadioGroup
RadioGroup.LayoutParams
RadioGroup.OnCheckedChangeListener Random
A radio button is a two-states button that can be either checked or unchecked. This class is used to create a multiple-exclusion scope for a set of radio buttons. 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. Interface definition for a callback to be invoked when the checked radio button changed in this group.
This class provides methods that return pseudo-random values. RandomAccess is implemented by List implementations that support fast (usually constant time) random access. Allows reading from and writing to a file in a random-access manner.
RandomAccess
shows a rating in stars. RatingBar.OnRatingBarChangeListener A callback that notifies clients when the rating has been changed. The algorithm parameter specification for the RC2 algorithm. The algorithm parameter specification for the RC5 algorithm. Represents a sequence of characters that can be incrementally read (copied) into a CharBuffer. A ReadableByteChannel is a type of Channel that can read bytes. The base class for all readers. A ReadOnlyBufferException is thrown when some write operation is called on a read-only buffer. A ReadWriteLock maintains a pair of associated locks, one for read-only operations and one for writing. Interface for obtaining reason phrases for HTTP status codes. This exception is thrown from ReceiverCallNotAllowedException
registerReceiver(BroadcastReceiver, IntentFilter) and bindService(Intent, ServiceConnection, int) when these methods are
RC2ParameterSpec
RC5ParameterSpec
Readable
ReadWriteLock
ReasonPhraseCatalog
being used from an BroadcastReceiver component. RecognitionListener Used for receiving notifications from the SpeechRecognizer when the recognition related events occur. This class provides a base class for recognition service implementations. This class receives callbacks from the speech recognition service and forwards them to the user.
RecognitionService
RecognitionService.Callback
RecognizerIntent
Constants for supporting speech recognition through starting an Intent Constants for intents related to showing speech recognition results. RecoverySystem contains methods for interacting with the Android recovery system (the separate partition that can be used to install system updates, wipe user data, etc.) Interface definition for a callback to be invoked regularly as verification proceeds. Rect holds four integer coordinates for a rectangle. RectF holds four float coordinates for a rectangle. Defines a rectangle shape. Signals violation of HTTP specification caused by an invalid redirect A handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server. A collection of URIs that were used as redirects. A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor lock accessed using synchronized methods and statements, but with extended capabilities. An implementation of ReadWriteLock supporting similar semantics to ReentrantLock. The lock returned by method readLock(). The lock returned by method writeLock(). This interface represents an SQL Ref - a data object containing a cursor or pointer to a result table.
RecognizerResultsIntent
RecoverySystem
RedirectHandler
RedirectLocations
ReentrantLock
Reference<T>
Provides an abstract class which describes behavior common to all reference objects. The ReferenceQueue is the container on which reference objects are enqueued when the garbage collector detects the reachability type specified for the referent. Legacy security code; do not use. Callback handler for RefQueueWorker. A worker thread for processing queued references.
ReferenceQueue<T>
Exception thrown by an Executor when a task cannot be accepted for execution. A handler for tasks that cannot be executed by a ThreadPoolExecutor. A Layout where the positions of the children can be described in relation to each other or to the parent. Per-child layout information associated with RelativeLayout.
RejectedExecutionHandler
Takes care of the grunt work of maintaining a list of remote RemoteCallbackList<E extends IInterface> interfaces, typically for the use of performing callbacks from a Service to its clients. RemoteControlClient enables exposing information meant to be consumed by remote controls capable of displaying metadata, artwork and media transport control buttons. Class used to modify metadata in a RemoteControlClient object.
RemoteControlClient
RemoteControlClient.MetadataEditor
RemoteException RemoteViews
Parent exception for all Binder remote-invocation errors A class that describes a view hierarchy that can be displayed in another process. Exception to send when something goes wrong executing an action This annotation indicates that a subclass of View is alllowed to be used with the RemoteViews mechanism. The service to be connected to for a remote adapter to request RemoteViews.
RemoteViews.ActionException
RemoteViews.RemoteView
RemoteViewsService
An interface for an adapter between a remote collection RemoteViewsService.RemoteViewsFactory view (ListView, GridView, etc) and the underlying data for that view. 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). Renderscript base master class. RenderScript worker threads priority enumeration. Runtime error base class. Base class application should derive from for handling RS messages coming from their scripts. The Graphics derivitive of Renderscript. Class which is used to describe a pixel format for a graphical buffer.
RenamingDelegatingContext
ReplacementTransformationMethod
This transformation method causes the characters in the getOriginal() array to be replaced by the corresponding characters in the getReplacement() array.
RequestAddCookies
Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding cookierequest headers. A request interceptor that suggests connection keep-alive to the server. A request interceptor that decides about the transport encoding. A request interceptor that adds a Date header. Request interceptor that adds default request headers. A client-side request director. A request interceptor that enables the expect-continue handshake. The first line of an HttpRequest.
RequestConnControl
RequestContent RequestDate RequestDefaultHeaders RequestDirector RequestExpectContinue RequestLine RequestProxyAuthentication RequestTargetAuthentication RequestTargetHost RequestUserAgent
A request interceptor that sets the Host header for HTTP/1.1 requests. A request interceptor that adds a User-Agent header. A wrapper class for HttpRequests that can be used to change properties of the current request without modifying the original object. Information that is returned from resolving an intent against an IntentFilter.
RequestWrapper
ResolveInfo ResolveInfo.DisplayNameComparator
ResourceBundle
ResourceBundle.Control
ResourceBundle.Control is a static utility class defines ResourceBundle load access methods, its default access order is as the same as before. Static library support version of the framework's ResourceCursorAdapter. An easy adapter that creates views defined in an XML file. A fairly simple ExpandableListAdapter that creates views defined in an XML file. Class for accessing an application's resources. This exception is thrown by the resource APIs when a requested resource can not be found. This class holds the current attribute values for a particular theme. Caches URLConnection responses. A response interceptor that suggests connection keep-alive to the client. A response interceptor that sets up entity-related headers. A response interceptor that adds a Date header. Handler that encapsulates the process of generating a response object from a HttpResponse. Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response. A response interceptor that adds a Server header. Callback class for receiving progress reports during a restore operation.
ResponseProcessCookies
An object that implements this interface contains the information needed to build a transformation result tree.
ResultReceiver
Generic interface for receiving a callback result from someone. An interface for an object which represents a database table entry, returned as the result of the query to the database. Provides information about the columns returned in a ResultSet. Defines a meta-annotation for determining the scope of retention for an annotation. Defines an enumeration for annotation retention policies.
ResultSet
ResultSetMetaData
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.
"CommantURL" cookie attribute handler for RFC 2965
RFC2965CommentUrlAttributeHandler
cookie spec.
"Discard" cookie attribute handler for RFC 2965 cookie
RFC2965DiscardAttributeHandler
spec.
"Domain" cookie attribute handler for RFC 2965 cookie
spec.
"Port" cookie attribute handler for RFC 2965 cookie spec.
spec. This class stores an RFC 822-like name, address, and comment, and provides methods to convert them to quoted strings. This class works as a Tokenizer for MultiAutoCompleteTextView for address list fields, and also provides a method for converting a string of addresses (such as might be typed into such a field) into a series of Rfc822Tokens. Ringtone provides a quick method for playing a ringtone, notification, or other similar types of sounds. RingtoneManager provides access to ringtones, notification, and other types of sounds. A Preference that allows the user to choose a ringtone from those on the device. The root XML element. An animation that controls the rotation of an object.
Rfc822Token
Rfc822Tokenizer
Ringtone
RingtoneManager
RingtonePreference RootElement RotateAnimation RotateDrawable RoundingMode RoundRectShape RoutedRequest RouteInfo RouteInfo.LayerType RouteInfo.TunnelType RouteSpecificPool
A Drawable that can rotate another Drawable based on the current level value.
Specifies the rounding behavior for operations whose results cannot be represented exactly. Creates a rounded-corner rectangle. A request with the route along which it should be sent. Read-only interface for route information. The layering type of a route. The tunnelling type of a route. A connection sub-pool for a specific route, used by ConnPoolByRoute.
Helps tracking the steps in establishing a route. Maps SQL's ROWID type into Java. An enumeration to describe the life-time of RowID. An interface which provides means to access data which persists on a database. An event which is sent when specific events happen to a RowSet object. An interface provided by a RowSet object to let either a RowSetReader or a RowSetWriter access its internal state, thereby providing facilities to read and update the state of the RowSet. An interface used to send notification of events occurring in the context of a RowSet. An interface which provides facilities for getting information about the columns in a RowSet. An interface which provides functionality for a disconnected RowSet to get data from a database into its rows. An interface which provides functionality for a disconnected RowSet to put data updates back to the data source from which the RowSet was originally populated. The base interface for PKCS#1 RSA public and private keys. The parameter specification for generating an RSA key pair. The interface for a Multi-Prime RSA private key. The key specification of a RSA multi-prime private key with the Chinese Remainder Theorem (CRT) information values used. The additional prime information specified as triplet of primes, a prime exponent, and a Chinese Remainder Theorem (CRT) coefficient.
RowSetEvent
RowSetInternal
RowSetListener
RowSetMetaData
RowSetReader
RowSetWriter
RSAMultiPrimePrivateCrtKeySpec
RSAOtherPrimeInfo
RSAPrivateCrtKey
The interface for a PKCS#1 RSA private key using CRT information values. The key specification of a RSA private key using Chinese Remainder Theorem (CRT) values. The interface for an PKCS#1 RSA private key. The key specification of a RSA private key. The interface for a PKCS#1 RSA public key. The key specification of a RSA public key. Base class for all exceptions thrown by the Android Renderscript Base class for all exceptions thrown by the Android Renderscript Base class for all exceptions thrown by the Android Renderscript Base class for all exceptions thrown by the Android Renderscript The Surface View for a graphics renderscript (RenderScriptGL) to draw on. The Texture View for a graphics renderscript (RenderScriptGL) to draw on. RtpStream represents the base class of streams which send and receive network packets with media payloads over Realtime Transport Protocol (RTP). A concrete implementation class for Collation. Represents a command that can be executed. A Future that is Runnable. A ScheduledFuture that is Runnable.
RSIllegalArgumentException
RSInvalidStateException
RSRuntimeException
RSSurfaceView
RSTextureView
RtpStream
Runtime
Allows Java applications to interface with the environment in which they are running.
RuntimeException is the superclass of all classes that
RuntimeException
represent exceptional conditions which occur as a result of executing an application in the VM. Legacy security code; do not use.
RuntimePermission
S
Sampler Sampler.Builder Sampler.Value A savepoint is an instant during the current transaction that can be utilized by a rollback via the rollback() command. Encapsulate a general SAX error or warning. Exception class for an unrecognized identifier. Exception class for an unsupported operation. Encapsulate an XML parse error or warning. Defines the API that wraps an XMLReader implementation class. Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents. Sampler object which defines how data is extracted from textures. Builder for creating non-standard samplers.
Savepoint
SAXParserFactory
Acts as an holder for a transformation Result. Acts as an holder for SAX-style Source.
This class extends TransformerFactory to provide SAXspecific factory methods.
ScaleAnimation ScaleDrawable
An animation that controls the scale of an object. A Drawable that changes the size of another Drawable based on its current level value. Detects transformation gestures involving more than one pointer ("multitouch") using the supplied MotionEvents.
ScaleGestureDetector
ScaleGestureDetector.OnScaleGestureListene The listener for receiving notifications when gestures occur. r ScaleGestureDetector.SimpleOnScaleGesture A convenience class to extend when you only want to listen for a subset of scaling-related events. Listener ScaleXSpan Scanner ScanResult ScatteringByteChannel A parser that parses a text string of primitive types and strings with the help of regular expressions. Describes information about a detected access point. The interface for channels that can read data into a set of buffers in a single operation. An ExecutorService that can schedule commands to run after a given delay, or to execute periodically. A delayed result-bearing action that can be cancelled. A ThreadPoolExecutor that can additionally schedule commands to run after a given delay, or to execute periodically. Immutable in-memory representation of grammar. Factory that creates Schema objects. Entry-point to the validation API.
ScheduledExecutorService ScheduledFuture<V>
ScheduledThreadPoolExecutor
This class was removed from JAXP 1.3 before it was finalized but was mistakenly included in Java 5.
Encapsulates specifics of a protocol scheme such as "http" or "https".
This class encapsulates scrolling. A movement method that interprets movement keys by scrolling the text buffer. Layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display. A SealedObject is a wrapper around a serializable object instance and encrypts it using a cryptographic cipher. Searchability meta-data for an activity. This class provides access to the system search services. See
ScrollView
SealedObject
SearchableInfo SearchManager
SearchManager.OnCancelListener
SearchRecentSuggestionsProvider
This superclass can be used to create a simple search suggestions provider for your application.
SearchView
A widget that provides a user interface for the user to enter a search query and submit a request to a search provider.
SearchView.OnCloseListener SearchView.OnQueryTextListener SearchView.OnSuggestionListener SearchViewCompat Callbacks for changes to the query text. Callback interface for selection events on suggestions. Helper for accessing features in SearchView introduced after API level 4 in a backwards compatible fashion.
SearchViewCompat.OnQueryTextListenerCo Callbacks for changes to the query text. mpat SecretKey SecretKeyFactory A cryptographic secret (symmetric) key. The public API for SecretKeyFactory implementations. The Service Provider Interface (SPI) definition for the SecretKeyFactory class. A key specification for a SecretKey and also a secret key implementation that is provider-independent. Interface that should be implemented on Adapters to enable fast scrolling in an AbsListView between sections of the list. A secure cache response represents data which is originally retrieved over a secure connection.
SecureClassLoader represents a ClassLoader which
SecretKeyFactorySpi
SecretKeySpec
SectionIndexer
SecureCacheResponse
SecureClassLoader
associates the classes it loads with a code source and provide mechanisms to allow the relevant permissions to be retrieved. This class generates cryptographically secure pseudorandom numbers.
SecureRandomSpi is the Service Provider Interface (SPI)
SecureRandom SecureRandomSpi
Thrown when a security manager check fails. Legacy security code; do not use. Legacy security code; do not use. A SeekBar is an extension of ProgressBar that adds a draggable thumb. A callback that notifies clients when the progress level has been changed. A channel that can be used with a Selector. Utility class for manipulating cursors and selections in CharSequences. A SelectionKey represents the relationship between a channel and a selector for which the channel is registered. A controller for the selection of SelectableChannel objects.
SelectorProvider is an abstract base class that
SelectionKey
Selector
SelectorProvider
declares methods for providing instances of DatagramChannel, Pipe, Selector , ServerSocketChannel, and SocketChannel. A counting semaphore. Class representing a sensor.
This class represents a Sensor event and holds informations such as the sensor's type, the timestamp, accuracy and of course the sensor's data.
Used for receiving notifications from the SensorManager when sensor values have changed.
SensorEventListener
Serializable
SerializableEntity SerializablePermission ServerSocket Legacy security code; do not use. This class represents a server-side socket that waits for incoming client connections. A ServerSocketChannel is a partial abstraction of a selectable, stream-oriented listening socket. This abstract class defines methods to create server sockets. A Service is an application component representing either an application's desire to perform a longer-running operation while not interacting with the user or to supply functionality for other applications to use. Helper for accessing features in Service introduced after API level 4 in a backwards compatible fashion. Thrown when a service provider can't be loaded by ServiceLoader. Interface for monitoring the state of an application service. Information you can retrieve about a particular application service. A service-provider loader.
ServerSocketChannel
ServerSocketFactory
Service
ServiceCompat
ServiceConfigurationError
ServiceConnection
ServiceInfo ServiceLoader<S>
Contains phone state and service related information. This test case provides a framework in which you can test Service classes in a controlled environment. Session input buffer for blocking connections. Session output buffer for blocking connections. A Set is a data structure which does not allow duplicate elements. This interface represents a SetCookie response header sent by the origin server to the HTTP agent in order to maintain a conversational state. This interface represents a SetCookie2 response header sent by the origin server to the HTTP agent in order to maintain a conversational state. The Settings provider contains global system-level device preferences. Common base for tables of name/value settings. Secure system settings, containing system preferences that applications can read but are not allowed to write.
SetCookie
SetCookie2
System settings, containing miscellaneous system preferences. Shader is the based class for objects that return horizontal spans of colors during drawing.
Shader Shader.TileMode
Shape
Defines a generic graphical "shape." Any Shape can be drawn to a Canvas with its own draw() method, but more graphical control is available if you instead pass it to a ShapeDrawable.
A Drawable object that draws primitive shapes. Base class defines a factory object that is called each time the drawable is resized (has a new width or height). This is a provider for a share action.
ShareActionProvider.OnShareTargetSelected Listener for the event of selecting a share target. Listener SharedPreferences Interface for accessing and modifying preference data returned by getSharedPreferences(String, int). Interface used for modifying values in a SharedPreferences object.
SharedPreferences.Editor
SharedPreferences.OnSharedPreferenceChan Interface definition for a callback to be invoked when a shared preference is changed. geListener A helper class that can be used in conjunction with BackupAgentHelper to manage the backup of SharedPreferences. The wrapper for the primitive type short. Class for exposing the native Renderscript Short2 type back to the Android system. Class for exposing the native Renderscript short3 type back to the Android system. Class for exposing the native Renderscript short4 type back to the Android system. A buffer of shorts. The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. Contains phone signal strength related information. Opaque, immutable representation of a signature
SharedPreferencesBackupHelper
Short Short2
Short3
Short4 ShortBuffer
ShortBufferException
SignalStrength Signature
Signature
and verifying digital signatures, using different algorithms that have been registered with the Security class.
SignatureException is a general Signature
SignatureException
exception.
SignatureSpi is the Service Provider Interface (SPI)
SignatureSpi
definition for Signature. A SignedObject instance acts as a container for another object. This class is deprecated. Replaced by behavior in java.security.cert package and Principal An easy adapter to map static data to views defined in an XML file. This class can be used by external clients of SimpleAdapter to bind values to views. Static library support version of the framework's SimpleCursorAdapter. An easy adapter to map columns from a cursor to TextViews or ImageViews defined in an XML file.
SignedObject
Signer
SimpleAdapter
SimpleAdapter.ViewBinder
SimpleCursorAdapter
SimpleCursorAdapter
This class can be used by external clients of SimpleCursorAdapter.CursorToStringConvert SimpleCursorAdapter to define how the Cursor should be er converted to a String. This class can be used by external clients of SimpleCursorAdapter.CursorToStringConvert SimpleCursorAdapter to define how the Cursor should be er converted to a String. This class can be used by external clients of SimpleCursorAdapter to bind values fom the Cursor to views. This class can be used by external clients of
SimpleCursorAdapter.ViewBinder
SimpleCursorAdapter.ViewBinder
SimpleCursorAdapter to bind values fom the Cursor to views. SimpleCursorTreeAdapter An easy adapter to map columns from a cursor to TextViews or ImageViews defined in an XML file. This class can be used by external clients of SimpleCursorTreeAdapter to bind values from the Cursor to views. A concrete class for formatting and parsing dates in a locale-sensitive manner. An easy adapter to map static data to group and child views defined in an XML file.
SimpleFormatter can be used to print a summary of
SimpleCursorTreeAdapter.ViewBinder
SimpleDateFormat
SimpleExpandableListAdapter
SimpleFormatter
SimpleTimeZone
that represents a time zone for use with a Gregorian calendar. A connection "manager" for a single connection. The connection adapter used by this manager. The pool entry for this connection manager.
If you would like to test a single activity with an SingleLaunchActivityTestCase<T extends Acti InstrumentationTestCase, this provides some of the boiler plate to launch and finish the activity in setUp() vity> and tearDown(). 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. Handles an Internet audio call over SIP. Listener for events relating to a SIP call, such as when a
SingleLineTransformationMethod
SipAudioCall SipAudioCall.Listener
call is being recieved ("on ringing") or a call is outgoing ("on calling"). SipErrorCode SipException SipManager Defines error codes returned during SIP actions. Indicates a general SIP-related exception. Provides APIs for SIP tasks, such as initiating SIP connections, and provides access to related SIP services. Defines a SIP profile, including a SIP account, domain and server information. Helper class for creating a SipProfile. Listener for SIP registration events. Represents a SIP session that is associated with a SIP dialog or a standalone transaction not within a dialog. Listener for events relating to a SIP session, such as when a session is being registered ("on registering") or a call is outgoing ("on calling"). Defines SIP session states, such as "registering", "outgoing call", and "in call". SlidingDrawer hides content out of the screen and allows the user to drag a handle to bring the content on screen. Callback invoked when the drawer is closed. Callback invoked when the drawer is opened. Callback invoked when the drawer is scrolled. Constants and static helpers related to the HTTP state management. Marks a test that should run as part of the small tests. Marks a test that should run as part of the smoke tests.
SipSession.Listener
SipSession.State
SmsManager
Manages SMS operations such as sending data, text, and pdu SMS messages. This class is deprecated. Replaced by android.telephony.SmsManager that supports both GSM and CDMA. A Short Message Service message. This class is deprecated. Replaced by android.telephony.SmsMessage that supports both GSM and CDMA. SMS Class enumeration. This enum is deprecated. Use android.telephony.SmsMessage.
SmsManager
SmsMessage
SmsMessage
This class is deprecated. Use android.telephony.SmsMessage. Provides a client-side TCP socket. This abstract class represents a protocol-independent base for socket-endpoint representing classes. A SocketChannel is a selectable channel that provides a partial abstraction of stream connecting socket. This SocketException may be thrown during socket creation or setting options, and is the superclass of all other socket related exceptions. This abstract class defines methods to create sockets. A factory for creating and connecting sockets. A handler that writes log messages to a socket connection. Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and
SocketChannel
SocketException
SocketHttpClientConnection
transmit data. Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. This class is the base of all streaming socket implementation classes. This interface defines a factory for socket implementations.
Socket bound session input buffer.
SocketHttpServerConnection
SocketImpl
Defines an interface for socket implementations to get and set socket options.
Socket bound session output buffer.
Legacy security code; do not use. This exception is thrown when a timeout expired on a socket read or accept operation. Implements a soft reference, which is the least-weak of the three types of references. A map that has its keys ordered. SortedSet is a Set which iterates over its elements in a sorted order. Constants to be used to play sound effects via
playSoundEffect(int)
SoundEffectConstants
SoundPool
The SoundPool class manages and plays audio resources for applications. Interface definition for a callback to be invoked when all the sounds are loaded. An object that implements this interface contains the information needed to act as source input (XML source or
SoundPool.OnLoadCompleteListener
Source
transformation instructions). This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions. Space is a lightweight View subclass that may be used to create gaps between components in general purpose layouts. This is the interface for text to which markup objects can be attached and detached. Factory used by TextView to create new Spannables. This is the class for text whose content is immutable but to which markup objects can be attached and detached. This is the class for text whose content and markup can both be changed. This is the interface for text that has markup objects attached to ranges of it. This is the class for text whose content and markup are immutable. When an object of this type is attached to a Spannable, its methods will be called to notify it that other markup objects have been added, changed, or removed. SparseArrays map integers to Objects. SparseBooleanArrays map integers to booleans. SparseIntArrays map integers to integers. This class provides access to the speech recognition service. This class is used to specify meta information of an spell checker.
SourceLocator
Space
SpannableStringBuilder
Spanned
SpannedString
SpanWatcher
SpellCheckerInfo
SpellCheckerService
SpellCheckerService provides an abstract base class for a spell checker. This abstract class should be overridden by a concrete implementation of a spell checker. The SpellCheckerSession interface provides the per client functionality of SpellCheckerService.
SpellCheckerService.Session
SpellCheckerSession
SpellCheckerSession.SpellCheckerSessionList Callback for getting results from text services ener SpellCheckerSubtype This class is used to specify meta information of a subtype contained in a spell checker. A view that displays one child at a time and lets the user pick among them. Extended Adapter that is the bridge between a Spinner and its data. An exception, which is subclass of SQLException, is thrown when one or more client info properties could not be set on a Connection. An interface for the custom mapping of an SQL User Defined Type (UDT) to a Java class. An exception, which is subclass of SQLException, is thrown when various data errors arise. An exception that indicates there was an error with SQL parsing or execution. An exception that indicates a failed JDBC operation. An exception, which is subclass of SQLNonTransientException, is thrown when various the JDBC driver does not support an optional JDBC feature. The SQLInput interface defines operations which apply to a type of input stream which carries a series of values representing an instance of an SQL structured type or SQL
Spinner
SpinnerAdapter
SQLClientInfoException
SQLData
SQLDataException
SQLException SQLException
SQLFeatureNotSupportedException
SQLInput
distinct type. An exception, which is subclass of SQLNonTransientException, is thrown when various the an integrity constraint (foreign key, primary key or unique key) has been violated. An exception, which is subclass of SQLNonTransientException, is thrown when the authorization credentials presented during connection establishment are not valid. An exception that indicates that the SQLite program was aborted. This exception class is used when sqlite can't access the database file due to lack of permissions on the file.
SQLIntegrityConstraintViolationException
SQLInvalidAuthorizationSpecException
SQLiteAbortException
SQLiteAccessPermException
SQLiteBindOrColumnIndexOutOfRangeExcept Thrown if the the bind or column parameter index is out ion of range SQLiteBlobTooBigException SQLiteCantOpenDatabaseException SQLiteClosable An object created from a SQLiteDatabase that can be closed. An exception that indicates that an integrity constraint was violated. A Cursor implementation that exposes results from a query on a SQLiteDatabase. A driver for SQLiteCursors that is used to create them and gets notified by the cursors it creates on significant events in their lifetimes. Exposes methods to manage a SQLite database. Used to allow returning sub-classes of Cursor when calling query.
SQLiteConstraintException
SQLiteCursor
SQLiteCursorDriver
SQLiteDatabase SQLiteDatabase.CursorFactory
SQLiteDatabaseCorruptException
An exception that indicates that the SQLite database file is corrupt. Thrown if the database engine was unable to acquire the database locks it needs to do its job.
An exception that indicates that an IO error occured while accessing the SQLite database file. An exception that indicates that the SQLite program is done. A SQLite exception that indicates there was an error with SQL parsing or execution. An exception that indicates that the SQLite database is full. This error can occur if the application creates a SQLiteStatement object and allows multiple threads in the application use it at the same time. A helper class to manage database creation and version management.
SQLiteDoneException
SQLiteException
SQLiteFullException
SQLiteMisuseException
A base class for compiled SQLite programs. A SQLite program that represents a query that reads the resulting rows into a CursorWindow. This is a convience class that helps build SQL queries to be sent to SQLiteDatabase objects.
SQLiteTransactionListener
A listener for transaction events. An exception, which is subclass of SQLException, is thrown when the connection operation that failed will not succeed when the operation is retried without the cause of the failure being corrected.
SQLNonTransientConnectionException
SQLNonTransientException The interface for an output stream used to write attributes of an SQL User Defined Type (UDT) to the database. Legacy security code; do not use.
SQLOutput
SQLPermission SQLRecoverableException SQLSyntaxErrorException SQLTimeoutException SQLTransactionRollbackException SQLTransientConnectionException SQLTransientException SQLWarning SQLXML SslCertificate SslCertificate.DName
An exception class that holds information about Database access warnings. Maps SQL's XML type into Java. SSL certificate info (certificate details) class A distinguished name helper class: a 3-tuple of: - common name (CN), - organization (O), - organizational unit (OU) SSLSocketFactory implementation with several extra features:
SSLCertificateSocketFactory
y y
Timeout specification for SSL handshake operations Hostname verification in most cases (see WARNINGs below)
y y
The handshake timeout does not apply to actual TCP socket connection. SSLContext The public API for secure socket protocol implementations. The Service Provider Interface (SPI) for the SSLContext class. The abstract implementation of secure communications using SSL, TLS, or other protocols. The result object describing the state of the SSLEngine produced by the wrap() and unwrap() operations. The enum describing the state of the current handshake. The enum describing the result of the SSLEngine operation. This class represents a set of one or more SSL errors and the associated SSL certificate. SslErrorHandler: class responsible for handling SSL errors. The base class for all SSL related exceptions. The exception that is thrown when a handshake could not be completed successfully. The exception that is thrown when an invalid SSL key is encountered. SSL handshake parameters that include protocols, cipher suites, and client authentication requirements. The exception that is thrown when the identity of a peer has not beed verified.
SSLContextSpi
SSLEngine
SSLKeyException
SSLParameters
SSLPeerUnverifiedException
SSLPermission SSLProtocolException
Legacy security code; do not use. The exception that is thrown when an error in the operation of the SSL protocol is encountered. The extension of ServerSocket which provides secure server sockets based on protocols like SSL, TLS, or others. The factory for SSL server sockets. The interface representing an SSL session. The event sent to an SSLSessionBindingListener when the listener object is bound (putValue(String, Object)) or unbound (removeValue(String)) to an SSLSession. The interface to be implemented by any object that requires notification when data objects are bound to (or unbound from) an SSLSession. File-based cache of established SSL sessions. A collection of SSLSessions. The extension of Socket providing secure protocols like SSL (Secure Socket Layer") or TLS (Transport Layer Security). The abstract factory implementation to create SSLSockets. Layered socket factory for TLS/SSL connections, based on JSSE.
Stack is a Last-In/First-Out(LIFO) data structure which
SSLSessionBindingEvent
SSLSessionBindingListener
SSLSessionCache SSLSessionContext
SSLSocket
SSLSocketFactory
SSLSocketFactory
Stack<E>
represents a stack of objects. Thrown when the depth of the stack of the running program exceeds some platform or VM specific limit. A representation of a single stack frame.
StackOverflowError StackTraceElement
StackView StaleDataException StartElementListener This exception is thrown when a Cursor contains stale data and must be requeried before being used again. Listens for the beginning of elements. Lets you assign a number of graphic images to a single Drawable and swap out the visible item by a string ID value. Interface used for executing static SQL statements to retrieve query results. A statement event that a PreparedStatement is closed An object that registers to be notified of events that occur on PreparedStatements that are in the Statement pool. State sets are arrays of positive ints where each element represents the state of a View (e.g. Retrieve overall information about the space on a filesystem. StaticLayout is a Layout for text that will not be edited after it is laid out. Represents a status line as returned from a HTTP server. StorageManager is the interface to the systems storage service. 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). A StreamHandler object writes log messages to an output stream, that is, objects of the class OutputStream.
StateListDrawable
StateSet
StatFs
StreamCorruptedException
StreamHandler
StreamResult
Acts as an holder for a transformation result, which may be XML, plain Text, HTML, or some other form
of markup. Acts as an holder for a transformation Source in the form of a stream of XML markup.
Parses a stream into a set of defined tokens, one at a time. The strict implementation of the content length strategy. The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun Java 5, Sun Java 6-rc. Class StrictMath provides basic math constants and operations such as trigonometric functions, hyperbolic functions, exponential, logarithms, etc.
StrictMath
StrictMode is a developer tool which detects things you might be doing by accident and brings them to your attention so you can fix them.
StrictMode policy applied to a certain thread.
An immutable sequence of characters/code units (chars). A modifiable sequence of characters for use in creating strings, where all accesses are synchronized. This class is deprecated. Use StringReader A modifiable sequence of characters for use in creating strings. Implementation of a Printer that sends its output to a StringBuilder.
StringBuilderPrinter
StringCharacterIterator StringEntity
An implementation of CharacterIterator for strings. An entity whose content is retrieved from a string. Thrown when the a string is indexed with a value less than zero, or greater than or equal to the size of the array. A specialized Reader that reads characters from a String in a sequential manner. Breaks a string into tokens; new code should probably use split(String). A specialized Writer that writes characters to a StringBuffer in a sequential manner, appending them in the process. An interface which provides facilities for manipulating an SQL structured type as a Java object. Describes a style in a span. The central class of the javax.security.auth package representing an authenticated user or entity (both referred to as "subject"). Legacy security code; do not use. Subclass of Menu for sub menus.
StringIndexOutOfBoundsException
StringReader
StringTokenizer
StringWriter
Struct StyleSpan
Subject
This class contains a metadata of suggestions from the text service Holds suggestion candidates for the text enclosed in this span.
SupplicantState Suppress
From defs.h in wpa_supplicant. Use this annotation on test classes or test methods that should not be included in a test suite. Annotation type used to indicate that the compiler should not issue the specified warnings for the marked program element. Handle onto a raw buffer that is being managed by the screen compositor. Exception thrown when a surface couldn't be created or resized Abstract interface to someone holding a display surface. Exception that is thrown from lockCanvas() when called on a Surface whose type is SURFACE_TYPE_PUSH_BUFFERS. A client may implement this interface to receive information about changes to the surface. Additional callbacks that can be received for SurfaceHolder.Callback. Captures frames from an image stream as an OpenGL ES texture. Callback interface for being notified that a new stream frame is available. Exception thrown when a surface couldn't be created or resized Provides a dedicated drawing surface embedded inside of a view hierarchy.
SuppressWarnings
Surface
Surface.OutOfResourcesException SurfaceHolder
SurfaceHolder.BadSurfaceTypeException
SurfaceHolder.Callback
SurfaceHolder.Callback2
SurfaceTexture
SurfaceTexture.OnFrameAvailableListener
SurfaceTexture.OutOfResourcesException
A Switch is a two-state toggle switch widget that can select between two options.
SwitchPreference SyncAdapterType
A Preference that provides a two-state toggleable option. Value type that represents a SyncAdapterType. If you would like to test sync a single provider with an InstrumentationTestCase, this provides some of the boiler plate in setUp() and tearDown(). Thread-safe extension of the BasicHttpContext.
SyncBaseInstrumentation
Signals that the sync() method has failed to complete. A blocking queue in which each insert operation must wait for a corresponding remove operation by another thread, and vice versa. Information about the sync operation that is currently underway. This class is used to communicate the results of a sync operation to the SyncManager. The ContentProvider contract for associating data with ana data array account.
SynchronousQueue<E>
SyncInfo
SyncResult
A callback to return speech data synthesized by a text to speech engine. Contains data required by engines to synthesize speech.
System SystemClock
Provides access to system-related information and resources including standard input and output. Core timekeeping facilities.
T
This class is deprecated. New applications should use Fragments instead of this class; to continue to run on older devices, you can use the v4 support library which provides a version of the Fragment API that is compatible down to DONUT. Container for a tabbed window view. Interface definition for a callback to be invoked when tab changed Makes the content of a tab when it is selected. A tab has a tab indicator, content, and a tag that is used to keep track of it.
TabActivity
TableLayout.LayoutParams
A layout that arranges its children into rows and columns. This set of layout parameters enforces the width of each child to be MATCH_PARENT and the height of each child to be WRAP_CONTENT, but only if the height is not specified. A layout that arranges its children horizontally. Set of layout parameters used in table rows.
Represents a single tab stop on a line. The default implementation of TabStopSpan. Displays a list of tab labels representing each page in the parent's tab collection. Represents an NFC tag that has been discovered.
TagTechnology
Target
Defines a meta-annotation for determining what ElementTypes an annotation can be applied to. Provides access to information about the telephony services on the device. An object that implements this interface is the runtime representation of processed transformation instructions. A SAX ContentHandler that may be used to process SAX parse events (parsing transformation instructions) into a Templates object. A Test can be run and collect its results. A test case defines the fixture to run multiple tests. A TestFailure collects a failed test together with the caught exception. A Listener for test progress Represents a test to be run. A TestResult collects the results of executing a test case. A TestSuite is a Composite of Tests. Build suites based on a combination of included packages, excluded packages, and predicates that must be satisfied. A special TestCase used to indicate a failure during the build() step. An interface to define how a test suite should be loaded. Implementors will know how to get a test suite.
TelephonyManager
Templates
TemplatesHandler
TestSuiteBuilder
TestTarget TestTargetClass
This @interface is deprecated. Obsolete This @interface is deprecated. Obsolete The Text interface inherits from CharacterData and represents the textual content (termed character data in XML) of an Element or Attr. Sets the text color, size, style, and typeface to match a TextAppearance resource. The TextAttribute class defines attribute keys and attribute values for text rendering. Listens for the beginning and ending of text elements. This class contains a metadata of the input of TextService
Text
TextAppearanceSpan
TextPaint
TextPaint is an extension of Paint that leaves room for some extra data used during text measuring and drawing. System API to the overall text services, which arbitrates interaction between applications and text services. Specialized ViewSwitcher that contains only children of type TextView. Synthesizes speech from text for immediate playback or to create a sound file. Constants and parameter names for controlling text-tospeech. Information about an installed text-to-speech engine. Interface definition of a callback to be invoked indicating the completion of the TextToSpeech engine
TextServicesManager
TextSwitcher
TextToSpeech
initialization. TextToSpeech.OnUtteranceCompletedListener TextToSpeechService TextureView TextureView.SurfaceTextureListener TextUtils TextUtils.EllipsizeCallback TextUtils.SimpleStringSplitter TextUtils.StringSplitter TextUtils.TruncateAt TextView TextView.BufferType TextView.OnEditorActionListener Interface definition for a callback to be invoked when an action is performed on the editor. User interface state that is stored by TextView for implementing onSaveInstanceState(). When an object of a type is attached to an Editable, its methods will be called when the text is changed. A Thread is a concurrent unit of execution. A representation of a thread's state. Implemented by objects that want to handle cases where a thread is being terminated by an uncaught Displays text to the user and optionally allows them to edit it. A simple string splitter. An interface for splitting strings according to rules that are opaque to the user of this interface. Listener that will be called when the TTS service has completed synthesizing an utterance. Abstract base class for TTS engine implementations.
TextView.SavedState
exception. ThreadDeath ThreadFactory ThreadGroup ThreadDeath is thrown when a thread stops executing. An object that creates new threads on demand.
ThreadGroup is a means of organizing threads into a
hierarchical structure. Implements a thread-local storage, that is, a variable for which each thread has its own value. An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods. A handler for rejected tasks that throws a RejectedExecutionException. A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded. A handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executor is shut down, in which case the task is discarded. A handler for rejected tasks that silently discards the rejected task. Manages a pool of client connections. The superclass of all classes which can be thrown by the VM. Thumbnail generation routines for media provider. An alternative to the Calendar and GregorianCalendar classes. Java representation of an SQL TIME value.
ThreadLocal<T>
ThreadPoolExecutor
ThreadPoolExecutor.AbortPolicy
ThreadPoolExecutor.CallerRunsPolicy
ThreadPoolExecutor.DiscardOldestPolicy
TimeFormatException TimeInterpolator TimeKeyListener TimeoutException TimePicker A time interpolator defines the rate of change of an animation. For entering times in a text field. Exception thrown when a blocking operation times out. A view for selecting the time of day, in either 24 hour or AM/PM mode. The callback interface used to indicate the time has been adjusted. A dialog that prompts the user for the time of day using a TimePicker. The callback interface used to indicate the user is done filling in the time (they clicked on the 'Set' button). Timers schedule one-shot or recurring tasks for execution. The TimerTask class represents a task to run at a specified time.
Timestamp represents a signed time stamp.
TimePicker.OnTimeChangedListener
TimePickerDialog
TimePickerDialog.OnTimeSetListener
Timer
A Java representation of the SQL TIMESTAMP type. 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. A class containing utility methods related to time zones.
TimeZone represents a time zone, primarily used for
TimeUnit
TimeUtils
TimeZone
configuring a Calendar or SimpleDateFormat instance. A utility class to help log timings splits throughout a
TimingLogger
method call. Toast A toast is a view containing a quick little message for the user. The toast class helps you create and show those. Displays checked/unchecked states as a button with a "light" indicator and by default accompanied with the text "ON" or "OFF". An iterator for String tokens. Helper class that helps you use IBinder objects as reference counted tokens. This class provides methods to play DTMF tones (ITU-T Recommendation Q.23), call supervisory tones (3GPP TS 22.001, CEPT) and proprietary tones (3GPP TS 31.111). 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.
ToggleButton
TokenIterator TokenWatcher
ToneGenerator
TooManyListenersException
Touch TouchDelegate TouchUtils TrafficStats TransactionTooLargeException Transformation Helper class to handle situations where you want a view to have a larger touch area than its actual view bounds. Reusable methods for generating touch events. Class that provides network traffic statistics. The Binder transaction failed because it was too large. Defines the transformation to be applied at one point in time of an Animation. TextView uses TransformationMethods to do things like replacing the characters of passwords with dots, or keeping the newline characters from causing line breaks in single-line text fields. An instance of this abstract class can transform a source tree into a result tree.
TransformationMethod
Transformer
Indicates a serious configuration error. This class specifies an exceptional condition that occurred during the transformation process.
TransformerHandler
TwoStatePreference
TypedValue TypeEvaluator<T>
Container for a dynamically typed data value. Interface for use with the
setEvaluator(TypeEvaluator) function.
Typeface
The Typeface class specifies the typeface and intrinsic style of a font. Changes the typeface family of the text to which the span is attached. The TypeInfo interface represents a type referenced from Element or Attr nodes, specified in the schemas associated with the document. This class provides access to the type information determined by ValidatorHandler. 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. A class which defines constants used to identify generic SQL types, also called JDBC types.
TypefaceSpan
TypeInfo
TypeInfoProvider
TypeNotPresentException
Types
This interface represents a type variables such as 'T' in 'public interface Comparable', the bounded TypeVariable<D extends GenericDeclaration> 'T' in 'public interface A' or the multiple bounded 'T' in 'public interface B'.
U
UiModeManager This class provides access to the system uimode services. This annotation can be used on an InstrumentationTestCase's test methods. This class provides a wrapper for an undeclared, checked exception thrown by an InvocationHandler.
UiThreadTest
Thrown when the VM must throw an error which does not match any known exceptional condition. An UnknownFormatConversionException will be thrown if the format conversion is unknown. An UnknownFormatFlagsException will be thrown if there is an unknown flag. Thrown when a hostname can not be resolved. Is thrown if no appropriate ContentHandler could be found for a particular service requested by the URL connection. An UnmappableCharacterException is thrown when an unmappable character for the given charset is encountered.
UnrecoverableEntryException indicates, that a
UnknownFormatConversionException
UnknownFormatFlagsException UnknownHostException
UnknownServiceException
UnmappableCharacterException
UnrecoverableEntryException
UnrecoverableKeyException
cannot be recovered from a KeyStore. An UnresolvedAddressException is thrown when trying to use an unresolved network address in a network operation.
UnresolvedAddressException
UnresolvedPermission UnsatisfiedLinkError
Legacy security code; do not use. Thrown when an attempt is made to invoke a native for which an implementation could not be found. An UnsupportedAddressTypeException is thrown when connecting or binding to an unsupported address type. Thrown when a CallbackHandler does not support a particular Callback. An UnsupportedCharsetException is thrown when an unsupported charset name is encountered. Thrown when an attempt is made to load a class with a format version that is not supported by the VM. Authentication credentials required to respond to a authentication challenge are invalid Thrown when a program asks for a particular character converter that is unavailable. Indicates an unsupported version of the HTTP protocol. Thrown when an unsupported operation is attempted. The classes that affect character-level text in a way that modifies their appearance when one is added or removed must implement this interface. The classes that affect character-level text formatting in a way that triggers a text layout update when one is added or removed must implement this interface. Immutable URI reference. A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC 2396. Helper class for building or manipulating URI
UnsupportedAddressTypeException
UnsupportedCallbackException
UnsupportedCharsetException
UnsupportedClassVersionError
UnsupportedDigestAlgorithmException
UnsupportedEncodingException
UnsupportedHttpVersionException UnsupportedOperationException
UpdateAppearance
UpdateLayout
references. UriMatcher Utility class to aid in matching URIs in content providers. Maintains a map of objects keyed by a request URI pattern.
UriPatternMatcher
URIResolver
An object that implements this interface that can be called by the processor to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
A URISyntaxException will be thrown if some information could not be parsed while creating a URI. A collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features. A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC 1738. This class loader is responsible for loading classes and resources from a list of URLs which can refer to either directories or JAR files. A connection to a URL for reading or writing. This class is used to decode a string which is encoded in the application/x-www-form-urlencoded MIME content type. An entity composed of a list of url-encoded pairs. A collection of utilities for encoding URLs. This class is used to encode a string using the format required by application/x-www-formurlencoded MIME content type. Sanitizes the Query portion of a URL. Sanitize values based on which characters they contain.
URISyntaxException
URIUtils
URL
URLClassLoader
URLConnection
URLDecoder
UrlEncodedFormEntity URLEncodedUtils
URLEncoder
UrlQuerySanitizer UrlQuerySanitizer.IllegalCharacterValueSanitizer
A simple tuple that holds parameter-value pairs. A functor used to sanitize a single query value.
URLStreamHandler
The abstract class URLStreamHandler is the base for all classes which can handle the communication with a URL object over a particular protocol type. Defines a factory which creates an URLStreamHandler for a specified protocol.
URLStreamHandlerFactory URLUtil
UsbAccessory
A class representing a USB accessory, which is an external hardware component that communicates with an android application over USB. Contains constants for the USB protocol. This class represents a USB device attached to the android device with the android device acting as the USB host. This class is used for sending and receiving data and control messages to a USB device. A class representing an endpoint on a UsbInterface. A class representing an interface on a UsbDevice. This class allows you to access the state of USB and communicate with USB devices. A class representing USB request packet. When associating an object to a key on a node using Node.setUserData() the application can provide a handler that gets called when the node the object is associated to is being cloned, imported, or renamed. A provider of user defined words for input methods to
UsbConstants
UsbDevice
UserDataHandler
UserDictionary
use for predictive text input. UserDictionary.Words UsernamePasswordCredentials UserTokenHandler Contains the user defined words. Username and password Credentials A handler for determining if the given execution context is user specific or not. Signals that an incorrectly encoded UTF-8 string has been encountered, most likely while reading some DataInputStream. Listener for events relating to the progress of an utterance through the synthesis queue. UUID is an immutable representation of a 128-bit universally unique identifier (UUID).
UTFDataFormatException
UtteranceProgressListener
UUID
V
Validator ValidatorHandler
ValueAnimator
ValueAnimator.AnimatorUpdateListener
ValueCallback<T>
Vector<E>
VelocityTracker
VelocityTrackerCompat
Helper for accessing features in VelocityTracker introduced after API level 4 in a backwards compatible fashion. Thrown when the VM notices that an attempt is made to load a class which does not pass the class verification phase. This class defines the current version of JUnit Provides access to version information for HTTP components. Class that operates the vibrator on the device. Displays a video file.
VerifyError
View.AccessibilityDelegate
This class represents the basic building block for user interface components. This class represents a delegate that can be registered in a View to enhance accessibility support via composition rather via inheritance.
Base class for derived classes that want to save and restore their own state in onSaveInstanceState(). Creates an image that the system displays during the drag and drop operation. A MeasureSpec encapsulates the layout requirements passed from parent to child. Interface definition for a callback to be invoked when this view is attached or detached from its window. Interface definition for a callback to be invoked when a view is clicked. Interface definition for a callback to be invoked when the context menu for this view is being built. Interface definition for a callback to be invoked when a drag is being dispatched to this view.
View.BaseSavedState
View.DragShadowBuilder
View.MeasureSpec
View.OnAttachStateChangeListener
View.OnClickListener
View.OnCreateContextMenuListener
View.OnDragListener
View.OnFocusChangeListener
Interface definition for a callback to be invoked when the focus state of a view changed. Interface definition for a callback to be invoked when a generic motion event is dispatched to this view. Interface definition for a callback to be invoked when a hover event is dispatched to this view. Interface definition for a callback to be invoked when a key event is dispatched to this view. Interface definition for a callback to be invoked when the layout bounds of a view changes due to layout processing. Interface definition for a callback to be invoked when a view has been clicked and held. Interface definition for a callback to be invoked when the status bar changes visibility. Interface definition for a callback to be invoked when a touch event is dispatched to this view. Base class for a FrameLayout container that will perform animations when switching between its views. Some useful assertions about views. Helper for accessing features in View introduced after API level 4 in a backwards compatible fashion. Contains methods to standard constants used in the UI for timeouts, sizes, and distances. Helper for accessing features in ViewConfiguration introduced after API level 4 in a backwards compatible fashion. Various debugging/tracing tools related to View and the view hierarchy.
View.OnGenericMotionListener
View.OnHoverListener
View.OnKeyListener
View.OnLayoutChangeListener
View.OnLongClickListener
View.OnSystemUiVisibilityChangeListener
View.OnTouchListener
ViewAnimator
ViewAsserts ViewCompat
ViewConfiguration
ViewConfigurationCompat
ViewDebug
ViewDebug.CapturedViewProperty
This annotation can be used to mark fields and methods to be dumped when the view is captured. This annotation can be used to mark fields and methods to be dumped by the view server. Defines a mapping from an flag to a String. Defines the type of hierarhcy trace to output to the hierarchy traces file. Defines a mapping from an int value to a String. Defines the type of recycler trace to output to the recycler traces file. Simple ViewAnimator that will animate between two or more views that have been added to it.
ViewFlipper
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.
LayoutParams are used by views to tell their parents how they want to be laid out. Per-child layout information for layouts that support margins. Interface definition for a callback to be invoked when the hierarchy within this view changed. Helper for accessing features in ViewGroup introduced after API level 4 in a backwards compatible fashion. Interface to let you add and remove child views to an Activity. Layout manager that allows the user to flip left and right through pages of data. Layout parameters that should be supplied for views added to a ViewPager.
ViewGroup.LayoutParams
ViewGroup.MarginLayoutParams
ViewGroup.OnHierarchyChangeListener
ViewGroupCompat
ViewManager
ViewPager
ViewPager.LayoutParams
ViewPager.OnPageChangeListener
Callback interface for responding to changing state of the selected page. This is the persistent state that is saved by ViewPager. Simple implementation of the
ViewPager.SavedState
ViewPager.SimpleOnPageChangeListener
ViewPager.OnPageChangeListener interface
with stub implementations of each method. ViewParent Defines the responsibilities for a class that will be a parent of a View. This class enables automatic and optimized animation of select properties on View objects. A ViewStub is an invisible, zero-sized View that can be used to lazily inflate layout resources at runtime. Listener used to receive a notification after a ViewStub has successfully inflated its layout resource.
ViewAnimator that switches between two views,
ViewPropertyAnimator
ViewStub
ViewStub.OnInflateListener
ViewSwitcher
and has a factory from which these views are created. Creates views in a ViewSwitcher. A view tree observer is used to register listeners that can be notified of global changes in the view tree. Interface definition for a callback to be invoked when the focus state within the view tree changes. Interface definition for a callback to be invoked when the global layout state or the visibility of views within the view tree changes. Interface definition for a callback to be invoked when the view tree is about to be drawn. Interface definition for a callback to be invoked when
ViewSwitcher.ViewFactory ViewTreeObserver
ViewTreeObserver.OnGlobalFocusChangeListener
ViewTreeObserver.OnGlobalLayoutListener
ViewTreeObserver.OnPreDrawListener ViewTreeObserver.OnScrollChangedListener
something in the view tree has been scrolled. ViewTreeObserver.OnTouchModeChangeListener Interface definition for a callback to be invoked when the touch mode changes. An audio virtualizer is a general name for an effect to spatialize audio channels. The OnParameterChangeListener interface defines a method called by the Virtualizer when a parameter value has changed. The Settings class regroups all virtualizer parameters.
VirtualMachineError is the superclass of all error
Virtualizer
Virtualizer.OnParameterChangeListener
Virtualizer.Settings VirtualMachineError
classes that occur during the operation of the VM. A collection of utility methods for computing the visibility of triangle meshes. The Visualizer class enables application to retrieve part of the currently playing audio for visualization purpose. The OnDataCaptureListener interface defines methods called by the Visualizer to periodically update the audio visualization capture. The contract between the voicemail provider and applications. Defines fields exposed through the /status path of this content provider. Defines fields exposed through the /voicemail path of this content provider. Placeholder class for the Java keyword void. VpnService is a base class for applications to extend and build their own VPN solutions. Helper class to create a VPN interface.
Visibility
Visualizer
Visualizer.OnDataCaptureListener
VoicemailContract
VoicemailContract.Status
W
WaitingThread WaitingThreadAborter WallpaperInfo WallpaperManager WallpaperService WallpaperService.Engine WeakHashMap<K, V> Represents a thread waiting for a connection. A simple class that can interrupt a WaitingThread. This class is used to specify meta information of a wallpaper service. Provides access to the system wallpaper. A wallpaper service is responsible for showing a live wallpaper behind applications that would like to sit on top of it. The actual implementation of a wallpaper. WeakHashMap is an implementation of Map with keys which are WeakReferences. Implements a weak reference, which is the middle of the three types of references. This class contains the back/forward list for a WebView.
A callback interface used by the host application to notify the current page that its custom view has been dismissed. A convenience class for accessing fields in an entry in the back/forward list of a WebView. Functions for manipulating the icon database used by WebView. Interface for receiving icons from the database. A WebResourceResponse is return by
WebHistoryItem
WebIconDatabase WebIconDatabase.IconListener
WebResourceResponse
contains the response information for a particular resource. WebSettings WebSettings.LayoutAlgorithm Manages settings state for a WebView. Enum for controlling the layout of html.
This enum is deprecated. Use setTextZoom(int) and getTextZoom() instead. Enum for specifying the WebView's desired density. Functionality for manipulating the webstorage databases. Class containing the HTML5 database quota and usage for an origin. Encapsulates a callback function to be executed when a new quota is made available.
WebStorage.QuotaUpdater WebView WebView.HitTestResult WebView.PictureListener WebView.WebViewTransport WebViewClient WebViewDatabase WebViewFragment WifiConfiguration WifiConfiguration.AuthAlgorithm WifiConfiguration.GroupCipher WifiConfiguration.KeyMgmt WifiConfiguration.PairwiseCipher WifiConfiguration.Protocol
This interface is deprecated. This interface is now obsolete. Transportation object for returning WebView across thread boundaries.
A fragment that displays a WebView. A class representing a configured Wi-Fi network, including the security configuration. Recognized IEEE 802.11 authentication algorithms. Recognized group ciphers. Recognized key management schemes. Recognized pairwise ciphers for WPA. Recognized security protocols.
WifiConfiguration.Status WifiInfo
Possible status of a network configuration. Describes the state of any Wifi connection that is active or is in the process of being set up. This class provides the primary API for managing all aspects of Wi-Fi connectivity. Allows an application to receive Wifi Multicast packets. Allows an application to keep the Wi-Fi radio awake. A class representing a Wi-Fi P2p configuration for setting up a connection A class representing a Wi-Fi p2p device A class representing a Wi-Fi P2p device list A class representing a Wi-Fi P2p group A class representing connection information about a Wi-Fi p2p group This class provides the API for managing Wi-Fi peer-to-peer connectivity. Interface for callback invocation on an application action A channel that connects the application to the Wifi p2p framework. Interface for callback invocation when framework channel is lost Interface for callback invocation when connection info is available Interface for callback invocation when group info is available Interface for callback invocation when peer list is available A pattern type, such as the upper bounded wildcard ? extends Closeable or the lower bounded wildcard ?
WifiP2pManager.ChannelListener
super String.
Window Window.Callback WindowManager WindowManager.BadTokenException WindowManager.LayoutParams Wire WorkSource WpsInfo Wrapper WrapperListAdapter WrapTogetherSpan WritableByteChannel
Abstract base class for a top-level window look and behavior policy. API from a Window back to its caller. The interface that apps use to talk to the window manager. Exception that is thrown when trying to add view whose WindowManager.LayoutParams token is invalid.
Logs data to the wire LOG. Describes the source of some work that may be done by someone else. A class representing Wi-Fi Protected Setup This class is an actual usage of the wrapper pattern for JDBC classes. List adapter that wraps another list adapter.
A WritableByteChannel is a type of Channel that can write bytes. Signals that the readObject() method has detected an exception marker in the input stream. The base class for all writers.
WriteAbortedException Writer
X
X500Principal X509Certificate Represents an X.500 principal, which holds the distinguished name of some network entity. Abstract base class for X.509 certificates.
X509Certificate X509CertSelector X509CRL X509CRLEntry X509CRLSelector X509EncodedKeySpec X509ExtendedKeyManager X509Extension X509HostnameVerifier X509KeyManager X509TrustManager
Abstract base class for X.509 certificates. A certificate selector (CertSelector for selecting
X509Certificates that match the specified criteria.
Abstract base class for X.509 certificate revocation lists (CRL). Abstract base class for entries in a certificate revocation list (CRL). A CRL selector (CRLSelector for selecting X509CRLs that match the specified criteria. The key specification of an X.509 encoded key in ASN.1 format. The abstract extension for the X509KeyManager interface. The interface specifying an X.509 Certificate or CRL extension. Interface for checking if a hostname matches the names stored inside the server's X.509 certificate. A Key Manager for X509 certificate-based key pairs. The trust manager for X509 certificates to be used to perform authentication for secure sockets. Xfermode is the base class for objects that are called to implement custom "transfer-modes" in the drawing pipeline. XML utility methods. Supported character encodings.
XmlPullParser
XML Pull Parser is an interface that defines parsing functionality provided in XMLPULL V1 API (visit this website to learn more about API and its implementations). This exception is thrown to signal XML Pull Parser related faults. This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API. Interface for reading an XML document using callbacks. Adapt a SAX2 XMLReader as a SAX1 Parser. Factory for creating an XML reader. The XML parsing interface returned for an XML resource. Define an interface to serialization of XML Infoset.
XPath provides access to the XPath evaluation environment
XmlPullParserException XmlPullParserFactory XMLReader XMLReaderAdapter XMLReaderFactory XmlResourceParser XmlSerializer XPath XPathConstants XPathException XPathExpression XPathExpressionException XPathFactory
expressions.
XPathExpressionException represents an error in an XPath
expression.
function.
XPathFunctionResolver provides access to the set of user defined XPathFunctions. XPathVariableResolver provides access to the set of user
XPathFunctionResolver XPathVariableResolver
Y
YuvImage YuvImage contains YUV data and provides a method that compresses a region of the YUV data to a Jpeg.
Z
ZipEntry ZipError An instance of ZipEntry represents an entry within a ZIParchive. Thrown when an unrecoverable ZIP error has occurred. This runtime exception is thrown by ZipFile and ZipInputStream when the file or stream is not a valid ZIP file. This class provides random read access to a ZIP-archive file. This class provides an implementation of FilterInputStream that decompresses data from an InputStream containing a ZIP archive. This class provides an implementation of FilterOutputStream that compresses data entries into a ZIP-archive output stream.
ZipException
ZipFile
ZipInputStream
ZipOutputStream
ZoomButton The ZoomButtonsController handles showing and hiding the zoom controls and positioning it relative to an owner view. Interface that will be called when the user performs an interaction that triggers some action, for example zooming. The ZoomControls class displays a simple set of controls used for zooming and provides callbacks to register for events.
ZoomButtonsController
ZoomButtonsController.OnZoomListener
ZoomControls
package
android.widget
The widget package contains (mostly visual) UI elements to use on your Application screen. You can design your own
To create your own widget, extend View or a subclass. To use your widget in layout XML, there are two additional files for you to create. Here is a list of files you'll need to create to implement a custom widget:
y
Java implementation file - This is the file that implements the behavior of the widget. If you can instantiate the object from layout XML, you will also have to code a constructor that retrieves all the attribute values from the layout XML file. XML definition file - An XML file in res/values/ that defines the XML element used to instantiate your widget, and the attributes that it supports. Other applications will use this element and attributes in their in another in their layout XML. Layout XML [optional]- An optional XML file inside res/layout/ that describes the layout of your widget. You could also do this in code in your Java file.
ApiDemos sample application has an example of creating a custom layout XML tag, LabelView. See the following files that demonstrate implementing and using a custom widget:
y y y
LabelView.java - The implentation file res/values/attrs.xml - Definition file res/layout/custom_view_1.xml - Layout file
Interfaces
AbsListView.MultiChoiceModeListener A MultiChoiceModeListener receives events for CHOICE_MODE_MULTIPLE_MODAL. Interface definition for a callback to be invoked when the list or grid has been scrolled. A RecyclerListener is used to receive a notification whenever a View is placed inside the RecycleBin's scrap heap. The top-level view of a list item can implement this interface to allow itself to modify the bounds of the selection shown for that item. An Adapter object acts as a bridge between an AdapterView and the underlying data for that view. Interface definition for a callback to be invoked when an item in this AdapterView has been
AbsListView.OnScrollListener
AbsListView.RecyclerListener
AbsListView.SelectionBoundsAdjuster
Adapter
AdapterView.OnItemClickListener
clicked. Interface definition for a callback to be invoked when an item in this view has been clicked and held. Interface definition for a callback to be invoked when an item in this view has been selected. This interface is used to make sure that the text entered in this TextView complies to a certain format. The callback used to indicate the user changes the date. Defines an extension for views that make them checkable. A callback that notifies when the chronometer has incremented on its own. Interface definition for a callback to be invoked when the checked state of a compound button changed. The callback used to indicate the user changes\d the date. An adapter that links a ExpandableListView with the underlying data. Interface definition for a callback to be invoked when a child in this expandable list has been clicked. Interface definition for a callback to be invoked when a group in this expandable list has been clicked. Used for being notified when a group is collapsed Used for being notified when a group is expanded
AdapterView.OnItemLongClickListener
AdapterView.OnItemSelectedListener
AutoCompleteTextView.Validator
CalendarView.OnDateChangeListener
Checkable
Chronometer.OnChronometerTickListener
CompoundButton.OnCheckedChangeListener
DatePicker.OnDateChangedListener
ExpandableListAdapter
ExpandableListView.OnChildClickListener
ExpandableListView.OnGroupClickListener
ExpandableListView.OnGroupCollapseListener ExpandableListView.OnGroupExpandListener
Filter.FilterListener Filterable
Listener used to receive a notification upon completion of a filtering operation. Defines a filterable behavior.
This class can be used by external clients of CursorAdapter and CursorTreeAdapter to define how the content of the adapter should be filtered. Additional methods that when implemented make an ExpandableListAdapter take advantage of the Adapter view type mechanism. Extended Adapter that is the bridge between a ListView and the data that backs the list.
FilterQueryProvider
HeterogeneousExpandableList
Interface used to format current value into a string for presentation. Interface to listen for the picker scroll state. Interface to listen for changes of the current value. Callback interface used to notify the application that the menu has closed. Interface responsible for receiving menu item click events if the items themselves do not have individual item click listeners. Listener that is called when this popup window is dismissed.
PopupMenu.OnDismissListener
PopupMenu.OnMenuItemClickListener
PopupWindow.OnDismissListener
RadioGroup.OnCheckedChangeListener
Interface definition for a callback to be invoked when the checked radio button changed in this group.
A callback that notifies clients when the rating has been changed.
RatingBar.OnRatingBarChangeListener
RemoteViewsService.RemoteViewsFactory
An interface for an adapter between a remote collection view (ListView, GridView, etc) and the underlying data for that view.
SearchView.OnCloseListener SearchView.OnQueryTextListener SearchView.OnSuggestionListener Callbacks for changes to the query text. Callback interface for selection events on suggestions. Interface that should be implemented on Adapters to enable fast scrolling in an AbsListView between sections of the list. A callback that notifies clients when the progress level has been changed.
SectionIndexer
SeekBar.OnSeekBarChangeListener
ShareActionProvider.OnShareTargetSelectedListener Listener for the event of selecting a share target. SimpleAdapter.ViewBinder This class can be used by external clients of SimpleAdapter to bind values to views. This class can be used by external clients of SimpleCursorAdapter to define how the Cursor should be converted to a String. This class can be used by external clients of SimpleCursorAdapter to bind values fom the Cursor to views. This class can be used by external clients of SimpleCursorTreeAdapter to bind values from the Cursor to views. Callback invoked when the drawer is closed. Callback invoked when the drawer is opened. Callback invoked when the drawer is scrolled. Extended Adapter that is the bridge between a Spinner and its data.
SimpleCursorAdapter.CursorToStringConverter
SimpleCursorAdapter.ViewBinder
SimpleCursorTreeAdapter.ViewBinder
Interface definition for a callback to be invoked when tab changed Makes the content of a tab when it is selected. Interface definition for a callback to be invoked when an action is performed on the editor. The callback interface used to indicate the time has been adjusted. Creates views in a ViewSwitcher. List adapter that wraps another list adapter. Interface that will be called when the user performs an interaction that triggers some action, for example zooming.
ZoomButtonsController.OnZoomListener
Classes
AbsListView Base class that can be used to implement virtualized lists of items. AbsListView extends LayoutParams to provide a place to hold the view type. This class is deprecated. Use FrameLayout, RelativeLayout or a custom layout instead. Per-child layout information associated with AbsoluteLayout.
AbsListView.LayoutParams
AbsoluteLayout
An abstract base class for spinner widgets. An AdapterView is a view whose children are determined by an Adapter. Extra menu information provided to the
onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a
AdapterView.AdapterContextMenuInfo
context menu is brought up for this AdapterView. AdapterViewAnimator Base class for a AdapterView that will perform animations when switching between its views. Simple ViewAnimator that will animate between two or more views that have been added to it. A helper class for adapters that implement the SectionIndexer interface. This widget display an analogic clock with two hands for hours and minutes. A concrete BaseAdapter that is backed by an array of arbitrary objects.
AdapterViewFlipper
AlphabetIndexer
AnalogClock
ArrayAdapter<T>
AutoCompleteTextView
An editable text view that shows completion suggestions automatically while the user is typing.
Common base class of common implementation for an Adapter that can be used in both ListView (by implementing the specialized ListAdapter interface} and Spinner (by implementing the specialized SpinnerAdapter interface. Base class for a ExpandableListAdapter used to provide data and Views from some data to an expandable list view. Represents a push-button widget. This class is a calendar widget for displaying and selecting dates.
BaseAdapter
BaseExpandableListAdapter
Button CalendarView
CheckBox
A checkbox is a specific type of two-states button that can be either checked or unchecked.
An extension to TextView that supports the Checkable interface. Class that implements a simple timer.
CheckedTextView Chronometer
CompoundButton CursorAdapter
Like AnalogClock, but digital. This class performs the graphical effect used at the edges of scrollable widgets when the user scrolls beyond the content bounds in 2D space. EditText is a thin veneer over TextView that configures itself to be editable. A view that shows items in a vertically scrolling two-level list. Extra menu information specific to an ExpandableListView provided to the
EdgeEffect
EditText
ExpandableListView
ExpandableListView.ExpandableListContextMenuInfo onCreateContextMenu(ContextMenu, View, ContextMenuInfo) callback when a context menu is brought up for this AdapterView. Filter Filter.FilterResults FrameLayout
A filter constrains data with a filtering pattern. Holds the results of a filtering operation.
FrameLayout is designed to block out an area on the screen to display a single item. Per-child layout information for layouts that support margins. A view that shows items in a center-locked, horizontally scrolling list.
FrameLayout.LayoutParams
Gallery
Gallery.LayoutParams
Gallery extends LayoutParams to provide a place to hold current Transformation information along with previous position/transformation info. A layout that places its children in a rectangular grid. Alignments specify where a view should be placed within a cell group and what size it should be. Layout information associated with each of the children of a GridLayout. A Spec defines the horizontal or vertical characteristics of a group of cells. A view that shows items in two-dimensional scrolling grid. ListAdapter used when a ListView has header views. Layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display.
GridLayout
GridLayout.Alignment
GridLayout.LayoutParams
GridLayout.Spec
GridView
HeaderViewListAdapter
HorizontalScrollView
Displays a button with an image (instead of text) that can be pressed or clicked by the user.
Displays an arbitrary image, such as an icon. A Layout that arranges its children in a single column or a single row. Per-child layout information associated with ViewLinearLayout. A ListPopupWindow anchors itself to a host view and displays a list of choices. A view that shows items in a vertically scrolling
LinearLayout.LayoutParams
ListPopupWindow ListView
list. A class that represents a fixed view in a list, for example a header at the top or a footer at the bottom. A view containing controls for a MediaPlayer. 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. This simple Tokenizer can be used for lists where the items are separated by a comma and one or more spaces. A widget that enables the user to select a number form a predefined range. This class encapsulates scrolling with the ability to overshoot the bounds of a scrolling operation. A PopupMenu displays a Menu in a modal popup window anchored to a View.
ListView.FixedViewInfo
MediaController
MultiAutoCompleteTextView
MultiAutoCompleteTextView.CommaTokenizer
NumberPicker
OverScroller
A popup window that can be used to display an arbitrary view. Visual indicator of progress in some operation.
Widget used to show an image with the standard QuickContact badge and on-click behavior.
RadioGroup.LayoutParams
A radio button is a two-states button that can be either checked or unchecked. This class is used to create a multipleexclusion scope for a set of radio buttons. 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.
RatingBar
A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in stars. A Layout where the positions of the children can be described in relation to each other or to the parent. Per-child layout information associated with RelativeLayout. A class that describes a view hierarchy that can be displayed in another process. The service to be connected to for a remote adapter to request RemoteViews. An easy adapter that creates views defined in an XML file. A fairly simple ExpandableListAdapter that creates views defined in an XML file. This class encapsulates scrolling. Layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display. A widget that provides a user interface for the user to enter a search query and submit a request to a search provider. A SeekBar is an extension of ProgressBar that adds a draggable thumb. This is a provider for a share action. An easy adapter to map static data to views defined in an XML file. An easy adapter to map columns from a cursor to TextViews or ImageViews defined in an XML file.
RelativeLayout
RelativeLayout.LayoutParams
RemoteViews
RemoteViewsService
ResourceCursorAdapter
ResourceCursorTreeAdapter Scroller
ScrollView
SearchView
SimpleCursorAdapter
SimpleCursorTreeAdapter
An easy adapter to map columns from a cursor to TextViews or ImageViews defined in an XML file. An easy adapter to map static data to group and child views defined in an XML file. SlidingDrawer hides content out of the screen and allows the user to drag a handle to bring the content on screen. Space is a lightweight View subclass that may be used to create gaps between components in general purpose layouts. A view that displays one child at a time and lets the user pick among them.
SimpleExpandableListAdapter
SlidingDrawer
Space
A Switch is a two-state toggle switch widget that can select between two options. Container for a tabbed window view. A tab has a tab indicator, content, and a tag that is used to keep track of it.
TableLayout.LayoutParams
A layout that arranges its children into rows and columns. This set of layout parameters enforces the width of each child to be MATCH_PARENT and the height of each child to be WRAP_CONTENT, but only if the height is not specified. A layout that arranges its children horizontally. Set of layout parameters used in table rows.
Displays a list of tab labels representing each page in the parent's tab collection. Specialized ViewSwitcher that contains only children of type TextView.
TextSwitcher
TextView
Displays text to the user and optionally allows them to edit it. User interface state that is stored by TextView for implementing onSaveInstanceState(). A view for selecting the time of day, in either 24 hour or AM/PM mode. A toast is a view containing a quick little message for the user. The toast class helps you create and show those. Displays checked/unchecked states as a button with a "light" indicator and by default accompanied with the text "ON" or "OFF".
TextView.SavedState
TimePicker
Toast
ToggleButton
TwoLineListItem VideoView
ViewAnimator
ViewFlipper
ViewSwitcher
ZoomButton The ZoomButtonsController handles showing and hiding the zoom controls and positioning it relative to an owner view. The ZoomControls class displays a simple set of controls used for zooming and provides callbacks to register for events.
ZoomButtonsController
ZoomControls
Enums
ImageView.ScaleType Options for scaling the bounds of an image to the bounds of this view. TextView.BufferType
Exceptions
RemoteViews.ActionException Exception to send when something goes wrong executing an action