API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Removed Classes and Interfaces | |
---|---|
Menu.Item | Interface for direct access to a previously created menu item. |
Menu.OnClickListener | Interface to find out when a menu item is invoked. |
Menu.OnSelectionListener | Interface to find out when the selection state of a menu item changes. |
RawInputEvent | |
UIThreadUtilities | In Android, Views must be manipulated only from the UI thread. |
View.CheckForKeyLongPress | |
View.OnPopulateContextMenuListener | Interface definition for a callback to be invoked when the context menu for this view is being built. |
ViewInflate | This class is used to instantiate layout XML file into its corresponding View objects. |
ViewInflate.Factory | |
ViewInflate.InflateException | This exception is thrown by the inflator on error conditions. |
VolumePanel | Handle the volume up and down keys. |
Added Classes and Interfaces | |
---|---|
|
A Parcelable implementation that should be used by inheritance hierarchies to ensure the state of all classes along the chain is saved. |
|
Additional information regarding the creation of the context menu. |
|
Detects various gestures and events using the supplied MotionEvents. |
|
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. |
|
|
|
Local-side IPC implementation stub class. |
|
|
|
Local-side IPC implementation stub class. |
|
This exception is thrown by an inflater on error conditions. |
|
|
|
|
|
This class is used to instantiate layout XML file into its corresponding View objects. |
|
|
|
Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated. |
|
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 is clicked. |
|
Helper class for receiving notifications from the SensorManager when the orientation of the device has changed. |
|
Exception thrown when a surface couldn't be created or resized |
|
Exception that is thrown from .lockCanvas when called on a Surface whose is SURFACE_TYPE_PUSH_BUFFERS. |
|
Helper class to handle situations where you want a view to have a larger touch area than its actual view bounds. |
|
|
|
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 touch event is dispatched to this view. |
|
This annotation can be used to mark fields and methods to be dumped by the view server. |
|
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. |
|
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. |
|
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 the touch mode changes. |
Changed Classes and Interfaces | |
---|---|
|
Extension of Menu for context menus providing functionality to modify the header of the context menu. |
|
A ContextWrapper that allows you to modify the theme from what is in the wrapped context. |
|
The algorithm used for finding the next focusable view in a given direction from a view that currently has focus. |
|
Standard constants and tools for placing an object within a potentially larger container. |
|
Contains constants for key events. |
|
Interface for managing the items in a menu. |
|
Object used to report movement (mouse, pen, finger, trackball) events. |
|
Subclass of Menu for sub menus. |
|
|
|
Abstract interface to someone holding a display surface. |
|
Provides a dedicated drawing surface embedded inside of a view hierarchy. |
|
The |
|
Interface definition for a callback to be invoked when the focus state of a view changed. |
|
Contains methods to standard constants used in the UI for timeouts, sizes, and distances. |
|
Various debugging/tracing tools related to View and the view hierarchy. |
|
A |
|
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. |
|
Defines the responsibilities for a class that will be a parent of a View. |
|
Abstract base class for a top-level window look and behavior policy. |
|
API from a Window back to its caller. |
|
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |