Home
last modified time | relevance | path

Searched refs:newBubble (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java515 private int insertBubble(int minPosition, Bubble newBubble) { in insertBubble() argument
516 long newBubbleSortKey = sortKey(newBubble); in insertBubble()
526 mBubbles.add(pos, newBubble); in insertBubble()
531 mBubbles.add(newBubble); in insertBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java100 final View newBubble = new FrameLayout(mContext); in testHierarchyChanges() local
101 mLayout.addView(newBubble, 0); in testHierarchyChanges()
102 Mockito.verify(mTestableController).onChildAdded(newBubble, 0); in testHierarchyChanges()