Class ShadowScrollView


  • @Implements(android.widget.ScrollView.class)
    public class ShadowScrollView
    extends ShadowViewGroup
    • Constructor Detail

      • ShadowScrollView

        public ShadowScrollView()
    • Method Detail

      • smoothScrollTo

        @Implementation
        protected void smoothScrollTo​(int x,
                                      int y)
      • smoothScrollBy

        @Implementation
        protected void smoothScrollBy​(int x,
                                      int y)