Searched refs:getCurrentBounds (Results 1 – 2 of 2) sorted by relevance
59 public Rect getCurrentBounds() { in getCurrentBounds() method in NotificationSection
763 && (mSections[0].getCurrentBounds().top764 < mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom809 int lockScreenTop = mSections[0].getCurrentBounds().top;810 int lockScreenBottom = mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom;864 mSections[0].getCurrentBounds().bottom + animationYOffset;872 int sectionTop = section.getCurrentBounds().top + animationYOffset;873 int ownLeft = Math.min(Math.max(left, section.getCurrentBounds().left), right);874 int ownRight = Math.max(Math.min(right, section.getCurrentBounds().right), ownLeft);890 section.getCurrentBounds().bottom + animationYOffset;