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

/frameworks/base/core/java/android/view/
H A DView.java912 * reacts to long clicks by notifying the OnLongClickListener or showing a
2977 protected OnLongClickListener mOnLongClickListener;
4205 public void setOnLongClickListener(OnLongClickListener l) {
4265 * Call this view's OnLongClickListener, if it is defined. Invokes the context menu if the
4266 * OnLongClickListener did not consume the event.
17825 public interface OnLongClickListener { interface in class:View

Completed in 114 milliseconds