Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt578 testGetBubbleBarExpandedViewBounds(onLeft = true, isOverflow = false) in testGetBubbleBarExpandedViewBounds_onLeft()
583 testGetBubbleBarExpandedViewBounds(onLeft = false, isOverflow = false) in testGetBubbleBarExpandedViewBounds_onRight()
588 testGetBubbleBarExpandedViewBounds(onLeft = true, isOverflow = true) in testGetBubbleBarExpandedViewBounds_isOverflow_onLeft()
593 testGetBubbleBarExpandedViewBounds(onLeft = false, isOverflow = true) in testGetBubbleBarExpandedViewBounds_isOverflow_onRight()
596 private fun testGetBubbleBarExpandedViewBounds(onLeft: Boolean, isOverflow: Boolean) { in testGetBubbleBarExpandedViewBounds() method