Home
last modified time | relevance | path

Searched refs:mCurrentBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
DOverlayListView.java103 private Rect mCurrentBounds; field in OverlayListView.OverlayObject
118 mCurrentBounds = new Rect(startRect); in OverlayObject()
119 if (mBitmap != null && mCurrentBounds != null) { in OverlayObject()
121 mBitmap.setBounds(mCurrentBounds); in OverlayObject()
239 mCurrentBounds.top = mStartRect.top + deltaY; in update()
240 mCurrentBounds.bottom = mStartRect.bottom + deltaY; in update()
242 if (mBitmap != null && mCurrentBounds != null) { in update()
244 mBitmap.setBounds(mCurrentBounds); in update()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DOverlayListView.java103 private Rect mCurrentBounds; field in OverlayListView.OverlayObject
118 mCurrentBounds = new Rect(startRect); in OverlayObject()
119 if (mBitmap != null && mCurrentBounds != null) { in OverlayObject()
121 mBitmap.setBounds(mCurrentBounds); in OverlayObject()
239 mCurrentBounds.top = mStartRect.top + deltaY; in update()
240 mCurrentBounds.bottom = mStartRect.bottom + deltaY; in update()
242 if (mBitmap != null && mCurrentBounds != null) { in update()
244 mBitmap.setBounds(mCurrentBounds); in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java318 private Rect mCurrentBounds = new Rect(-1, -1, -1, -1); field in NotificationStackScrollLayout
516 && (mCurrentBounds.top < mCurrentBounds.bottom || mAmbientState.isDark())) { in onDraw()
533 final int lockScreenTop = mCurrentBounds.top; in drawBackground()
534 final int lockScreenBottom = mCurrentBounds.bottom; in drawBackground()
2259 if (!mCurrentBounds.equals(mBackgroundBounds)) {
2269 mCurrentBounds.set(mBackgroundBounds);
2294 mCurrentBounds.left = mBackgroundBounds.left;
2295 mCurrentBounds.right = mBackgroundBounds.right;
2329 mCurrentBounds.top, newEndValue);
2343 mStartAnimationRect.top = mCurrentBounds.top;
[all …]