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}
|