diff options
author | Dianne Hackborn <> | 2009-04-09 12:32:19 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-09 12:32:19 -0700 |
commit | 48276ab989a4d775961ce30a43635a317052672a (patch) | |
tree | a3cb21b999933c98e5dd7d764b085938f8be87bf /core/java/android/view/Gravity.java | |
parent | 5eabbd9f27b5684508b5f5f1f99030c67984ae81 (diff) | |
download | frameworks_base-48276ab989a4d775961ce30a43635a317052672a.zip frameworks_base-48276ab989a4d775961ce30a43635a317052672a.tar.gz frameworks_base-48276ab989a4d775961ce30a43635a317052672a.tar.bz2 |
AI 145383: API review: clean up a bunch of @hides that have been pending API review.
Either expose them, or official hide them with an explanation for why.
BUG=1779439
Automated import of CL 145383
Diffstat (limited to 'core/java/android/view/Gravity.java')
-rw-r--r-- | core/java/android/view/Gravity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/Gravity.java b/core/java/android/view/Gravity.java index 36d8ce6..cf79638 100644 --- a/core/java/android/view/Gravity.java +++ b/core/java/android/view/Gravity.java @@ -231,7 +231,7 @@ public class Gravity } /** - * Apply addition gravity behavior based on the overall "display" that an + * Apply additional gravity behavior based on the overall "display" that an * object exists in. This can be used after * {@link #apply(int, int, int, Rect, int, int, Rect)} to place the object * within a visible display. By default this moves or clips the object |