From 51322732739b355dd842abc9cef34df8613b2626 Mon Sep 17 00:00:00 2001 From: Gilles Debunne Date: Fri, 9 Sep 2011 16:46:42 -0700 Subject: [PATCH] Hide method to fix the build Change-Id: I5a556454a722bf037932632fa7e6ee6a2832a68d --- core/java/android/text/style/SuggestionSpan.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/java/android/text/style/SuggestionSpan.java b/core/java/android/text/style/SuggestionSpan.java index fecf0f78678fc..51e9d7dd69592 100644 --- a/core/java/android/text/style/SuggestionSpan.java +++ b/core/java/android/text/style/SuggestionSpan.java @@ -267,6 +267,8 @@ public class SuggestionSpan extends CharacterStyle implements ParcelableSpan { /** * @return The color of the underline for that span, or 0 if there is no underline + * + * @hide */ public int getUnderlineColor() { // The order here should match what is used in updateDrawState