Lines Matching defs:AbsListView

91 public abstract class AbsListView extends AdapterView<ListAdapter> implements TextWatcher,
97 private static final String TAG = "AbsListView";
232 * Wrapper for the multiple choice mode callback; AbsListView needs to perform
538 private AbsListView.PerformClick mPerformClick;
720 public void onScrollStateChanged(AbsListView view, int scrollState);
731 public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount,
751 public AbsListView(Context context) {
761 public AbsListView(Context context, AttributeSet attrs) {
765 public AbsListView(Context context, AttributeSet attrs, int defStyle) {
770 com.android.internal.R.styleable.AbsListView, defStyle, 0);
987 throw new IllegalStateException("AbsListView: attempted to start selection mode " +
1367 event.setClassName(AbsListView.class.getName());
1373 info.setClassName(AbsListView.class.getName());
1552 * Constructor called from {@link AbsListView#onSaveInstanceState()}
1605 return "AbsListView.SavedState{"
2854 handled = mOnItemLongClickListener.onItemLongClick(AbsListView.this, child,
2859 handled = super.showContextMenuForChild(AbsListView.this);
2881 return super.showContextMenuForChild(AbsListView.this);
2895 handled = mOnItemLongClickListener.onItemLongClick(AbsListView.this, originalView,
3053 // Handler should not be null unless the AbsListView is not attached to a
3093 mScrollStrictSpan = StrictMode.enterCriticalSpan("AbsListView-scroll");
3250 // We do not lose focus initiating a touch (since AbsListView is focusable in
3426 final AbsListView.PerformClick performClick = mPerformClick;
3916 * {@link android.widget.AbsListView.OnScrollListener}, if any. The state change
3994 mFlingStrictSpan = StrictMode.enterCriticalSpan("AbsListView-fling");
5778 return new AbsListView.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
5789 return new AbsListView.LayoutParams(getContext(), attrs);
5794 return p instanceof AbsListView.LayoutParams;
5859 * Move all views (excluding headers and footers) held by this AbsListView into the supplied
5860 * List. This includes views displayed on the screen as well as views stored in AbsListView's
5872 AbsListView.LayoutParams lp = (AbsListView.LayoutParams) child.getLayoutParams();
5895 * Sets up this AbsListView to use a remote views adapter which connects to a RemoteViewsService
5972 * being displayed by the AbsListView.
5988 * @see android.widget.AbsListView.RecycleBin
5989 * @see android.widget.AbsListView.RecyclerListener
6014 * A MultiChoiceModeListener receives events for {@link AbsListView#CHOICE_MODE_MULTIPLE_MODAL}.
6087 * AbsListView extends LayoutParams to provide a place to hold the view type.
6101 * When this boolean is set, the view has been added to the AbsListView
6110 * When an AbsListView is measured with an AT_MOST measure spec, it needs
6155 * @see android.widget.AbsListView.RecycleBin
6156 * @see android.widget.AbsListView#setRecyclerListener(android.widget.AbsListView.RecyclerListener)
6176 * @see android.widget.AbsListView#setRecyclerListener(android.widget.AbsListView.RecyclerListener)
6177 * @see android.widget.AbsListView.RecyclerListener
6287 * Fill ActiveViews with all of the children of the AbsListView.
6302 AbsListView.LayoutParams lp = (AbsListView.LayoutParams) child.getLayoutParams();
6381 AbsListView.LayoutParams lp = (AbsListView.LayoutParams) scrap.getLayoutParams();
6458 final AbsListView.LayoutParams lp
6459 = (AbsListView.LayoutParams) victim.getLayoutParams();
6599 if (((AbsListView.LayoutParams)view.getLayoutParams())