Class ShadowScroller

    • Constructor Detail

      • ShadowScroller

        public ShadowScroller()
    • Method Detail

      • abortAnimation

        @Implementation
        protected void abortAnimation()
      • 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()