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

Class android.widget.ScrollView

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
ScrollView(Context, AttributeSet)  
ScrollView(Context, AttributeSet, int)  
 

Added Methods
void addView(View)  
void addView(View, LayoutParams)  
void addView(View, int)  
void addView(View, int, LayoutParams)  
int computeScrollDeltaToGetChildRectOnScreen(Rect) Compute the amount to scroll in the Y direction in order to get a rectangle completely on the screen (or, if taller than the screen, at least the first screen size chunk of it).
int getMaxScrollAmount() @return The maximum amount this scroll view will scroll in response to an arrow event.
boolean isFillViewport() Indicates whether this ScrollView's content is stretched to fill the viewport.
boolean isSmoothScrollingEnabled() @return Whether arrow scrolling will animate its transition.
boolean onRequestFocusInDescendants(int, Rect) When looking for focus in children of a scroll view, need to be a little more careful not to give focus to something that is scrolled off screen.
void setFillViewport(boolean) Indicates this ScrollView whether it should stretch its content height to fill the viewport or not.
void setSmoothScrollingEnabled(boolean) Set whether arrow scrolling will animate its transition.
 

Changed Methods
float getBottomFadingEdgeStrength() Method was inherited from android.view.View, but is now defined locally.  
float getTopFadingEdgeStrength() Method was inherited from android.view.View, but is now defined locally.  
void measureChildWithMargins(View, int, int, int, int) Method was inherited from android.view.ViewGroup, but is now defined locally.  
void onMeasure(int, int) Method was inherited from android.widget.FrameLayout, but is now defined locally.  
void scrollTo(int, int) Method was inherited from android.view.View, but is now defined locally. {@inheritDoc}
 

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