Home
last modified time | relevance | path

Searched refs:getCurrentBounds (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java59 public Rect getCurrentBounds() { in getCurrentBounds() method in NotificationSection
DNotificationStackScrollLayout.java777 && (mSections[0].getCurrentBounds().top
778 < mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom
823 int lockScreenTop = mSections[0].getCurrentBounds().top;
824 int lockScreenBottom = mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom;
884 mSections[0].getCurrentBounds().bottom + animationYOffset;
892 int sectionTop = section.getCurrentBounds().top + animationYOffset;
893 int ownLeft = Math.min(Math.max(left, section.getCurrentBounds().left), right);
894 int ownRight = Math.max(Math.min(right, section.getCurrentBounds().right), ownLeft);
910 section.getCurrentBounds().bottom + animationYOffset;