Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1854ddb6 authored by Steve Block's avatar Steve Block
Browse files

Deprecate ANCHOR_TYPE and IMAGE_ANCHOR_TYPE from WebView.HitTestResult

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

Change-Id: I1456782fbafc540148c51477dd9727b11684d5d3
parent a210e15c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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