Searched refs:getHeadsUpHeight (Results 1 – 4 of 4) sorted by relevance
504 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();
163 return topHeadsUpEntry != null ? topHeadsUpEntry.getHeadsUpHeight() in getTopHeadsUpPushIn()
385 maxY = Math.max(maxY, row.getHeadsUpHeight()); in onComputeInternalInsets()478 return topEntry != null ? topEntry.entry.row.getHeadsUpHeight() : 0; in getTopHeadsUpHeight()
300 public int getHeadsUpHeight() { in getHeadsUpHeight() method in ExpandableNotificationRow