Home
last modified time | relevance | path

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

/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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java639 private boolean didBackingContentChange(Bubble newBubble) { in didBackingContentChange() argument
641 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()