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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationOverflowContainer.java77 realActualHeight -= getBottomDecorHeight();
H A DExpandableView.java177 setActualHeight(contentHeight + getBottomDecorHeight(), true);
194 public int getBottomDecorHeight() { method in class:ExpandableView
362 return mActualHeight - getBottomDecorHeight();
H A DExpandableNotificationRow.java285 realActualHeight -= getBottomDecorHeight();
649 return maxContentHeight + getBottomDecorHeight();
817 int expandActionHeight = getBottomDecorHeight();
839 float newTranslation = -getBottomDecorHeight();
846 - getBottomDecorHeight(), minHeight)
869 mExpandButtonContainer.getTranslationY() + getBottomDecorHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java385 - underFocus.getBottomDecorHeight() == underFocus.getMaxContentHeight();

Completed in 9575 milliseconds