Searched refs:mOnItemLongClickListener (Results 1 – 5 of 5) sorted by relevance
44 private AdapterView.OnItemLongClickListener mOnItemLongClickListener; field in GlobalActionsPopupMenu77 if (mOnItemLongClickListener != null) { in show()78 getListView().setOnItemLongClickListener(mOnItemLongClickListener); in show()119 mOnItemLongClickListener = listener; in setOnItemLongClickListener()
151 OnItemLongClickListener mOnItemLongClickListener; field in AdapterView375 mOnItemLongClickListener = listener; in setOnItemLongClickListener()383 return mOnItemLongClickListener; in getOnItemLongClickListener()
1226 if (mOnItemLongClickListener != null) { in dispatchLongPress()1227 handled = mOnItemLongClickListener.onItemLongClick(this, mDownTouchView, in dispatchLongPress()
3301 if (mOnItemLongClickListener != null) { in performLongPress()3302 handled = mOnItemLongClickListener.onItemLongClick(AbsListView.this, child, in performLongPress()3378 if (mOnItemLongClickListener != null) { in showContextMenuForChildInternal()3379 handled = mOnItemLongClickListener.onItemLongClick(this, originalView, in showContextMenuForChildInternal()
69543 Landroid/widget/AdapterView;->mOnItemLongClickListener:Landroid/widget/AdapterView$OnItemLongClickL…