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

/frameworks/base/core/java/android/view/
H A DView.java1438 * reacts to long clicks by notifying the OnLongClickListener or showing a
4060 protected OnLongClickListener mOnLongClickListener;
6129 public void setOnLongClickListener(@Nullable OnLongClickListener l) {
6287 * Calls this view's OnLongClickListener, if it is defined. Invokes the
6288 * context menu if the OnLongClickListener did not consume the event.
6298 * Calls this view's OnLongClickListener, if it is defined. Invokes the
6299 * context menu if the OnLongClickListener did not consume the event,
6319 * Calls this view's OnLongClickListener, if it is defined. Invokes the
6320 * context menu if the OnLongClickListener did not consume the event,
24827 public interface OnLongClickListener { interface in class:View
[all...]

Completed in 2184 milliseconds