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.java341 public int getPinnedHeadsUpHeight() { in getPinnedHeadsUpHeight() method in ExpandableView
DExpandableNotificationRow.java997 public int getPinnedHeadsUpHeight() {
998 return getPinnedHeadsUpHeight(true /* atLeastMinHeight */);
1006 private int getPinnedHeadsUpHeight(boolean atLeastMinHeight) {
2352 return getPinnedHeadsUpHeight(true /* atLeastMinHeight */);
2778 return getPinnedHeadsUpHeight(false /* atLeastMinHeight */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java679 float notificationEnd = childViewState.yTranslation + child.getPinnedHeadsUpHeight()
DNotificationStackScrollLayout.java1319 getFirstVisibleSection().getFirstVisibleChild().getPinnedHeadsUpHeight();
1391 + getFirstVisibleSection().getFirstVisibleChild().getPinnedHeadsUpHeight();
1415 return row.getPinnedHeadsUpHeight();