Searched refs:newBubble (Results 1 – 2 of 2) sorted by relevance
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()
639 private boolean didBackingContentChange(Bubble newBubble) { in didBackingContentChange() argument641 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()