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

/frameworks/base/core/java/android/view/
H A DView.java1546 * reacts to long clicks by notifying the OnLongClickListener or showing a
4297 protected OnLongClickListener mOnLongClickListener;
6427 public void setOnLongClickListener(@Nullable OnLongClickListener l) {
6628 * Calls this view's OnLongClickListener, if it is defined. Invokes the
6629 * context menu if the OnLongClickListener did not consume the event.
6639 * Calls this view's OnLongClickListener, if it is defined. Invokes the
6640 * context menu if the OnLongClickListener did not consume the event,
6660 * Calls this view's OnLongClickListener, if it is defined. Invokes the
6661 * context menu if the OnLongClickListener did not consume the event,
26031 public interface OnLongClickListener { interface in class:View
[all...]

Completed in 164 milliseconds