Lines Matching defs:ListView

72 public class ListView extends AbsListView {
79 * When arrow scrolling, ListView will never scroll more than this factor
134 public ListView(Context context) {
138 public ListView(Context context, AttributeSet attrs) {
142 public ListView(Context context, AttributeSet attrs, int defStyle) {
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 can wrap the supplied
402 * Returns the adapter currently in use in this ListView. The returned adapter
406 * @return The adapter currently used to display data in this ListView.
426 * Sets the data behind this ListView.
429 * depending on the ListView features currently in use. For instance, adding
1187 * @return True to recycle the views used to measure this ListView in
1198 * returns the height with this ListView's padding and divider heights
1220 * @return The height of this ListView with the given children.
1545 + "ListView did not receive a notification. Make sure the content of "
1547 + "from the UI thread. [in ListView(" + getId() + ", " + getClass()
1956 * of the ListView. (If in touch mode, the item will not be selected but it will
1960 * @param y The distance from the top edge of the ListView (plus padding) that the
2229 // a ListView sequentially. Unfortunately this can create an
2720 * How {@link android.widget.ListView#arrowScrollFocused} returns its values.
3681 event.setClassName(ListView.class.getName());
3687 info.setClassName(ListView.class.getName());