HomeSort by relevance Sort by last modified time
    Searched refs:getPinnedHeadsUpHeight (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 304 public int getPinnedHeadsUpHeight() {
ExpandableNotificationRow.java 684 public int getPinnedHeadsUpHeight() {
685 return getPinnedHeadsUpHeight(true /* atLeastMinHeight */);
693 private int getPinnedHeadsUpHeight(boolean atLeastMinHeight) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 537 return row.getPinnedHeadsUpHeight();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 553 float notificationEnd = childViewState.yTranslation + child.getPinnedHeadsUpHeight()
NotificationStackScrollLayout.java     [all...]

Completed in 84 milliseconds