FileDocCategorySizeDatePackage
ScrollView.javaAPI DocAndroid 5.1 API6527Sat Mar 14 14:09:38 GMT 2015android.widget

ScrollView

public class ScrollView extends android.widget.FrameLayout

Fields Summary
Constructors Summary
public ScrollView(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public ScrollView(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public ScrollView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public ScrollView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddView(android.view.View child, int index)

 throw new RuntimeException("Stub!"); 
public voidaddView(android.view.View child, android.view.ViewGroup.LayoutParams params)

 throw new RuntimeException("Stub!"); 
public voidaddView(android.view.View child, int index, android.view.ViewGroup.LayoutParams params)

 throw new RuntimeException("Stub!"); 
public voidaddView(android.view.View child)

 throw new RuntimeException("Stub!"); 
public booleanarrowScroll(int direction)

 throw new RuntimeException("Stub!"); 
public voidcomputeScroll()

 throw new RuntimeException("Stub!"); 
protected intcomputeScrollDeltaToGetChildRectOnScreen(android.graphics.Rect rect)

 throw new RuntimeException("Stub!"); 
protected intcomputeVerticalScrollOffset()

 throw new RuntimeException("Stub!"); 
protected intcomputeVerticalScrollRange()

 throw new RuntimeException("Stub!"); 
public booleandispatchKeyEvent(android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public voiddraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public booleanexecuteKeyEvent(android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public voidfling(int velocityY)

 throw new RuntimeException("Stub!"); 
public booleanfullScroll(int direction)

 throw new RuntimeException("Stub!"); 
protected floatgetBottomFadingEdgeStrength()

 throw new RuntimeException("Stub!"); 
public intgetMaxScrollAmount()

 throw new RuntimeException("Stub!"); 
protected floatgetTopFadingEdgeStrength()

 throw new RuntimeException("Stub!"); 
public booleanisFillViewport()

 throw new RuntimeException("Stub!"); 
public booleanisSmoothScrollingEnabled()

 throw new RuntimeException("Stub!"); 
protected voidmeasureChild(android.view.View child, int parentWidthMeasureSpec, int parentHeightMeasureSpec)

 throw new RuntimeException("Stub!"); 
protected voidmeasureChildWithMargins(android.view.View child, int parentWidthMeasureSpec, int widthUsed, int parentHeightMeasureSpec, int heightUsed)

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
public booleanonGenericMotionEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
public booleanonInterceptTouchEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
protected voidonLayout(boolean changed, int l, int t, int r, int b)

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public booleanonNestedFling(android.view.View target, float velocityX, float velocityY, boolean consumed)

 throw new RuntimeException("Stub!"); 
public voidonNestedScroll(android.view.View target, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed)

 throw new RuntimeException("Stub!"); 
public voidonNestedScrollAccepted(android.view.View child, android.view.View target, int axes)

 throw new RuntimeException("Stub!"); 
protected voidonOverScrolled(int scrollX, int scrollY, boolean clampedX, boolean clampedY)

 throw new RuntimeException("Stub!"); 
protected booleanonRequestFocusInDescendants(int direction, android.graphics.Rect previouslyFocusedRect)

 throw new RuntimeException("Stub!"); 
protected voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
protected android.os.ParcelableonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
protected voidonSizeChanged(int w, int h, int oldw, int oldh)

 throw new RuntimeException("Stub!"); 
public booleanonStartNestedScroll(android.view.View child, android.view.View target, int nestedScrollAxes)

 throw new RuntimeException("Stub!"); 
public voidonStopNestedScroll(android.view.View target)

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public booleanpageScroll(int direction)

 throw new RuntimeException("Stub!"); 
public booleanperformAccessibilityAction(int action, android.os.Bundle arguments)

 throw new RuntimeException("Stub!"); 
public voidrequestChildFocus(android.view.View child, android.view.View focused)

 throw new RuntimeException("Stub!"); 
public booleanrequestChildRectangleOnScreen(android.view.View child, android.graphics.Rect rectangle, boolean immediate)

 throw new RuntimeException("Stub!"); 
public voidrequestDisallowInterceptTouchEvent(boolean disallowIntercept)

 throw new RuntimeException("Stub!"); 
public voidrequestLayout()

 throw new RuntimeException("Stub!"); 
public voidscrollTo(int x, int y)

 throw new RuntimeException("Stub!"); 
public voidsetFillViewport(boolean fillViewport)

 throw new RuntimeException("Stub!"); 
public voidsetOverScrollMode(int mode)

 throw new RuntimeException("Stub!"); 
public voidsetSmoothScrollingEnabled(boolean smoothScrollingEnabled)

 throw new RuntimeException("Stub!"); 
public booleanshouldDelayChildPressedState()

 throw new RuntimeException("Stub!"); 
public final voidsmoothScrollBy(int dx, int dy)

 throw new RuntimeException("Stub!"); 
public final voidsmoothScrollTo(int x, int y)

 throw new RuntimeException("Stub!");