Searched refs:mBackgroundBounds (Results 1 – 1 of 1) sorted by relevance
283 private Rect mBackgroundBounds = new Rect(); field in NotificationStackScrollLayout2044 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 …]