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

/frameworks/base/core/java/android/webkit/
H A DWebView.java350 public static class HitTestResult { class in class:WebView
352 * Default HitTestResult, where the target is unknown.
361 * HitTestResult for hitting a phone number.
365 * HitTestResult for hitting a map address.
369 * HitTestResult for hitting an email address.
373 * HitTestResult for hitting an HTML::img tag.
382 * HitTestResult for hitting a HTML::a tag with src=http.
386 * HitTestResult for hitting a HTML::a tag with src=http + HTML::img.
390 * HitTestResult for hitting an edit text area.
401 public HitTestResult() { method in class:WebView.HitTestResult
[all...]

Completed in 8 milliseconds