Searched refs:oldBounds (Results 1 – 7 of 7) sorted by relevance
52 Rect oldBounds = mDrawable.copyBounds(); in onDrawShadow() local55 mDrawable.setBounds(oldBounds); in onDrawShadow()
246 Rect oldBounds = mBounds; in setBounds() local248 if (oldBounds == ZERO_BOUNDS_RECT) { in setBounds()249 oldBounds = mBounds = new Rect(); in setBounds()252 if (oldBounds.left != left || oldBounds.top != top || in setBounds()253 oldBounds.right != right || oldBounds.bottom != bottom) { in setBounds()254 if (!oldBounds.isEmpty()) { in setBounds()
732 final Rect oldBounds = thumb.getBounds();733 top = oldBounds.top;734 bottom = oldBounds.bottom;
344 private void initDividerPosition(Rect oldBounds) { in initDividerPosition() argument346 / (float) (isLandscape(oldBounds) ? oldBounds.width() : oldBounds.height()); in initDividerPosition()
1135 private boolean onDisplayRotationChanged(Context context, Rect outBounds, Rect oldBounds, in onDisplayRotationChanged() argument1157 final Rect postChangeStackBounds = new Rect(oldBounds); in onDisplayRotationChanged()
9860 final Rect oldBounds = mTempRect; in handleWindowContentChangedEvent() local9861 mAccessibilityFocusedVirtualView.getBoundsInScreen(oldBounds); in handleWindowContentChangedEvent()9872 invalidateRectOnScreen(oldBounds); in handleWindowContentChangedEvent()9876 if (!oldBounds.equals(newBounds)) { in handleWindowContentChangedEvent()9877 oldBounds.union(newBounds); in handleWindowContentChangedEvent()9878 invalidateRectOnScreen(oldBounds); in handleWindowContentChangedEvent()
2788 PrivacyIndicatorBounds oldBounds = mCurrentPrivacyIndicatorBounds; in updatePrivacyIndicatorBounds() local2791 if (!Objects.equals(oldBounds, mCurrentPrivacyIndicatorBounds)) { in updatePrivacyIndicatorBounds()