Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableView.java177 setActualHeight(contentHeight + getBottomDecorHeight(), true); in setContentHeight()
194 public int getBottomDecorHeight() { in getBottomDecorHeight() method in ExpandableView
362 return mActualHeight - getBottomDecorHeight(); in getContentHeight()
DExpandableNotificationRow.java280 realActualHeight -= getBottomDecorHeight(); in calculateContentHeightFromActualHeight()
593 return maxContentHeight + getBottomDecorHeight(); in getIntrinsicHeight()
761 int expandActionHeight = getBottomDecorHeight(); in updateExpandButtonAppearance()
783 float newTranslation = -getBottomDecorHeight(); in updateExpandButtonAppearance()
790 - getBottomDecorHeight(), minHeight) in updateExpandButtonAppearance()
813 mExpandButtonContainer.getTranslationY() + getBottomDecorHeight()); in updateExpandButtonAppearance()
DNotificationOverflowContainer.java77 realActualHeight -= getBottomDecorHeight(); in getContentHeightFromActualHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java383 - underFocus.getBottomDecorHeight() == underFocus.getMaxContentHeight(); in isFullyExpanded()