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

/frameworks/base/core/java/android/widget/
H A DListView.java76 public class ListView extends AbsListView { class in inherits:AbsListView
83 * When arrow scrolling, ListView will never scroll more than this factor
138 public ListView(Context context) { method in class:ListView
142 public ListView(Context context, AttributeSet attrs) { method in class:ListView
146 public ListView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListView
150 public ListView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListView
154 attrs, com.android.internal.R.styleable.ListView, defStyleAttr, defStyleRes);
257 * called at any time. If the ListView's adapter does not extend
295 * called at any time. If the ListView's adapter does not extend
351 * called at any time. If the ListView'
[all...]

Completed in 234 milliseconds