summaryrefslogtreecommitdiff
path: root/graphics/java/android
diff options
context:
space:
mode:
author Melvin Moreno <memoreno@google.com> 2022-02-08 20:28:04 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2022-02-08 20:28:04 +0000
commitb01b828294c5c44d7e1c1bfd04f6e65cfaa8863b (patch)
tree04b11c01a5c24dd840001fb50b34da90d4a1f96d /graphics/java/android
parent5126f6b7b4baea70dfecafb8212a23b35ba9e9f0 (diff)
parent09707846a2bbf2bdf1a3cd78685bb1adec9e6cd9 (diff)
Merge "Fixed documentation typo on TextAlign getter and setter methods - Reported on http://b/216852542" am: 3c48391809 am: 09707846a2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1977166 Change-Id: I264ba2ab459b7a108ebb21696408eab81ff43190
Diffstat (limited to 'graphics/java/android')
-rw-r--r--graphics/java/android/graphics/Paint.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/java/android/graphics/Paint.java b/graphics/java/android/graphics/Paint.java
index 42e470b7f660..5bfc32177ec0 100644
--- a/graphics/java/android/graphics/Paint.java
+++ b/graphics/java/android/graphics/Paint.java
@@ -1611,7 +1611,7 @@ public class Paint {
* Return the paint's Align value for drawing text. This controls how the
* text is positioned relative to its origin. LEFT align means that all of
* the text will be drawn to the right of its origin (i.e. the origin
- * specifieds the LEFT edge of the text) and so on.
+ * specifies the LEFT edge of the text) and so on.
*
* @return the paint's Align value for drawing text.
*/
@@ -1623,7 +1623,7 @@ public class Paint {
* Set the paint's text alignment. This controls how the
* text is positioned relative to its origin. LEFT align means that all of
* the text will be drawn to the right of its origin (i.e. the origin
- * specifieds the LEFT edge of the text) and so on.
+ * specifies the LEFT edge of the text) and so on.
*
* @param align set the paint's Align value for drawing text.
*/