Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
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()
/frameworks/base/core/java/android/view/
DWindowManagerImpl.java244 final Rect bounds = getCurrentBounds(context); in getCurrentWindowMetrics()
249 private static Rect getCurrentBounds(Context context) { in getCurrentBounds() method in WindowManagerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java63 public Rect getCurrentBounds() { in getCurrentBounds() method in NotificationSection
DNotificationStackScrollLayout.java723 && (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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java582 float currentPosition = mediaHost.getCurrentBounds().top in pinToBottom()