Java implementation: android.widget.AbsListView.setCacheColorHint(int)

Property definitions

android $ Android_widget_AbsListView :: set_cache_color_hint
	# Java implementation:  android.widget.AbsListView.setCacheColorHint(int)
	fun set_cache_color_hint(arg0: Int) in "Java" `{
		self.setCacheColorHint((int)arg0);
	`}
lib/android/ui/native_ui.nit:737,2--740,3