Class ShadowScroller


  • @Implements(android.widget.Scroller.class)
    public class ShadowScroller
    extends java.lang.Object
    • Constructor Detail

      • ShadowScroller

        public ShadowScroller()
    • Method Detail

      • getStartX

        @Implementation
        protected int getStartX()
      • getStartY

        @Implementation
        protected int getStartY()
      • getCurrX

        @Implementation
        protected int getCurrX()
      • getCurrY

        @Implementation
        protected int getCurrY()
      • getFinalX

        @Implementation
        protected int getFinalX()
      • getFinalY

        @Implementation
        protected int getFinalY()
      • getDuration

        @Implementation
        protected int getDuration()
      • startScroll

        @Implementation
        protected void startScroll​(int startX,
                                   int startY,
                                   int dx,
                                   int dy,
                                   int duration)
      • computeScrollOffset

        @Implementation
        protected boolean computeScrollOffset()
      • isFinished

        @Implementation
        protected boolean isFinished()
      • timePassed

        @Implementation
        protected int timePassed()