Lines Matching defs:ListView

83 public class ListView extends AbsListView {
90 * When arrow scrolling, ListView will never scroll more than this factor
145 public ListView(Context context) {
149 public ListView(Context context, AttributeSet attrs) {
153 public ListView(Context context, AttributeSet attrs, int defStyleAttr) {
157 public ListView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
161 attrs, R.styleable.ListView, defStyleAttr, defStyleRes);
263 * called at any time. If the ListView's adapter does not extend
301 * called at any time. If the ListView's adapter does not extend
357 * called at any time. If the ListView's adapter does not extend
395 * called at any time. If the ListView's adapter does not extend
433 * Returns the adapter currently in use in this ListView. The returned adapter
437 * @return The adapter currently used to display data in this ListView.
457 * Sets the data behind this ListView.
460 * depending on the ListView features currently in use. For instance, adding
1268 * @return True to recycle the views used to measure this ListView in
1279 * returns the height with this ListView's padding and divider heights
1301 * @return The height of this ListView with the given children.
1619 + "ListView did not receive a notification. Make sure the content of "
1622 + "when its content changes. [in ListView(" + getId() + ", " + getClass()
1723 * When ListView is resized, FocusSelector requests an async selection for the
2927 * How {@link android.widget.ListView#arrowScrollFocused} returns its values.
3993 return ListView.class.getName();
4058 ArrayList<ListView.FixedViewInfo> headerViewInfos,
4059 ArrayList<ListView.FixedViewInfo> footerViewInfos,