Home
last modified time | relevance | path

Searched refs:getCurrentBounds (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DWindowManagerImpl.java135 final Rect bound = getCurrentBounds(mContext); in getCurrentWindowMetrics()
140 private static Rect getCurrentBounds(Context context) { in getCurrentBounds() method in WindowManagerImpl
166 return insetsState.calculateInsets(getCurrentBounds(mContext), in computeWindowInsets()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java278 final Rect bounds = getCurrentBounds(context); in getCurrentWindowMetrics()
283 private static Rect getCurrentBounds(Context context) { in getCurrentBounds() method in WindowManagerImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java63 public Rect getCurrentBounds() { in getCurrentBounds() method in NotificationSection
H A DNotificationStackScrollLayout.java724 && (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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java621 float currentPosition = mediaHost.getCurrentBounds().top in pinToBottom()