commit | 600d0c97c2a40f2477ad844742432dd6945806b1 | [log] [tgz] |
---|---|---|
author | Dake Gu <dake@google.com> | Tue Apr 19 13:37:48 2016 -0700 |
committer | Dake Gu <dake@google.com> | Tue Apr 19 14:24:40 2016 -0700 |
tree | 6b2f198ea6a72054c7e2dca58ef58ef97a156cb0 | |
parent | bfa933a3e3aecab19ee507f7425342275381eec1 [diff] |
leanback: workaround RV focusSearch() issue. CL "RecyclerView focus search improvements" breaks the scenario to keep focus within RV when regular FocusFinder fails. Returning same focused view in onFocusSearchFailed() is no longer working since RV.isPreferredNextFocus() rejects it. This workaround moved logic from onFocusSearchFailed to onInterceptFocusSearch. Bug 28246268 Bug 28256038 Bug 28270709 Change-Id: Iabe4b981c40f0282ef0d8d370669692ca612d727