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