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

/frameworks/base/core/java/android/widget/
H A DListView.java70 public class ListView extends AbsListView { class in inherits:AbsListView
77 * When arrow scrolling, ListView will never scroll more than this factor
132 public ListView(Context context) { method in class:ListView
136 public ListView(Context context, AttributeSet attrs) { method in class:ListView
140 public ListView(Context context, AttributeSet attrs, int defStyle) { method in class:ListView
144 com.android.internal.R.styleable.ListView, defStyle, 0);
244 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
277 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
330 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
362 * <p>NOTE: Call this before calling setAdapter. This is so ListView ca
[all...]

Completed in 878 milliseconds