API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Removed Methods | |
---|---|
void populateContextMenu(ContextMenu ) |
Have the parent populate the specified context menu if it has anything to add (and then recurse on its parent). |
Added Methods | |
---|---|
void createContextMenu(ContextMenu ) |
Have the parent populate the specified context menu if it has anything to add (and then recurse on its parent). |
void recomputeViewAttributes(View ) |
Tell view hierarchy that the global view attributes need to be re-evaluated. |
void requestDisallowInterceptTouchEvent(boolean ) |
Called when a child does not want this parent and its ancestors to intercept touch events with ViewGroup.onInterceptTouchEvent(MotionEvent). |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |