Deprecate ANCHOR_TYPE and IMAGE_ANCHOR_TYPE from WebView.HitTestResult

These constants are no longer used anywhere, so should be deprecated.

Change-Id: I1456782fbafc540148c51477dd9727b11684d5d3
This commit is contained in:
Steve Block
2011-04-19 12:18:19 +01:00
parent a210e15c89
commit 1854ddb6d9

View File

@@ -871,8 +871,9 @@ public class WebView extends AbsoluteLayout
*/
public static final int UNKNOWN_TYPE = 0;
/**
* HitTestResult for hitting a HTML::a tag
* @deprecated This type is no longer used.
*/
@Deprecated
public static final int ANCHOR_TYPE = 1;
/**
* HitTestResult for hitting a phone number
@@ -891,8 +892,9 @@ public class WebView extends AbsoluteLayout
*/
public static final int IMAGE_TYPE = 5;
/**
* HitTestResult for hitting a HTML::a tag which contains HTML::img
* @deprecated This type is no longer used.
*/
@Deprecated
public static final int IMAGE_ANCHOR_TYPE = 6;
/**
* HitTestResult for hitting a HTML::a tag with src=http