summaryrefslogtreecommitdiff
path: root/core/java/android/view/View.java
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2012-06-02 08:40:16 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-02 08:40:16 -0700
commit665ef836b5aacee69bf517c8c2718bd01303f2d1 (patch)
treebdc2af1b553470975ed18931609c4f3f242d976e /core/java/android/view/View.java
parent747cc36f22dd1a0607394d4f6dd485ff7cf8d5ba (diff)
parent40404f435c17dfbbedfdf358c48f0f91df91b84f (diff)
am 40404f43: am cba5e879: Merge "Calling the correct method when adding accessibility focusables." into jb-dev
* commit '40404f435c17dfbbedfdf358c48f0f91df91b84f': Calling the correct method when adding accessibility focusables.
Diffstat (limited to 'core/java/android/view/View.java')
-rw-r--r--core/java/android/view/View.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java
index 61b2352371ff..5746a4f6a188 100644
--- a/core/java/android/view/View.java
+++ b/core/java/android/view/View.java
@@ -6288,10 +6288,7 @@ public class View implements Drawable.Callback, Drawable.Callback2, KeyEvent.Cal
}
}
- /**
- * @hide
- */
- public boolean canTakeAccessibilityFocusFromHover() {
+ private boolean canTakeAccessibilityFocusFromHover() {
if (includeForAccessibility() && isActionableForAccessibility()) {
return true;
}