Searched refs:getCurrentBounds (Results 1 – 5 of 5) sorted by relevance
135 final Rect bound = getCurrentBounds(mContext); in getCurrentWindowMetrics()140 private static Rect getCurrentBounds(Context context) { in getCurrentBounds() method in WindowManagerImpl166 return insetsState.calculateInsets(getCurrentBounds(mContext), in computeWindowInsets()
244 final Rect bounds = getCurrentBounds(context); in getCurrentWindowMetrics()249 private static Rect getCurrentBounds(Context context) { in getCurrentBounds() method in WindowManagerImpl
63 public Rect getCurrentBounds() { in getCurrentBounds() method in NotificationSection
723 && (mSections[0].getCurrentBounds().top in onDraw()724 < mSections[mSections.length - 1].getCurrentBounds().bottom in onDraw()758 int lockScreenTop = mSections[0].getCurrentBounds().top; in drawBackground()759 int lockScreenBottom = mSections[mSections.length - 1].getCurrentBounds().bottom; in drawBackground()819 mSections[0].getCurrentBounds().bottom + animationYOffset; in drawBackgroundRects()827 int sectionTop = section.getCurrentBounds().top + animationYOffset; in drawBackgroundRects()828 int ownLeft = Math.min(Math.max(left, section.getCurrentBounds().left), right); in drawBackgroundRects()829 int ownRight = Math.max(Math.min(right, section.getCurrentBounds().right), ownLeft); in drawBackgroundRects()845 section.getCurrentBounds().bottom + animationYOffset; in drawBackgroundRects()
582 float currentPosition = mediaHost.getCurrentBounds().top in pinToBottom()