| AbsSavedState |
A Parcelable implementation that should be used by inheritance
hierarchies to ensure the state of all classes along the chain is saved. |
| AbsoluteSizeSpan |
|
| AccessibilityEvent |
This class represents accessibility events that are sent by the system when
something notable happens in the user interface. |
| AccessibilityServiceInfo |
This class describes an AccessibilityService. |
| ActivityInfo |
Information you can retrieve about a particular application
activity or receiver. |
| ActivityManager.MemoryInfo |
Information you can retrieve about the available memory through
getMemoryInfo(ActivityManager.MemoryInfo). |
| ActivityManager.ProcessErrorStateInfo |
Information you can retrieve about any processes that are in an error condition. |
| ActivityManager.RecentTaskInfo |
Information you can retrieve about tasks that the user has most recently
started or visited. |
| ActivityManager.RunningAppProcessInfo |
Information you can retrieve about a running process. |
| ActivityManager.RunningServiceInfo |
Information you can retrieve about a particular Service that is
currently running in the system. |
| ActivityManager.RunningTaskInfo |
Information you can retrieve about a particular task that is currently
"running" in the system. |
| Address |
A class representing an Address, i.e, a set of Strings describing a location. |
| AlignmentSpan.Standard |
|
| Annotation |
Annotations are simple key-value pairs that are preserved across
TextView save/restore cycles and can be used to keep application-specific
data that needs to be maintained for regions of text. |
| AppWidgetProviderInfo |
Describes the meta data for an installed AppWidget provider. |
| ApplicationInfo |
Information you can retrieve about a particular application. |
| AssetFileDescriptor |
File descriptor of an entry in the AssetManager. |
| BackgroundColorSpan |
|
| Bitmap |
|
| BulletSpan |
|
| Bundle |
A mapping from String values to various Parcelable types. |
| ColorStateList |
Lets you map View state sets to colors. |
| CompletionInfo |
Information about a single text completion that an editor has reported to
an input method. |
| ComponentName |
Identifier for a specific application component
(Activity, Service,
BroadcastReceiver, or
ContentProvider) that is available. |
| Configuration |
This class describes all device configuration information that can
impact the resources the application retrieves. |
| ConfigurationInfo |
Information you can retrieve about hardware configuration preferences
declared by an application. |
| ContentValues |
This class is used to store a set of values that the ContentResolver
can process. |
| Criteria |
A class indicating the application criteria for selecting a
location provider. |
| CursorWindow |
A buffer containing multiple cursor rows. |
| DhcpInfo |
A simple object for retrieving the results of a DHCP request. |
| EditorInfo |
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. |
| ExtractedText |
Information about text that has been extracted for use by an input method. |
| ExtractedTextRequest |
Description of what an input method would like from an application when
extract text from its input editor. |
| ForegroundColorSpan |
|
| Gesture |
A gesture can have a single or multiple strokes
|
| InputBinding |
Information given to an InputMethod about a client connecting
to it. |
| InputMethodInfo |
This class is used to specify meta information of an input method. |
| InstrumentationInfo |
Information you can retrieve about a particular piece of test
instrumentation. |
| Intent |
An intent is an abstract description of an operation to be performed. |
| Intent.ShortcutIconResource |
Represents a shortcut/live folder icon resource. |
| IntentFilter |
Structured description of Intent values to be matched. |
| IntentSender |
A description of an Intent and target action to perform with it. |
| KeyEvent |
Contains constants for key events. |
| LeadingMarginSpan.Standard |
|
| Location |
A class representing a geographic location sensed at a particular
time (a "fix"). |
| Message |
Defines a message containing a description and arbitrary data object that can be
sent to a Handler. |
| Messenger |
Reference to a Handler, which others can use to send messages to it. |
| MotionEvent |
Object used to report movement (mouse, pen, finger, trackball) events. |
| NeighboringCellInfo |
Represents the neighboring cell information, including
Received Signal Strength and Cell ID location. |
| NetworkInfo |
Describes the status of a network interface of a given type
(currently either Mobile or Wifi). |
| Notification |
A class that represents how a persistent notification is to be presented to
the user using the NotificationManager. |
| PackageInfo |
Overall information about the contents of a package. |
| PackageStats |
implementation of PackageStats associated with a
application package. |
| ParcelFileDescriptor |
The FileDescriptor returned by readFileDescriptor(), allowing
you to close it when done with it. |
| ParcelableSpan |
A special kind of Parcelable for objects that will serve as text spans. |
| PathPermission |
Description of permissions needed to access a particular path
in a ProviderInfo. |
| 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. |
| PendingIntent |
A description of an Intent and target action to perform with it. |
| PermissionGroupInfo |
Information you can retrieve about a particular security permission
group known to the system. |
| PermissionInfo |
Information you can retrieve about a particular security permission
known to the system. |
| Preference.BaseSavedState |
A base class for managing the instance state of a Preference. |
| ProviderInfo |
Holds information about a specific
content provider. |
| QuoteSpan |
|
| Rect |
Rect holds four integer coordinates for a rectangle. |
| RectF |
RectF holds four float coordinates for a rectangle. |
| Region |
|
| RelativeSizeSpan |
|
| RemoteViews |
A class that describes a view hierarchy that can be displayed in
another process. |
| ResolveInfo |
Information that is returned from resolving an intent
against an IntentFilter. |
| ResultReceiver |
Generic interface for receiving a callback result from someone. |
| ScaleXSpan |
|
| ScanResult |
Describes information about a detected access point. |
| ServiceInfo |
Information you can retrieve about a particular application
service. |
| ServiceState |
Contains phone state and service related information. |
| Signature |
Opaque, immutable representation of a signature associated with an
application package. |
| StrikethroughSpan |
|
| StyleSpan |
Describes a style in a span. |
| SubscriptSpan |
|
| SuperscriptSpan |
|
| SupplicantState |
From defs.h in wpa_supplicant. |
| Surface |
Handle on to a raw buffer that is being managed by the screen compositor. |
| TextAppearanceSpan |
Sets the text color, size, style, and typeface to match a TextAppearance
resource. |
| TextView.SavedState |
User interface state that is stored by TextView for implementing
onSaveInstanceState(). |
| TypefaceSpan |
Changes the typeface family of the text to which the span is attached. |
| URLSpan |
|
| UnderlineSpan |
|
| Uri |
Immutable URI reference. |
| View.BaseSavedState |
Base class for derived classes that want to save and restore their own
state in onSaveInstanceState(). |
| WifiConfiguration |
A class representing a configured Wi-Fi network, including the
security configuration. |
| WifiInfo |
Describes the state of any Wifi connection that is active or
is in the process of being set up. |
| WindowManager.LayoutParams |
|