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 178 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) {
180 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight();
ExpandableView.java 149 public int getMaxContentHeight() {
ExpandableNotificationRow.java     [all...]
NotificationContentView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 395 return underFocus.getIntrinsicHeight() == underFocus.getMaxContentHeight()
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java     [all...]
NotificationStackScrollLayout.java     [all...]

Completed in 206 milliseconds