Searched refs:getPinnedHeadsUpHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableView.java304 public int getPinnedHeadsUpHeight() { method in class:ExpandableView
H A DExpandableNotificationRow.java684 public int getPinnedHeadsUpHeight() { method in class:ExpandableNotificationRow
685 return getPinnedHeadsUpHeight(true /* atLeastMinHeight */);
693 private int getPinnedHeadsUpHeight(boolean atLeastMinHeight) { method in class:ExpandableNotificationRow
1671 return getPinnedHeadsUpHeight(true /* atLeastMinHeight */);
2024 return getPinnedHeadsUpHeight(false /* atLeastMinHeight */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java537 return row.getPinnedHeadsUpHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackScrollAlgorithm.java553 float notificationEnd = childViewState.yTranslation + child.getPinnedHeadsUpHeight()
H A DNotificationStackScrollLayout.java817 return mFirstVisibleBackgroundChild.getPinnedHeadsUpHeight();

Completed in 100 milliseconds