Searched refs:oldBounds (Results 1 – 3 of 3) sorted by relevance
155 Rect oldBounds = mBounds; in setBounds() local157 if (oldBounds == ZERO_BOUNDS_RECT) { in setBounds()158 oldBounds = mBounds = new Rect(); in setBounds()161 if (oldBounds.left != left || oldBounds.top != top || in setBounds()162 oldBounds.right != right || oldBounds.bottom != bottom) { in setBounds()163 if (!oldBounds.isEmpty()) { in setBounds()
468 final Rect oldBounds = thumb.getBounds();469 top = oldBounds.top;470 bottom = oldBounds.bottom;
6448 final Rect oldBounds = mTempRect; in handleWindowContentChangedEvent() local6449 mAccessibilityFocusedVirtualView.getBoundsInScreen(oldBounds); in handleWindowContentChangedEvent()6460 invalidateRectOnScreen(oldBounds); in handleWindowContentChangedEvent()6464 if (!oldBounds.equals(newBounds)) { in handleWindowContentChangedEvent()6465 oldBounds.union(newBounds); in handleWindowContentChangedEvent()6466 invalidateRectOnScreen(oldBounds); in handleWindowContentChangedEvent()