Searched refs:oldBounds (Results 1 – 2 of 2) sorted by relevance
139 Rect oldBounds = mBounds; in setBounds() local141 if (oldBounds == ZERO_BOUNDS_RECT) { in setBounds()142 oldBounds = mBounds = new Rect(); in setBounds()145 if (oldBounds.left != left || oldBounds.top != top || in setBounds()146 oldBounds.right != right || oldBounds.bottom != bottom) { in setBounds()
282 Rect oldBounds = thumb.getBounds();283 topBound = oldBounds.top;284 bottomBound = oldBounds.bottom;