diff options
| author | 2019-03-18 19:38:18 +0000 | |
|---|---|---|
| committer | 2019-03-18 19:38:18 +0000 | |
| commit | 4687d70d9dd86635e6741a226bd15babc7a916ed (patch) | |
| tree | 73f2cc197de2ebc796055c1c575ef3f0b40475a3 /graphics/java/android | |
| parent | 3783c597bfc3a592589511240773ef28d15b0eaa (diff) | |
| parent | 67e8cb2bfc30c0008cf80a4af8b2aebba49e69a5 (diff) | |
Merge "Hide MeasuredText.getChars"
Diffstat (limited to 'graphics/java/android')
| -rw-r--r-- | graphics/java/android/graphics/text/MeasuredText.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/java/android/graphics/text/MeasuredText.java b/graphics/java/android/graphics/text/MeasuredText.java index 66bcd8650b95..9db7533044e2 100644 --- a/graphics/java/android/graphics/text/MeasuredText.java +++ b/graphics/java/android/graphics/text/MeasuredText.java @@ -65,6 +65,7 @@ public class MeasuredText { /** * Returns the characters in the paragraph used to compute this MeasuredText instance. + * @hide */ public @NonNull char[] getChars() { return mChars; |