Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java325 public int getPinnedHeadsUpHeight() { in getPinnedHeadsUpHeight() method in ExpandableView
DExpandableNotificationRow.java980 public int getPinnedHeadsUpHeight() {
981 return getPinnedHeadsUpHeight(true /* atLeastMinHeight */);
989 private int getPinnedHeadsUpHeight(boolean atLeastMinHeight) {
2327 return getPinnedHeadsUpHeight(true /* atLeastMinHeight */);
2755 return getPinnedHeadsUpHeight(false /* atLeastMinHeight */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java677 float notificationEnd = childViewState.yTranslation + child.getPinnedHeadsUpHeight()
DNotificationStackScrollLayout.java1342 getFirstVisibleSection().getFirstVisibleChild().getPinnedHeadsUpHeight();
1432 + getFirstVisibleSection().getFirstVisibleChild().getPinnedHeadsUpHeight();
1456 return row.getPinnedHeadsUpHeight();