Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt365 assertThat(positioner.areBubblesBottomAligned()).isTrue() in testAreBubblesBottomAligned_largeScreen_true()
379 assertThat(positioner.areBubblesBottomAligned()).isFalse() in testAreBubblesBottomAligned_largeScreen_landscape_false()
393 assertThat(positioner.areBubblesBottomAligned()).isFalse() in testAreBubblesBottomAligned_smallTablet_false()
405 assertThat(positioner.areBubblesBottomAligned()).isFalse() in testAreBubblesBottomAligned_phone_false()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java262 public boolean areBubblesBottomAligned() { in areBubblesBottomAligned() method in BubblePositioner
496 if (areBubblesBottomAligned() && expandedViewHeight == MAX_HEIGHT) { in getExpandedViewY()
594 if (areBubblesBottomAligned()) { in getBubbleRowStart()