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

/frameworks/base/core/java/android/widget/
H A DListView.java67 public class ListView extends AbsListView { class in inherits:AbsListView
89 * 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 defStyle) { method in class:ListView
155 com.android.internal.R.styleable.ListView, defStyle, 0);
245 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
272 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
323 * NOTE: Call this before calling setAdapter. This is so ListView can wrap
349 * <p>NOTE: Call this before calling setAdapter. This is so ListView ca
[all...]

Completed in 54 milliseconds