Lines Matching defs:ListView

70 public class ListView extends AbsListView {
77 * When arrow scrolling, ListView will never scroll more than this factor
132 public ListView(Context context) {
136 public ListView(Context context, AttributeSet attrs) {
140 public ListView(Context context, AttributeSet attrs, int defStyle) {
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 can wrap the supplied
400 * Returns the adapter currently in use in this ListView. The returned adapter
404 * @return The adapter currently used to display data in this ListView.
424 * Sets the data behind this ListView.
427 * depending on the ListView features currently in use. For instance, adding
1185 * @return True to recycle the views used to measure this ListView in
1196 * returns the height with this ListView's padding and divider heights
1218 * @return The height of this ListView with the given children.
1539 + "ListView did not receive a notification. Make sure the content of "
1541 + "from the UI thread. [in ListView(" + getId() + ", " + getClass()
1898 * of the ListView. (If in touch mode, the item will not be selected but it will
1902 * @param y The distance from the top edge of the ListView (plus padding) that the
2164 // a ListView sequentially. Unfortunately this can create an
2655 * How {@link android.widget.ListView#arrowScrollFocused} returns its values.