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