Searched refs:getCurrentBounds (Results 1 – 2 of 2) sorted by relevance
59 public Rect getCurrentBounds() { in getCurrentBounds() method in NotificationSection
765 && (mSections[0].getCurrentBounds().top766 < mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom811 int lockScreenTop = mSections[0].getCurrentBounds().top;812 int lockScreenBottom = mSections[NUM_SECTIONS - 1].getCurrentBounds().bottom;866 mSections[0].getCurrentBounds().bottom + animationYOffset;874 int sectionTop = section.getCurrentBounds().top + animationYOffset;875 int ownLeft = Math.min(Math.max(left, section.getCurrentBounds().left), right);876 int ownRight = Math.max(Math.min(right, section.getCurrentBounds().right), ownLeft);892 section.getCurrentBounds().bottom + animationYOffset;