From f473e1d0988bb13874a0774db9cbcd66777f9150 Mon Sep 17 00:00:00 2001 From: yueg Date: Tue, 2 Jan 2018 16:23:14 -0800 Subject: Bubble v2 dismiss. Drag and drop bubble to bottom to hide or end call. Flinging to bottom does not trigger the actions. Color/text is not final. Navigation bar is not hiden and the change will be in a following CL. Bug: 67605985 Test: NewBubbleTest PiperOrigin-RevId: 180608133 Change-Id: Iff4cb32226d8fbf0f8e5319f6876a1d74c336b4a --- java/com/android/dialer/logging/dialer_impression.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'java/com/android/dialer/logging') diff --git a/java/com/android/dialer/logging/dialer_impression.proto b/java/com/android/dialer/logging/dialer_impression.proto index 2d2eebf67..a17d365b1 100644 --- a/java/com/android/dialer/logging/dialer_impression.proto +++ b/java/com/android/dialer/logging/dialer_impression.proto @@ -12,7 +12,7 @@ message DialerImpression { // Event enums to be used for Impression Logging in Dialer. // It's perfectly acceptable for this enum to be large // Values should be from 1000 to 100000. - // Next Tag: 1320 + // Next Tag: 1322 enum Type { UNKNOWN_AOSP_EVENT_TYPE = 1000; @@ -644,5 +644,9 @@ message DialerImpression { BUBBLE_V2_BLUETOOTH = 1318; // User ended call from bubble call action menu BUBBLE_V2_END_CALL = 1319; + // Drag bubble to bottom and dismiss + BUBBLE_V2_BOTTOM_ACTION_DISMISS = 1320; + // Drag bubble to bottom and end call + BUBBLE_V2_BOTTOM_ACTION_END_CALL = 1321; } } -- cgit v1.2.3