Skip to content
Snippets Groups Projects
Commit e6730ac0 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am 5e4df66f: Merge "Removing implementation of unnecessary APIs taken out of...

am 5e4df66f: Merge "Removing implementation of unnecessary APIs taken out of the support lib." into jb-dev

* commit '5e4df66f':
  Removing implementation of unnecessary APIs taken out of the support lib.
parents e4bbff78 5e4df66f
No related branches found
No related tags found
No related merge requests found
...@@ -275,11 +275,6 @@ public class AccessibilityEntityProvider extends AccessibilityNodeProviderCompat ...@@ -275,11 +275,6 @@ public class AccessibilityEntityProvider extends AccessibilityNodeProviderCompat
return false; return false;
} }
@Override
public AccessibilityNodeInfoCompat findAccessibilityFocus(int virtualViewId) {
return createAccessibilityNodeInfo(mAccessibilityFocusedView);
}
/** /**
* Sends an accessibility event for the given {@link Key}. * Sends an accessibility event for the given {@link Key}.
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment