Searched refs:logBubbleEvent (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 759 logBubbleEvent(bubble, StatsLog.BUBBLE_UICHANGED__ACTION__POSTED); in addBubble() 773 logBubbleEvent(bubble, StatsLog.BUBBLE_UICHANGED__ACTION__DISMISSED); in removeBubble() 784 logBubbleEvent(bubble, StatsLog.BUBBLE_UICHANGED__ACTION__UPDATED); in updateBubble() 824 logBubbleEvent(previouslySelected, StatsLog.BUBBLE_UICHANGED__ACTION__COLLAPSED); in setSelectedBubble() 825 logBubbleEvent(bubbleToSelect, StatsLog.BUBBLE_UICHANGED__ACTION__EXPANDED); in setSelectedBubble() 847 logBubbleEvent(mExpandedBubble, StatsLog.BUBBLE_UICHANGED__ACTION__COLLAPSED); in setExpanded() 851 logBubbleEvent(mExpandedBubble, StatsLog.BUBBLE_UICHANGED__ACTION__EXPANDED); in setExpanded() 852 logBubbleEvent(mExpandedBubble, StatsLog.BUBBLE_UICHANGED__ACTION__STACK_EXPANDED); in setExpanded() 868 logBubbleEvent(null /* no bubble associated with bubble stack dismiss */, in stackDismissed() 1109 logBubbleEvent(null /* no bubble associated with bubble stack move */, in onDragFinish() [all …]
|