Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java315 private Rect mBackgroundBounds = new Rect(); field in NotificationStackScrollLayout
2259 if (!mCurrentBounds.equals(mBackgroundBounds)) {
2269 mCurrentBounds.set(mBackgroundBounds);
2294 mCurrentBounds.left = mBackgroundBounds.left;
2295 mCurrentBounds.right = mBackgroundBounds.right;
2302 int newEndValue = mBackgroundBounds.top;
2351 int newEndValue = mBackgroundBounds.bottom;
2425 mBackgroundBounds.left = mTempInt2[0] + mSidePaddings;
2426 mBackgroundBounds.right = mTempInt2[0] + getWidth() - mSidePaddings;
2429 mBackgroundBounds.top = 0;
[all …]