Searched defs:bubble (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleData.java | 174 public void setSelectedBubble(Bubble bubble) { in setSelectedBubble() 186 Bubble bubble = getBubbleWithKey(entry.key); in notificationEntryUpdated() local 300 private void doAdd(Bubble bubble) { in doAdd() 333 private void doUpdate(Bubble bubble) { in doUpdate() 392 Bubble bubble = mBubbles.remove(0); in dismissAll() local 427 private void setSelectedBubbleInternal(@Nullable Bubble bubble) { in setSelectedBubbleInternal() 497 private static long sortKey(Bubble bubble) { in sortKey() 644 Bubble bubble = mBubbles.get(i); in indexForKey() local 663 Bubble bubble = mBubbles.get(i); in getBubbleWithKey() local
|
D | BubbleStackView.java | 736 void addBubble(Bubble bubble) { in addBubble() 764 void removeBubble(Bubble bubble) { in removeBubble() 781 void updateBubble(Bubble bubble) { in updateBubble() 789 Bubble bubble = bubbles.get(i); in updateBubbleOrder() local 1020 private void notifyExpansionChanged(Bubble bubble, boolean expanded) { in notifyExpansionChanged() 1043 public void onBubbleDragStart(View bubble) { in onBubbleDragStart() 1051 public void onBubbleDragged(View bubble, float x, float y) { in onBubbleDragged() 1062 View bubble, float x, float y, float velX, float velY) { in onBubbleDragFinish() 1402 void animateInFlyoutForBubble(Bubble bubble) { in animateInFlyoutForBubble() 1469 private void resetDot(Bubble bubble) { in resetDot() [all …]
|
D | BubbleController.java | 464 void selectBubble(Bubble bubble) { in selectBubble() 470 Bubble bubble = mBubbleData.getBubbleWithKey(key); in selectBubble() local 480 Bubble bubble = mBubbleData.getBubbleWithKey(notificationKey); in expandStackAndSelectBubble() local 529 Bubble bubble = mBubbleData.getBubbleWithKey(key); in removeBubble() local 840 final Bubble bubble = getExpandedBubble(context); in getExpandedDisplayId() local
|
D | BubbleExpandedView.java | 342 public void setBubble(Bubble bubble, BubbleStackView stackView, String appName) { in setBubble() 390 public void update(Bubble bubble) { in update() 605 private void logBubbleClickEvent(Bubble bubble, int action) { in logBubbleClickEvent()
|
D | BubbleView.java | 105 public void setBubble(Bubble bubble) { in setBubble() 128 public void update(Bubble bubble) { in update()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationController.java | 238 public void prepareForBubbleDrag(View bubble) { in prepareForBubbleDrag() 480 final View bubble = mLayout.getChildAt(i); in updateBubblePositions() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleDataTest.java | 820 private void assertSelectionChangedTo(Bubble bubble) { in assertSelectionChangedTo()
|