mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Merge "Store the flyout in BubbleBarBubble" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9c3c7cc3e2
@@ -80,7 +80,16 @@ class BubbleViewTest {
|
||||
)
|
||||
bubbleView = inflater.inflate(R.layout.bubblebar_item_view, null, false) as BubbleView
|
||||
bubble =
|
||||
BubbleBarBubble(bubbleInfo, bubbleView, bitmap, bitmap, Color.WHITE, Path(), "")
|
||||
BubbleBarBubble(
|
||||
bubbleInfo,
|
||||
bubbleView,
|
||||
bitmap,
|
||||
bitmap,
|
||||
Color.WHITE,
|
||||
Path(),
|
||||
"",
|
||||
null,
|
||||
)
|
||||
bubbleView.setBubble(bubble)
|
||||
}
|
||||
InstrumentationRegistry.getInstrumentation().waitForIdleSync()
|
||||
|
||||
@@ -886,7 +886,16 @@ class BubbleBarViewAnimatorTest {
|
||||
bubbleView =
|
||||
inflater.inflate(R.layout.bubblebar_item_view, bubbleBarView, false) as BubbleView
|
||||
bubble =
|
||||
BubbleBarBubble(bubbleInfo, bubbleView, bitmap, bitmap, Color.WHITE, Path(), "")
|
||||
BubbleBarBubble(
|
||||
bubbleInfo,
|
||||
bubbleView,
|
||||
bitmap,
|
||||
bitmap,
|
||||
Color.WHITE,
|
||||
Path(),
|
||||
"",
|
||||
null,
|
||||
)
|
||||
bubbleView.setBubble(bubble)
|
||||
bubbleBarView.addView(bubbleView)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user