Home
last modified time | relevance | path

Searched defs:oldBounds (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/docking/ui/viewmodel/
DKeyboardDockingIndicationViewModelTest.kt76 val oldBounds = Rect(0, 0, 10, 10) in onConfigurationChanged_createsNewConfig() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAppIconDragShadowBuilder.java52 Rect oldBounds = mDrawable.copyBounds(); in onDrawShadow() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt109 _notificationPlaceholderBounds.pairwise().flatMapLatest { (oldBounds, newBounds) -> in <lambda>() method
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java246 Rect oldBounds = mBounds; in setBounds() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitLayout.java378 private void initDividerPosition(Rect oldBounds, boolean wasLeftRightSplit) { in initDividerPosition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1123 private boolean onDisplayRotationChanged(Context context, Rect outBounds, Rect oldBounds, in onDisplayRotationChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2946 PrivacyIndicatorBounds oldBounds = mCurrentPrivacyIndicatorBounds; in updatePrivacyIndicatorBounds() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java10911 final Rect oldBounds = mTempRect; in handleWindowContentChangedEvent() local