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.java41 private Rect mCurrentBounds = new Rect(-1, -1, -1, -1); field in NotificationSection
64 return mCurrentBounds; in getCurrentBounds()
72 return !mCurrentBounds.equals(mBounds); in didBoundsChange()
86 mCurrentBounds.left = mBounds.left; in startBackgroundAnimation()
87 mCurrentBounds.right = mBounds.right; in startBackgroundAnimation()
123 mCurrentBounds.top, newEndValue); in startTopAnimation()
137 mStartAnimationRect.top = mCurrentBounds.top; in startTopAnimation()
172 mCurrentBounds.bottom, newEndValue); in startBottomAnimation()
186 mStartAnimationRect.bottom = mCurrentBounds.bottom; in startBottomAnimation()
193 mCurrentBounds.top = top; in setBackgroundTop()
[all …]