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()
278 final Rect bounds = getCurrentBounds(context); in getCurrentWindowMetrics()283 private static Rect getCurrentBounds(Context context) { in getCurrentBounds() method in WindowManagerImpl
63 public Rect getCurrentBounds() { in getCurrentBounds() method in NotificationSection
724 && (mSections[0].getCurrentBounds().top in onDraw()725 < mSections[mSections.length - 1].getCurrentBounds().bottom in onDraw()790 int lockScreenTop = mSections[0].getCurrentBounds().top; in drawBackground()791 int lockScreenBottom = mSections[mSections.length - 1].getCurrentBounds().bottom; in drawBackground()851 mSections[0].getCurrentBounds().bottom + animationYOffset; in drawBackgroundRects()859 int sectionTop = section.getCurrentBounds().top + animationYOffset; in drawBackgroundRects()860 int ownLeft = Math.min(Math.max(left, section.getCurrentBounds().left), right); in drawBackgroundRects()861 int ownRight = Math.max(Math.min(right, section.getCurrentBounds().right), ownLeft); in drawBackgroundRects()877 section.getCurrentBounds().bottom + animationYOffset; in drawBackgroundRects()
621 float currentPosition = mediaHost.getCurrentBounds().top in pinToBottom()