Home
last modified time | relevance | path

Searched refs:oldTop (Results 1 – 25 of 46) sorted by relevance

12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityTest.java75 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 DDragPositioningCallbackUtility.java76 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 DSimpleItemAnimator.java93 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 DMessagingPropertyAnimator.java59 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherScrim.java86 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 DFloatingToolbar.java66 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 DRegionSampler.kt71 oldTop: Int,
82 val oldViewRect = Rect(oldLeft, oldTop, oldRight, oldBottom)
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt692 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 DDialog.kt144 oldTop,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessDialog.java103 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/
H A DTouchInsetManager.java50 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDualTileLabel.java87 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in QSDualTileLabel()
H A DQSPanel.java162 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in setHorizontalContentContainerClipping()
164 || ((bottom - top) != (oldBottom - oldTop))) { in setHorizontalContentContainerClipping()
H A DQSFragment.java231 (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 DQSAnimator.java754 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 DNavigationBarTransitions.java87 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in NavigationBarTransitions()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarTouchableRegionManager.java224 int oldLeft, int oldTop, int oldRight, int oldBottom) { in updateTouchableRegionAfterLayout()
H A DHeadsUpAppearanceController.java149 int oldLeft, int oldTop, int oldRight, int oldBottom) { in HeadsUpAppearanceController()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
H A DRegionSamplingHelper.java183 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizerController.java215 int oldTop, int oldRight, int oldBottom) { in restoreInstanceState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsActivity.java162 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in onCreate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java312 int oldLeft, int oldTop, int oldRight, int oldBottom) { in removeMinHeightAndRecordHeightOnLayout()
/aosp14/frameworks/base/core/java/android/widget/
H A DGridView.java952 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 DInlineTooltipUi.java87 int oldLeft, int oldTop, int oldRight, int oldBottom) {
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestion.java349 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in handleOnFirstContentReceived()

12