Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java38 private Rect mCurrentBounds = new Rect(-1, -1, -1, -1); field in NotificationSection
60 return mCurrentBounds; in getCurrentBounds()
68 return !mCurrentBounds.equals(mBounds); in didBoundsChange()
77 mCurrentBounds.left = mBounds.left; in startBackgroundAnimation()
78 mCurrentBounds.right = mBounds.right; in startBackgroundAnimation()
114 mCurrentBounds.top, newEndValue); in startTopAnimation()
128 mStartAnimationRect.top = mCurrentBounds.top; in startTopAnimation()
163 mCurrentBounds.bottom, newEndValue); in startBottomAnimation()
177 mStartAnimationRect.bottom = mCurrentBounds.bottom; in startBottomAnimation()
184 mCurrentBounds.top = top; in setBackgroundTop()
[all …]