Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java504 childViewState.yTranslation += topHeadsUpEntry.getHeadsUpHeight() - mCollapsedSize; in updatePositionsForState()
531 childState.height += row.getHeadsUpHeight() - mCollapsedSize; in updateHeadsUpStates()
533 childState.height = Math.max(childState.height, row.getHeadsUpHeight()); in updateHeadsUpStates()
542 childState.height = row.getHeadsUpHeight(); in updateHeadsUpStates()
547 childState.height = row.getHeadsUpHeight(); in updateHeadsUpStates()
599 int extraSize = row.getIntrinsicHeight() - row.getHeadsUpHeight(); in getMaxAllowedChildHeight()
866 mFirstChildMaxHeight += mCollapsedSize - row.getHeadsUpHeight();
DAmbientState.java163 return topHeadsUpEntry != null ? topHeadsUpEntry.getHeadsUpHeight() in getTopHeadsUpPushIn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java385 maxY = Math.max(maxY, row.getHeadsUpHeight()); in onComputeInternalInsets()
478 return topEntry != null ? topEntry.entry.row.getHeadsUpHeight() : 0; in getTopHeadsUpHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java300 public int getHeadsUpHeight() { in getHeadsUpHeight() method in ExpandableNotificationRow