Home | History | Annotate | Download | only in stack

Lines Matching refs:mCurrentBounds

281     private Rect mCurrentBounds = new Rect(-1, -1, -1, -1);
413 if (mCurrentBounds.top < mCurrentBounds.bottom) {
414 canvas.drawRect(0, mCurrentBounds.top, getWidth(), mCurrentBounds.bottom,
1855 if (!mCurrentBounds.equals(mBackgroundBounds)) {
1865 mCurrentBounds.set(mBackgroundBounds);
1890 mCurrentBounds.left = mBackgroundBounds.left;
1891 mCurrentBounds.right = mBackgroundBounds.right;
1925 mCurrentBounds.top, newEndValue);
1939 mStartAnimationRect.top = mCurrentBounds.top;
1973 mCurrentBounds.bottom, newEndValue);
1987 mStartAnimationRect.bottom = mCurrentBounds.bottom;
1993 mCurrentBounds.top = top;
1998 mCurrentBounds.bottom = bottom;
2005 : mCurrentBounds);
2025 || mTopAnimator == null && mCurrentBounds.top == finalTranslationY
2041 || mBottomAnimator == null && mCurrentBounds.bottom == finalBottom