Searched refs:getCurrentBounds (Results 1 – 2 of 2) sorted by relevance
59 public Rect getCurrentBounds() { in getCurrentBounds() method in NotificationSection
777 && (mSections[0].getCurrentBounds().top778 < mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom823 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;