Searched refs:mOnItemLongClickListener (Results 1 – 3 of 3) sorted by relevance
142 OnItemLongClickListener mOnItemLongClickListener; field in AdapterView355 mOnItemLongClickListener = listener; in setOnItemLongClickListener()363 return mOnItemLongClickListener; in getOnItemLongClickListener()
1209 if (mOnItemLongClickListener != null) { in dispatchLongPress()1210 handled = mOnItemLongClickListener.onItemLongClick(this, mDownTouchView, in dispatchLongPress()
3235 if (mOnItemLongClickListener != null) { in performLongPress()3236 handled = mOnItemLongClickListener.onItemLongClick(AbsListView.this, child, in performLongPress()3312 if (mOnItemLongClickListener != null) { in showContextMenuForChildInternal()3313 handled = mOnItemLongClickListener.onItemLongClick(this, originalView, in showContextMenuForChildInternal()