Searched refs:mOnItemLongClickListener (Results 1 – 4 of 4) sorted by relevance
45 private AdapterView.OnItemLongClickListener mOnItemLongClickListener; field in GlobalActionsPopupMenu80 if (mOnItemLongClickListener != null) { in show()81 getListView().setOnItemLongClickListener(mOnItemLongClickListener); in show()122 mOnItemLongClickListener = listener; in setOnItemLongClickListener()
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()
3290 if (mOnItemLongClickListener != null) { in performLongPress()3291 handled = mOnItemLongClickListener.onItemLongClick(AbsListView.this, child, in performLongPress()3367 if (mOnItemLongClickListener != null) { in showContextMenuForChildInternal()3368 handled = mOnItemLongClickListener.onItemLongClick(this, originalView, in showContextMenuForChildInternal()