[Snackbar] Replace popup window with views
Popup windows are managed in a window that is separate to the activity.
Historically this fact caused many snackbar related crashes. Also it is
a heavy burden to support popup window based snackbars in multi window
mode.
This CL converts the view layer of snackbars from popup window to
Android View. After this change, the snackbar design will be a pure MVC
structure, with SnackbarCollection(M), SnackbarView(V), and
SnackbarManager(C).
BUG=
570778
Committed:
https://crrev.com/9e85a210f2ea147f2524845bb5c7fdbecc0670f5
Cr-Commit-Position: refs/heads/master@{#381495}