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

/frameworks/base/core/java/android/widget/
H A DListView.java81 public class ListView extends AbsListView { class in inherits:AbsListView
88 * When arrow scrolling, ListView will never scroll more than this factor
143 public ListView(Context context) { method in class:ListView
147 public ListView(Context context, AttributeSet attrs) { method in class:ListView
151 public ListView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListView
155 public ListView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListView
159 attrs, R.styleable.ListView, defStyleAttr, defStyleRes);
261 * called at any time. If the ListView's adapter does not extend
299 * called at any time. If the ListView's adapter does not extend
355 * called at any time. If the ListView'
[all...]

Completed in 156 milliseconds