Class ShadowScrollView


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

    • ShadowScrollView

      public ShadowScrollView()
  • Method Details

    • smoothScrollTo

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

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