/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DragPositioningCallbackUtility.java | 78 final int oldBottom = repositionTaskBounds.bottom; in changeBounds() local 104 ? candidateBottom : oldBottom; in changeBounds() 114 repositionTaskBounds.bottom = oldBottom; in changeBounds() 120 && oldBottom == repositionTaskBounds.bottom) { in changeBounds()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListItemsExpandOnSelectionTest.java | 73 final int oldBottom = mListView.getSelectedView().getBottom(); in testMoveSelectionUpNotRequiringScroll() local 79 oldBottom, in testMoveSelectionUpNotRequiringScroll()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherScrim.java | 86 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument 87 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) { in onLayoutChange()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
H A D | FloatingToolbar.java | 66 int oldLeft, int oldRight, int oldTop, int oldBottom) { 68 mOldRect.set(oldLeft, oldRight, oldTop, oldBottom);
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/ |
H A D | RegionSampler.kt | 73 oldBottom: Int 82 val oldViewRect = Rect(oldLeft, oldTop, oldRight, oldBottom)
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimator.kt | 694 oldBottom: Int 1013 oldBottom: Int 1016 if (left == oldLeft && top == oldTop && right == oldRight && bottom == oldBottom) { 1028 lastBounds = Rect(oldLeft, oldTop, oldRight, oldBottom)
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/ |
H A D | Dialog.kt | 146 oldBottom ->
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
H A D | BrightnessDialog.java | 103 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/ |
H A D | TouchInsetManager.java | 50 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSDualTileLabel.java | 87 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in QSDualTileLabel()
|
H A D | QSPanel.java | 162 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in setHorizontalContentContainerClipping() 164 || ((bottom - top) != (oldBottom - oldTop))) { in setHorizontalContentContainerClipping()
|
H A D | QSFragment.java | 231 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onViewCreated() 269 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onViewCreated() 270 boolean sizeChanged = (oldTop - oldBottom) != (top - bottom); in onViewCreated()
|
H A D | QSAnimator.java | 754 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument 756 left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom; in onLayoutChange()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarTransitions.java | 87 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in NavigationBarTransitions()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarTouchableRegionManager.java | 224 int oldLeft, int oldTop, int oldRight, int oldBottom) { in updateTouchableRegionAfterLayout()
|
H A D | HeadsUpAppearanceController.java | 149 int oldLeft, int oldTop, int oldRight, int oldBottom) { in HeadsUpAppearanceController()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingPropertyAnimator.java | 59 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/ |
H A D | RegionSamplingHelper.java | 183 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
H A D | QSCustomizerController.java | 215 int oldTop, int oldRight, int oldBottom) { in restoreInstanceState()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
H A D | AppClipsActivity.java | 162 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in onCreate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenController.java | 312 int oldLeft, int oldTop, int oldRight, int oldBottom) { in removeMinHeightAndRecordHeightOnLayout()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/inline/ |
H A D | InlineTooltipUi.java | 87 int oldLeft, int oldTop, int oldRight, int oldBottom) {
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InlineSuggestion.java | 349 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in handleOnFirstContentReceived()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | ShadeHeaderControllerTest.kt | 902 val oldBottom = this.bottom regex 914 oldBottom,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | LongScreenshotActivity.java | 149 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in onCreate()
|