FileDocCategorySizeDatePackage
HorizontalScrollView.javaAPI DocAndroid 5.1 API5867Sat Mar 14 14:09:42 GMT 2015android.widget

HorizontalScrollView

public class HorizontalScrollView extends android.widget.FrameLayout

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

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

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public HorizontalScrollView(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 HorizontalScrollView(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, 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 voidaddView(android.view.View child, int index)

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

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

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

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

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

 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 velocityX)

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

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

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

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

 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!"); 
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!"); 
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 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!");