Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java63 return mCurrentBounds; in getCurrentBounds()
71 return !mCurrentBounds.equals(mBounds); in didBoundsChange()
85 mCurrentBounds.left = mBounds.left; in startBackgroundAnimation()
86 mCurrentBounds.right = mBounds.right; in startBackgroundAnimation()
121 mCurrentBounds.top, newEndValue); in startTopAnimation()
135 mStartAnimationRect.top = mCurrentBounds.top; in startTopAnimation()
169 mCurrentBounds.bottom, newEndValue); in startBottomAnimation()
183 mStartAnimationRect.bottom = mCurrentBounds.bottom; in startBottomAnimation()
189 mCurrentBounds.top = top; in setBackgroundTop()
194 mCurrentBounds.bottom = bottom; in setBackgroundBottom()
[all …]