Home
last modified time | relevance | path

Searched refs:logUIEvent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleViewProvider.java35 void logUIEvent(int bubbleCount, int action, float normalX, float normalY, int index); in logUIEvent() method
DBubbleOverflow.java166 public void logUIEvent(int bubbleCount, int action, float normalX, float normalY, in logUIEvent() method in BubbleOverflow
DBubble.java716 public void logUIEvent(int bubbleCount, int action, float normalX, float normalY, int index) { in logUIEvent() method in Bubble
DBubbleStackView.java2901 provider.logUIEvent(getBubbleCount(), action, getNormalizedXPosition(), in logBubbleEvent()