Searched refs:mBubbleProperties (Results 1 – 2 of 2) sorted by relevance
356 private FakeBubbleProperties mBubbleProperties; field in BubblesTest484 mBubbleProperties = new FakeBubbleProperties(); in setUp()511 mBubbleProperties); in setUp()2046 mBubbleProperties.mIsBubbleBarEnabled = false; in registerBubbleBarListener_barDisabled_largeScreen_shouldBeIgnored()2064 mBubbleProperties.mIsBubbleBarEnabled = true; in registerBubbleBarListener_barEnabled_smallScreen_shouldBeIgnored()2082 mBubbleProperties.mIsBubbleBarEnabled = true; in registerBubbleBarListener_switchToBarAndBackToStack()2114 mBubbleProperties.mIsBubbleBarEnabled = true; in registerBubbleBarListener_switchToBarWhileExpanded()2141 mBubbleProperties.mIsBubbleBarEnabled = false; in switchBetweenBarAndStack_noBubbles_shouldBeIgnored()2159 mBubbleProperties.mIsBubbleBarEnabled = true; in bubbleBarBubbleExpandedAndCollapsed()2178 mBubbleProperties.mIsBubbleBarEnabled = true; in dragBubbleBarBubble_selectedBubble_expandedViewCollapsesDuringDrag()[all …]
200 private final BubbleProperties mBubbleProperties; field in BubbleController347 mBubbleProperties = bubbleProperties; in BubbleController()561 mBubbleProperties.refresh(); in registerBubbleStateListener()579 mBubbleProperties.refresh(); in unregisterBubbleStateListener()716 return mBubbleProperties.isBubbleBarEnabled() && mBubblePositioner.isLargeScreen(); in canShowAsBubbleBar()