Home
last modified time | relevance | path

Searched refs:setShowingInBubbleBar (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt222 positioner.setShowingInBubbleBar(true) in testBubbleBarExpandedViewHeightAndWidth()
248 positioner.setShowingInBubbleBar(true) in testBubbleBarExpandedViewHeightAndWidth_screenWidthTooSmall()
597 positioner.setShowingInBubbleBar(true) in testGetBubbleBarExpandedViewBounds()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/
DBubbleExpandedViewPinControllerTest.kt80 positioner.setShowingInBubbleBar(true) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java829 public void setShowingInBubbleBar(boolean showingInBubbleBar) { in setShowingInBubbleBar() method in BubblePositioner
DBubbleController.java817 mBubblePositioner.setShowingInBubbleBar(isShowingAsBubbleBar()); in ensureBubbleViewsAndWindowCreated()