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()
3230 if (mOnItemLongClickListener != null) { in performLongPress()3231 handled = mOnItemLongClickListener.onItemLongClick(AbsListView.this, child, in performLongPress()3307 if (mOnItemLongClickListener != null) { in showContextMenuForChildInternal()3308 handled = mOnItemLongClickListener.onItemLongClick(this, originalView, in showContextMenuForChildInternal()