Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleTaskViewHelper.java289 private boolean didBackingContentChange(Bubble newBubble) { in didBackingContentChange() argument
291 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()
H A DBubbleExpandedView.java887 private boolean didBackingContentChange(Bubble newBubble) { in didBackingContentChange() argument
889 boolean newIsIntentBased = newBubble.getBubbleIntent() != null; in didBackingContentChange()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A 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()