Java implementation: android.widget.AbsListView.smoothScrollBy(int, int)

Property definitions

android $ Android_widget_AbsListView :: smooth_scroll_by
	# Java implementation:  android.widget.AbsListView.smoothScrollBy(int, int)
	fun smooth_scroll_by(arg0: Int, arg1: Int) in "Java" `{
		self.smoothScrollBy((int)arg0, (int)arg1);
	`}
lib/android/ui/native_ui.nit:707,2--710,3