/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | VisibilityTest.java | 75 int oldTop = mVictim.getTop(); in testVisibleToInvisible() local 81 assertEquals(oldTop, newTop); in testVisibleToInvisible() 89 int oldTop = mVictim.getTop(); in testVisibleToGone() local 103 int oldTop = mVictim.getTop(); in testGoneToVisible() local 115 assertEquals(oldTop, newTop); in testGoneToVisible() 123 int oldTop = mVictim.getTop(); in testGoneToInvisible() local 135 assertEquals(oldTop, newTop); in testGoneToInvisible() 143 int oldTop = mVictim.getTop(); in testInvisibleToVisible() local 149 assertEquals(oldTop, newTop); in testInvisibleToVisible() 155 assertEquals(oldTop, newTop); in testInvisibleToVisible() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DragPositioningCallbackUtility.java | 76 final int oldTop = repositionTaskBounds.top; in changeBounds() local 99 ? candidateTop : oldTop; in changeBounds() 113 repositionTaskBounds.top = oldTop; in changeBounds() 118 if (oldLeft == repositionTaskBounds.left && oldTop == repositionTaskBounds.top in changeBounds()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | SimpleItemAnimator.java | 93 int oldTop = preLayoutInfo.top; in animateDisappearance() local 97 if (!viewHolder.isRemoved() && (oldLeft != newLeft || oldTop != newTop)) { in animateDisappearance() 104 return animateMove(viewHolder, oldLeft, oldTop, newLeft, newTop); in animateDisappearance()
|
H A D | MessagingPropertyAnimator.java | 59 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|
/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 | 71 oldTop: 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 | 692 oldTop: Int, 1011 oldTop: 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 | 144 oldTop,
|
/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/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/android/widget/ |
H A D | GridView.java | 952 final int oldTop = mReferenceViewInSelectedRow == null ? in moveSelection() local 955 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop - verticalSpacing, false); in moveSelection() 963 final int oldTop = mReferenceViewInSelectedRow == null ? in moveSelection() local 966 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop, true); in moveSelection()
|
/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()
|