Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/view/
DVisibilityTest.java75 int oldTop = mVictim.getTop(); in testVisibleToInvisible() local
81 assertEquals(oldTop, newTop); in testVisibleToInvisible()
89 int oldTop = mVictim.getTop(); in testVisibleToGone() local
95 assertEquals(oldTop, refDownTop); in testVisibleToGone()
103 int oldTop = mVictim.getTop(); in testGoneToVisible() local
109 assertEquals(oldTop, refDownTop); in testGoneToVisible()
115 assertEquals(oldTop, newTop); in testGoneToVisible()
123 int oldTop = mVictim.getTop(); in testGoneToInvisible() local
129 assertEquals(oldTop, refDownTop); in testGoneToInvisible()
135 assertEquals(oldTop, newTop); in testGoneToInvisible()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragPositioningCallbackUtility.java79 final int oldTop = repositionTaskBounds.top; in changeBounds() local
102 ? candidateTop : oldTop; in changeBounds()
116 repositionTaskBounds.top = oldTop; in changeBounds()
121 if (oldLeft == repositionTaskBounds.left && oldTop == repositionTaskBounds.top in changeBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherScrim.java86 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
87 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) { in onLayoutChange()
/frameworks/base/core/java/com/android/internal/widget/
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()
DMessagingPropertyAnimator.java59 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DFloatingToolbar.java66 int oldLeft, int oldRight, int oldTop, int oldBottom) {
68 mOldRect.set(oldLeft, oldRight, oldTop, oldBottom);
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/regionsampling/
DRegionSampler.kt71 oldTop: Int, in onLayoutChange()
82 val oldViewRect = Rect(oldLeft, oldTop, oldRight, oldBottom) in onLayoutChange()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java131 int oldLeft, int oldTop, int oldRight, int oldBottom
137 int oldHeight = oldBottom - oldTop;
202 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onInit()
210 int oldHeight = oldBottom - oldTop; in onInit()
DConnectedDisplayKeyguardPresentation.kt83 oldTop: Int, in onLayoutChange()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt701 oldTop: Int, in start()
1027 oldTop: Int, in onLayoutChange()
1032 if (left == oldLeft && top == oldTop && right == oldRight && bottom == oldBottom) { in onLayoutChange()
1044 lastBounds = Rect(oldLeft, oldTop, oldRight, oldBottom) in onLayoutChange()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/anc/ui/composable/
DSliceAndroidView.kt75 oldTop: Int, in onLayoutChange()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
DDialog.kt144 oldTop, in maybeForceFullscreen() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/
DTouchInsetManager.java50 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSDualTileLabel.java87 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in QSDualTileLabel()
DQSImpl.java231 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onComponentCreated() argument
270 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onComponentCreated() argument
271 boolean sizeChanged = (oldTop - oldBottom) != (top - bottom); in onComponentCreated()
DQSPanel.java184 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in setHorizontalContentContainerClipping() argument
186 || ((bottom - top) != (oldBottom - oldTop))) { in setHorizontalContentContainerClipping()
DQSAnimator.java749 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
751 left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom; in onLayoutChange()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Settings.java304 double oldTop = (rectangle.top + 1000) / 2000.0; in legacyAreasToMeteringRectangles() local
310 mCropRectangle.height() * oldTop, 0, mCropRectangle.height() - 1); in legacyAreasToMeteringRectangles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarTransitions.java87 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in NavigationBarTransitions() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessDialog.java139 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in setBrightnessDialogViewAttributes() argument
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
DRegionSamplingHelper.java183 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java245 int oldLeft, int oldTop, int oldRight, int oldBottom) { in updateTouchableRegionAfterLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizerController.java220 int oldTop, int oldRight, int oldBottom) { in restoreInstanceState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
DAppClipsActivity.java162 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletScreenController.java312 int oldLeft, int oldTop, int oldRight, int oldBottom) { in removeMinHeightAndRecordHeightOnLayout()

12