Searched defs:ListView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListView.java83 public class ListView extends AbsListView { class in inherits:AbsListView
90 * When arrow scrolling, ListView will never scroll more than this factor
145 public ListView(Context context) { method in class:ListView
149 public ListView(Context context, AttributeSet attrs) { method in class:ListView
153 public ListView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListView
157 public ListView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListView
161 attrs, R.styleable.ListView, defStyleAttr, defStyleRes);
263 * called at any time. If the ListView's adapter does not extend
301 * called at any time. If the ListView's adapter does not extend
357 * called at any time. If the ListView'
[all...]

Completed in 796 milliseconds