Searched refs:mOnItemLongClickListener (Results 1 – 4 of 4) sorted by relevance
151 OnItemLongClickListener mOnItemLongClickListener; field in AdapterView375 mOnItemLongClickListener = listener; in setOnItemLongClickListener()383 return mOnItemLongClickListener; in getOnItemLongClickListener()
1225 if (mOnItemLongClickListener != null) { in dispatchLongPress()1226 handled = mOnItemLongClickListener.onItemLongClick(this, mDownTouchView, in dispatchLongPress()
3309 if (mOnItemLongClickListener != null) { in performLongPress()3310 handled = mOnItemLongClickListener.onItemLongClick(AbsListView.this, child, in performLongPress()3386 if (mOnItemLongClickListener != null) { in showContextMenuForChildInternal()3387 handled = mOnItemLongClickListener.onItemLongClick(this, originalView, in showContextMenuForChildInternal()
80649 Landroid/widget/AdapterView;->mOnItemLongClickListener:Landroid/widget/AdapterView$OnItemLongClickL…