Lines Matching defs:ListView

81 public class ListView extends AbsListView {
88 * When arrow scrolling, ListView will never scroll more than this factor
143 public ListView(Context context) {
147 public ListView(Context context, AttributeSet attrs) {
151 public ListView(Context context, AttributeSet attrs, int defStyleAttr) {
155 public ListView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
159 attrs, R.styleable.ListView, defStyleAttr, defStyleRes);
261 * called at any time. If the ListView's adapter does not extend
299 * called at any time. If the ListView's adapter does not extend
355 * called at any time. If the ListView's adapter does not extend
393 * called at any time. If the ListView's adapter does not extend
431 * Returns the adapter currently in use in this ListView. The returned adapter
435 * @return The adapter currently used to display data in this ListView.
455 * Sets the data behind this ListView.
458 * depending on the ListView features currently in use. For instance, adding
1222 * @return True to recycle the views used to measure this ListView in
1233 * returns the height with this ListView's padding and divider heights
1255 * @return The height of this ListView with the given children.
1573 + "ListView did not receive a notification. Make sure the content of "
1576 + "when its content changes. [in ListView(" + getId() + ", " + getClass()
2283 // a ListView sequentially. Unfortunately this can create an
2838 * How {@link android.widget.ListView#arrowScrollFocused} returns its values.
3901 return ListView.class.getName();