Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java360 desiredHeight = mStackView.getMaxExpandedHeight(); in updateHeight()
374 int max = mStackView.getMaxExpandedHeight() - mSettingsIconHeight - mPointerHeight in updateHeight()
DBubbleStackView.java1294 int getMaxExpandedHeight() { in getMaxExpandedHeight() method in BubbleStackView