Interface WindowScroller.ScrollListener

Enclosing class:
WindowScroller

public static interface WindowScroller.ScrollListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onScroll(int scrollTop, int scrollLeft)
     
  • Method Details

    • onScroll

      void onScroll(int scrollTop, int scrollLeft)