Merge "[Overview Actions] Add ControlType for overview action buttons." into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2020-02-21 20:36:35 +00:00 committed by Android (Google) Code Review
commit 9779405023
1 changed files with 4 additions and 0 deletions

View File

@ -151,6 +151,10 @@ enum ControlType {
DISMISS_PREDICTION = 21;
HYBRID_HOTSEAT_ACCEPTED = 22;
HYBRID_HOTSEAT_CANCELED = 23;
OVERVIEW_ACTIONS_SHARE_BUTTON = 24;
OVERVIEW_ACTIONS_SCREENSHOT_BUTTON = 25;
OVERVIEW_ACTIONS_SELECT_BUTTON = 26;
SELECT_MODE_CLOSE_BUTTON = 27;
}
enum TipType {