diff options
| author | 2010-09-12 11:42:49 -0700 | |
|---|---|---|
| committer | 2010-09-12 11:42:49 -0700 | |
| commit | 15f0a79a81fd18211603587bcd46eee0e37ced4d (patch) | |
| tree | 7f50edc01488c5209bffda58c9ce507651650232 | |
| parent | 36edb2028acf9f876a288a49a66bc749b28e64c1 (diff) | |
| parent | 44e8ec71977127ad5db0f351f796f6c62db86e86 (diff) | |
Merge "fix typo in comment @beamsOverlap"
| -rw-r--r-- | core/java/android/view/FocusFinder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/FocusFinder.java b/core/java/android/view/FocusFinder.java index 15fb83903e50..8ad9a620e26a 100644 --- a/core/java/android/view/FocusFinder.java +++ b/core/java/android/view/FocusFinder.java @@ -266,7 +266,7 @@ public class FocusFinder { /** - * Do the "beams" w.r.t the given direcition's axos of rect1 and rect2 overlap? + * Do the "beams" w.r.t the given direcition's axis of rect1 and rect2 overlap? * @param direction the direction (up, down, left, right) * @param rect1 The first rectangle * @param rect2 The second rectangle |