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

/frameworks/base/core/java/android/widget/
H A DListView.java72 public class ListView extends AbsListView { class in inherits:AbsListView
79 * When arrow scrolling, ListView will never scroll more than this factor
134 public ListView(Context context) { method in class:ListView
138 public ListView(Context context, AttributeSet attrs) { method in class:ListView
142 public ListView(Context context, AttributeSet attrs, int defStyle) { method in class:ListView
146 com.android.internal.R.styleable.ListView, defStyle, 0);
246 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
279 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
332 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
364 * <p>NOTE: Call this before calling setAdapter. This is so ListView ca
[all...]

Completed in 331 milliseconds