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

/frameworks/base/core/java/android/webkit/
H A DWebTextView.java819 public boolean performLongClick() { method in class:WebTextView
821 return super.performLongClick();
H A DWebView.java4357 public boolean performLongClick() { method in class:WebView
4358 // performLongClick() is the result of a delayed message. If we switch
4382 // to store the location to use in performLongClick.
4390 return mWebTextView.performLongClick();
4396 if (super.performLongClick()) {
8302 performLongClick();
8443 performLongClick();
8587 performLongClick();
/frameworks/base/core/java/android/widget/
H A DTextView.java9217 public boolean performLongClick() { method in class:TextView
9221 if (super.performLongClick()) {
/frameworks/base/core/java/android/view/
H A DView.java3541 public boolean performLongClick() { method in class:View
14083 if (performLongClick()) {

Completed in 152 milliseconds