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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DragDownHelper.java 173 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) {
175 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight();
ExpandableView.java 144 public int getMaxContentHeight() {
ExpandableNotificationRow.java     [all...]
NotificationContentView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 387 return underFocus.getIntrinsicHeight() == underFocus.getMaxContentHeight()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 716 public int getMaxContentHeight() {
    [all...]
NotificationStackScrollLayout.java     [all...]

Completed in 597 milliseconds