Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt423 .isEqualTo(positioner.getExpandedViewYTopAligned()) in testExpandedViewY_phoneLandscape()
440 .isEqualTo(positioner.getExpandedViewYTopAligned()) in testExpandedViewY_phonePortrait()
459 .isEqualTo(positioner.getExpandedViewYTopAligned()) in testExpandedViewY_smallTabletLandscape()
477 .isEqualTo(positioner.getExpandedViewYTopAligned()) in testExpandedViewY_smallTabletPortrait()
496 .isEqualTo(positioner.getExpandedViewYTopAligned()) in testExpandedViewY_largeScreenLandscape()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java412 public int getExpandedViewYTopAligned() { in getExpandedViewYTopAligned() method in BubblePositioner
430 int expandedContainerY = getExpandedViewYTopAligned() - getInsets().top; in getMaxExpandedViewHeight()
491 int topAlignment = getExpandedViewYTopAligned(); in getExpandedViewY()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java422 final int expandedY = mPositioner.getExpandedViewYTopAligned(); in dragBubbleOut()