Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java414 private final Rect mBackgroundAnimationRect = new Rect(); field in NotificationStackScrollLayout
553 mBackgroundAnimationRect.set( in drawBackground()
559 canvas.drawRoundRect(mBackgroundAnimationRect.left, mBackgroundAnimationRect.top, in drawBackground()
560 mBackgroundAnimationRect.right, mBackgroundAnimationRect.bottom, in drawBackground()
960 setClipBounds(mBackgroundAnimationRect);