summaryrefslogtreecommitdiffstats
path: root/graphics/java
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-05-04 14:19:19 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2012-05-04 14:19:19 -0700
commitb0aa2f53681ffd78b12f393eb7cb72b6ea4be0bb (patch)
tree34154296b29755bd1c176f23df83598add80ebee /graphics/java
parent8396830d8fedc08c0a9de36bcce3c8b65691729f (diff)
downloadframeworks_base-b0aa2f53681ffd78b12f393eb7cb72b6ea4be0bb.zip
frameworks_base-b0aa2f53681ffd78b12f393eb7cb72b6ea4be0bb.tar.gz
frameworks_base-b0aa2f53681ffd78b12f393eb7cb72b6ea4be0bb.tar.bz2
Hide Paint textLocale APIs - DO NOT MERGE
- fix bug #6441521 Need to @hide Paint setTextLocale / getTextLocale - CJK support Change-Id: Ic536989243d7028e6f5fce7d60dfef4467bebffb
Diffstat (limited to 'graphics/java')
-rw-r--r--graphics/java/android/graphics/Paint.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/java/android/graphics/Paint.java b/graphics/java/android/graphics/Paint.java
index f68f9dc..f9b8a5f 100644
--- a/graphics/java/android/graphics/Paint.java
+++ b/graphics/java/android/graphics/Paint.java
@@ -1055,6 +1055,7 @@ public class Paint {
* Get the text Locale.
*
* @return the paint's Locale used for drawing text, never null.
+ * @hide
*/
public Locale getTextLocale() {
return mLocale;
@@ -1085,6 +1086,7 @@ public class Paint {
* job in certain ambiguous cases
*
* @param locale the paint's locale value for drawing text, must not be null.
+ * @hide
*/
public void setTextLocale(Locale locale) {
if (locale == null) {