[Autofill Assistant] Split java events from native events.
The groundwork for this was already done a while back. This CL splits the creation of interaction events into two independent parts: native -> java, with dynamic resolution of views by identifier java -> native, with static resolution at time of creation This has the advantage that all native->java interactions can be created at any time, in particular, before or during views creation. This is in preparation for implicit view interactions, i.e., interactions that are implicitly defined as part of a view definition and which need to be created during view creation. This is a refactoring only and should not contain user-facing changes. Bug: b/145043394 Change-Id: I19fe9e320e8fd7336102ed017eeb730a24a021f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119860 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:Marian Fechete <marianfe@google.com> Cr-Commit-Position: refs/heads/master@{#753614}
Showing
Please register or sign in to comment