Searched defs:OnLongClickListener (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java807 * reacts to long clicks by notifying the OnLongClickListener or showing a
1673 protected OnLongClickListener mOnLongClickListener;
2332 public void setOnLongClickListener(OnLongClickListener l) {
2372 * Call this view's OnLongClickListener, if it is defined. Invokes the context menu
2373 * if the OnLongClickListener did not consume the event.
2375 * @return True there was an assigned OnLongClickListener that was called, false
8632 public interface OnLongClickListener { interface in class:View

Completed in 149 milliseconds