Searched refs:newBubble (Results 1 – 3 of 3) sorted by relevance
270 private boolean didBackingContentChange(Bubble newBubble) { in didBackingContentChange() argument272 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()
963 private boolean didBackingContentChange(Bubble newBubble) { in didBackingContentChange() argument965 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()
101 final View newBubble = new FrameLayout(mContext); in testHierarchyChanges() local102 mLayout.addView(newBubble, 0); in testHierarchyChanges()103 Mockito.verify(mTestableController).onChildAdded(newBubble, 0); in testHierarchyChanges()