API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Package android.view

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
AbsSavedState A Parcelable implementation that should be used by inheritance hierarchies to ensure the state of all classes along the chain is saved.
ContextMenu.ContextMenuInfo Additional information regarding the creation of the context menu.
GestureDetector Detects various gestures and events using the supplied MotionEvents.
GestureDetector.OnGestureListener The listener that is used to notify when gestures occur.
GestureDetector.SimpleOnGestureListener A convenience class to extend when you only want to listen for a subset of all the gestures.
IOnKeyguardExitResult  
IOnKeyguardExitResult.Stub Local-side IPC implementation stub class.
IWindow  
IWindow.Stub Local-side IPC implementation stub class.
InflateException This exception is thrown by an inflater on error conditions.
KeyCharacterMap  
KeyCharacterMap.KeyData  
LayoutInflater This class is used to instantiate layout XML file into its corresponding View objects.
LayoutInflater.Factory  
LayoutInflater.Filter Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated.
MenuInflater This class is used to instantiate menu XML files into Menu objects.
MenuItem Interface for direct access to a previously created menu item.
MenuItem.OnMenuItemClickListener Interface definition for a callback to be invoked when a menu item is clicked.
OrientationListener Helper class for receiving notifications from the SensorManager when the orientation of the device has changed.
Surface.OutOfResourcesException Exception thrown when a surface couldn't be created or resized
SurfaceHolder.BadSurfaceTypeException Exception that is thrown from .lockCanvas when called on a Surface whose is SURFACE_TYPE_PUSH_BUFFERS.
TouchDelegate Helper class to handle situations where you want a view to have a larger touch area than its actual view bounds.
View.BaseSavedState  
View.OnCreateContextMenuListener Interface definition for a callback to be invoked when the context menu for this view is being built.
View.OnTouchListener Interface definition for a callback to be invoked when a touch event is dispatched to this view.
ViewDebug.ExportedProperty This annotation can be used to mark fields and methods to be dumped by the view server.
ViewDebug.HierarchyTraceType Defines the type of hierarhcy trace to output to the hierarchy traces file.
ViewDebug.IntToString Defines a mapping from an int value to a String.
ViewDebug.RecyclerTraceType Defines the type of recycler trace to output to the recycler traces file.
ViewStub A ViewStub is an invisible, zero-sized View that can be used to lazily inflate layout resources at runtime.
ViewStub.OnInflateListener Listener used to receive a notification after a ViewStub has successfully inflated its layout resource.
ViewTreeObserver A view tree observer is used to register listeners that can be notified of global changes in the view tree.
ViewTreeObserver.OnGlobalFocusChangeListener Interface definition for a callback to be invoked when the focus state within the view tree changes.
ViewTreeObserver.OnGlobalLayoutListener Interface definition for a callback to be invoked when the global layout state or the visibility of views within the view tree changes.
ViewTreeObserver.OnPreDrawListener Interface definition for a callback to be invoked when the view tree is about to be drawn.
ViewTreeObserver.OnTouchModeChangeListener Interface definition for a callback to be invoked when the touch mode changes.
 

Changed Classes and Interfaces
ContextMenu Extension of Menu for context menus providing functionality to modify the header of the context menu.
ContextThemeWrapper A ContextWrapper that allows you to modify the theme from what is in the wrapped context.
FocusFinder The algorithm used for finding the next focusable view in a given direction from a view that currently has focus.
Gravity Standard constants and tools for placing an object within a potentially larger container.
KeyEvent Contains constants for key events.
Menu Interface for managing the items in a menu.
MotionEvent Object used to report movement (mouse, pen, finger, trackball) events.
SubMenu Subclass of Menu for sub menus.
Surface  
SurfaceHolder Abstract interface to someone holding a display surface.
SurfaceView Provides a dedicated drawing surface embedded inside of a view hierarchy.
View

The View class represents the basic UI building block.

View.OnFocusChangeListener Interface definition for a callback to be invoked when the focus state of a view changed.
ViewConfiguration Contains methods to standard constants used in the UI for timeouts, sizes, and distances.
ViewDebug Various debugging/tracing tools related to View and the view hierarchy.
ViewGroup

A ViewGroup is a special view that can contain other views (called children.) The view group is the base class for layouts and views containers.

ViewGroup.LayoutParams LayoutParams are used by views to tell their parents how they want to be laid out.
ViewGroup.MarginLayoutParams Per-child layout information for layouts that support margins.
ViewParent Defines the responsibilities for a class that will be a parent of a View.
Window Abstract base class for a top-level window look and behavior policy.
Window.Callback API from a Window back to its caller.
WindowManager.LayoutParams  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff