Searched defs:getPinnedHeadsUpHeight (Results 1 - 2 of 2) 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 */);

Completed in 50 milliseconds