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