diff options
| author | Jeff Smith <whydoubt@yahoo.com> | 2012-07-25 22:13:40 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-25 22:13:40 -0700 |
| commit | 440f32bbd48272095a5482abc87b8769ebd515b6 (patch) | |
| tree | 9ea6ac985213ebe8e9692f9980f9f03afcca0314 /core/java/android/view/View.java | |
| parent | 75b052414833e19da4939cc494daf6016f8aec65 (diff) | |
| parent | ddd88726a247e4100cb62b3dc9d0887ca2ae2ec4 (diff) | |
am ddd88726: am 71930dd7: am a45746ef: Fix several cases of broken droiddoc syntax external issue 35214
* commit 'ddd88726a247e4100cb62b3dc9d0887ca2ae2ec4':
Fix several cases of broken droiddoc syntax external issue 35214
Diffstat (limited to 'core/java/android/view/View.java')
| -rw-r--r-- | core/java/android/view/View.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index a89c970a985d..50c34076a267 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -2224,7 +2224,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, * with a stable layout. (Note that you should avoid using * {@link #SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION} by itself.) * - * If you have set the window flag {@ WindowManager.LayoutParams#FLAG_FULLSCREEN} + * If you have set the window flag {@link WindowManager.LayoutParams#FLAG_FULLSCREEN} * to hide the status bar (instead of using {@link #SYSTEM_UI_FLAG_FULLSCREEN}), * then a hidden status bar will be considered a "stable" state for purposes * here. This allows your UI to continually hide the status bar, while still |
