Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleTaskViewHelper.java270 private boolean didBackingContentChange(Bubble newBubble) { in didBackingContentChange() argument
272 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()
DBubbleExpandedView.java963 private boolean didBackingContentChange(Bubble newBubble) { in didBackingContentChange() argument
965 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTest.java101 final View newBubble = new FrameLayout(mContext); in testHierarchyChanges() local
102 mLayout.addView(newBubble, 0); in testHierarchyChanges()
103 Mockito.verify(mTestableController).onChildAdded(newBubble, 0); in testHierarchyChanges()