Package 

Interface ScrollingView


  • 
    public interface ScrollingView
    
                        

    An interface that can be implemented by Views to provide scroll related APIs.

    • Method Summary

      Modifier and Type Method Description
      abstract int computeHorizontalScrollRange() Compute the horizontal range that the horizontal scrollbarrepresents.
      abstract int computeHorizontalScrollOffset() Compute the horizontal offset of the horizontal scrollbar's thumbwithin the horizontal range.
      abstract int computeHorizontalScrollExtent() Compute the horizontal extent of the horizontal scrollbar's thumbwithin the horizontal range.
      abstract int computeVerticalScrollRange() Compute the vertical range that the vertical scrollbar represents.
      abstract int computeVerticalScrollOffset() Compute the vertical offset of the vertical scrollbar's thumbwithin the horizontal range.
      abstract int computeVerticalScrollExtent() Compute the vertical extent of the vertical scrollbar's thumbwithin the vertical range.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait