Searched refs:oldBounds (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AppIconDragShadowBuilder.java | 52 Rect oldBounds = mDrawable.copyBounds(); in onDrawShadow() local 55 mDrawable.setBounds(oldBounds); in onDrawShadow()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/docking/ui/viewmodel/ |
D | KeyboardDockingIndicationViewModelTest.kt | 76 val oldBounds = Rect(0, 0, 10, 10) in onConfigurationChanged_createsNewConfig() constant 81 doReturn(WindowMetrics(oldBounds, inset, density)) in onConfigurationChanged_createsNewConfig()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | Drawable.java | 246 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/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardInteractor.kt | 109 _notificationPlaceholderBounds.pairwise().flatMapLatest { (oldBounds, newBounds) -> in <lambda>() method 121 val top = interpolate(oldBounds.top, newBounds.top, adjustedProgress) in <lambda>() 124 oldBounds.bottom, in <lambda>()
|
/frameworks/base/core/java/android/widget/ |
D | AbsSeekBar.java | 732 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/ |
D | SplitLayout.java | 378 private void initDividerPosition(Rect oldBounds, boolean wasLeftRightSplit) { in initDividerPosition() argument 380 / (float) (wasLeftRightSplit ? oldBounds.width() : oldBounds.height()); in initDividerPosition()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipController.java | 1123 private boolean onDisplayRotationChanged(Context context, Rect outBounds, Rect oldBounds, in onDisplayRotationChanged() argument 1145 final Rect postChangeStackBounds = new Rect(oldBounds); in onDisplayRotationChanged()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 10911 final Rect oldBounds = mTempRect; in handleWindowContentChangedEvent() local 10912 mAccessibilityFocusedVirtualView.getBoundsInScreen(oldBounds); in handleWindowContentChangedEvent() 10923 invalidateRectOnScreen(oldBounds); in handleWindowContentChangedEvent() 10927 if (!oldBounds.equals(newBounds)) { in handleWindowContentChangedEvent() 10928 oldBounds.union(newBounds); in handleWindowContentChangedEvent() 10929 invalidateRectOnScreen(oldBounds); in handleWindowContentChangedEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 2946 PrivacyIndicatorBounds oldBounds = mCurrentPrivacyIndicatorBounds; in updatePrivacyIndicatorBounds() local 2949 if (!Objects.equals(oldBounds, mCurrentPrivacyIndicatorBounds)) { in updatePrivacyIndicatorBounds()
|