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

/frameworks/base/core/java/android/widget/
H A DListView.java71 public class ListView extends AbsListView { class in inherits:AbsListView
93 * When arrow scrolling, ListView will never scroll more than this factor
154 public ListView(Context context) { method in class:ListView
158 public ListView(Context context, AttributeSet attrs) { method in class:ListView
162 public ListView(Context context, AttributeSet attrs, int defStyle) { method in class:ListView
166 com.android.internal.R.styleable.ListView, defStyle, 0);
268 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
295 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
346 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
372 * <p>NOTE: Call this before calling setAdapter. This is so ListView ca
[all...]

Completed in 59 milliseconds