/frameworks/base/core/tests/coretests/src/android/view/ |
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 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/ |
D | DragPositioningCallbackUtility.java | 79 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/ |
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()
|
/frameworks/base/core/java/com/android/internal/widget/ |
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()
|
D | MessagingPropertyAnimator.java | 59 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|
/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/ |
D | FloatingToolbar.java | 66 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/ |
D | RegionSampler.kt | 71 oldTop: Int, in onLayoutChange() 82 val oldViewRect = Rect(oldLeft, oldTop, oldRight, oldBottom) in onLayoutChange()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardStatusViewController.java | 131 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()
|
D | ConnectedDisplayKeyguardPresentation.kt | 83 oldTop: Int, in onLayoutChange()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | DialogTransitionAnimator.kt | 701 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/ |
D | SliceAndroidView.kt | 75 oldTop: Int, in onLayoutChange()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/ |
D | Dialog.kt | 144 oldTop, in maybeForceFullscreen() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/touch/ |
D | TouchInsetManager.java | 50 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSDualTileLabel.java | 87 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in QSDualTileLabel()
|
D | QSImpl.java | 231 (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()
|
D | QSPanel.java | 184 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in setHorizontalContentContainerClipping() argument 186 || ((bottom - top) != (oldBottom - oldTop))) { in setHorizontalContentContainerClipping()
|
D | QSAnimator.java | 749 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/ |
D | AndroidCamera2Settings.java | 304 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/ |
D | NavigationBarTransitions.java | 87 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in NavigationBarTransitions() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessDialog.java | 139 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in setBrightnessDialogViewAttributes() argument
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/ |
D | RegionSamplingHelper.java | 183 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarTouchableRegionManager.java | 245 int oldLeft, int oldTop, int oldRight, int oldBottom) { in updateTouchableRegionAfterLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | QSCustomizerController.java | 220 int oldTop, int oldRight, int oldBottom) { in restoreInstanceState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
D | AppClipsActivity.java | 162 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
D | WalletScreenController.java | 312 int oldLeft, int oldTop, int oldRight, int oldBottom) { in removeMinHeightAndRecordHeightOnLayout()
|