summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author madan ankapura <mankapur@sta.samsung.com> 2010-09-12 09:09:05 -0700
committer madan ankapura <mankapur@sta.samsung.com> 2010-09-12 09:09:05 -0700
commit44e8ec71977127ad5db0f351f796f6c62db86e86 (patch)
tree5149c83f275a2e4549e52cbf9f5141f67cf5ee5f
parentca6de93a9d2f11a18187d9fcd54303813c06094a (diff)
fix typo in comment @beamsOverlap
Change-Id: I7c7f8e94391ed71a54b65badea164286281df7e3
-rw-r--r--core/java/android/view/FocusFinder.java2
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