Searched refs:newBubble (Results 1 – 2 of 2) sorted by relevance
515 private int insertBubble(int minPosition, Bubble newBubble) { in insertBubble() argument516 long newBubbleSortKey = sortKey(newBubble); in insertBubble()526 mBubbles.add(pos, newBubble); in insertBubble()531 mBubbles.add(newBubble); in insertBubble()
100 final View newBubble = new FrameLayout(mContext); in testHierarchyChanges() local101 mLayout.addView(newBubble, 0); in testHierarchyChanges()102 Mockito.verify(mTestableController).onChildAdded(newBubble, 0); in testHierarchyChanges()