Implementation of PredictionRowView.

> Enable to use floating for prediction row even without tabs.
> Behind ALL_APPS_PREDICTION_ROW_VIEW feature flag.
> Expand/Collapse personal/work tabs in stopped intermediate state.

Bug: 68713881
Change-Id: I7817e7b7c6f572358f2b9a7a347339a9081708ee
This commit is contained in:
Mario Bertschler
2017-11-14 11:32:00 -08:00
parent 7149889dc0
commit 2153e1c814
8 changed files with 181 additions and 67 deletions

View File

@@ -61,4 +61,6 @@ abstract class BaseFlags {
// When enabled shows a work profile tab in all apps
public static final boolean ALL_APPS_TABS_ENABLED = false;
// When enabled prediction row is rendered as it's own custom view
public static final boolean ALL_APPS_PREDICTION_ROW_VIEW = false;
}