Home
last modified time | relevance | path

Searched refs:oldBounds (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAppIconDragShadowBuilder.java52 Rect oldBounds = mDrawable.copyBounds(); in onDrawShadow() local
55 mDrawable.setBounds(oldBounds); in onDrawShadow()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java246 Rect oldBounds = mBounds; in setBounds() local
248 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()
/frameworks/base/core/java/android/widget/
DAbsSeekBar.java732 final Rect oldBounds = thumb.getBounds();
733 top = oldBounds.top;
734 bottom = oldBounds.bottom;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java344 private void initDividerPosition(Rect oldBounds) { in initDividerPosition() argument
346 / (float) (isLandscape(oldBounds) ? oldBounds.width() : oldBounds.height()); in initDividerPosition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1135 private boolean onDisplayRotationChanged(Context context, Rect outBounds, Rect oldBounds, in onDisplayRotationChanged() argument
1157 final Rect postChangeStackBounds = new Rect(oldBounds); in onDisplayRotationChanged()
/frameworks/base/core/java/android/view/
DViewRootImpl.java9860 final Rect oldBounds = mTempRect; in handleWindowContentChangedEvent() local
9861 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()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2788 PrivacyIndicatorBounds oldBounds = mCurrentPrivacyIndicatorBounds; in updatePrivacyIndicatorBounds() local
2791 if (!Objects.equals(oldBounds, mCurrentPrivacyIndicatorBounds)) { in updatePrivacyIndicatorBounds()