diff options
author | Romain Guy <romainguy@android.com> | 2009-12-10 07:54:26 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-10 07:54:26 -0800 |
commit | c623ae01226d020a8ee107de1cfd1cff76743adf (patch) | |
tree | 19b0f1d6ee430e4622bceca8b56ee12e0a0073b8 /core/java | |
parent | c006604c789660212b143a02e157aae2f57745f8 (diff) | |
parent | e0b52cad927259b1a9ea2e68887dd769e8667faf (diff) | |
download | frameworks_base-c623ae01226d020a8ee107de1cfd1cff76743adf.zip frameworks_base-c623ae01226d020a8ee107de1cfd1cff76743adf.tar.gz frameworks_base-c623ae01226d020a8ee107de1cfd1cff76743adf.tar.bz2 |
am e0b52cad: am ea4823c1: Improve javadoc in View.
Merge commit 'e0b52cad927259b1a9ea2e68887dd769e8667faf'
* commit 'e0b52cad927259b1a9ea2e68887dd769e8667faf':
Improve javadoc in View.
Diffstat (limited to 'core/java')
-rw-r--r-- | core/java/android/view/View.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index d94d0c2..d3f46b8 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -2589,8 +2589,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility * @param gainFocus True if the View has focus; false otherwise. * @param direction The direction focus has moved when requestFocus() * is called to give this view focus. Values are - * View.FOCUS_UP, View.FOCUS_DOWN, View.FOCUS_LEFT or - * View.FOCUS_RIGHT. It may not always apply, in which + * {@link #FOCUS_UP}, {@link #FOCUS_DOWN}, {@link #FOCUS_LEFT} or + * {@link #FOCUS_RIGHT}. It may not always apply, in which * case use the default. * @param previouslyFocusedRect The rectangle, in this view's coordinate * system, of the previously focused view. If applicable, this will be |