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.java283 private Rect mBackgroundBounds = new Rect(); field in NotificationStackScrollLayout
2044 if (!mCurrentBounds.equals(mBackgroundBounds)) { in updateBackground()
2054 mCurrentBounds.set(mBackgroundBounds); in updateBackground()
2079 mCurrentBounds.left = mBackgroundBounds.left; in startBackgroundAnimation()
2080 mCurrentBounds.right = mBackgroundBounds.right; in startBackgroundAnimation()
2087 int newEndValue = mBackgroundBounds.top; in startTopAnimation()
2136 int newEndValue = mBackgroundBounds.bottom; in startBottomAnimation()
2209 mBackgroundBounds.left = 0; in updateBackgroundBounds()
2210 mBackgroundBounds.right = getWidth(); in updateBackgroundBounds()
2213 mBackgroundBounds.left = mTempInt2[0]; in updateBackgroundBounds()
[all …]