Home
last modified time | relevance | path

Searched refs:oldTop (Results 1 – 25 of 33) 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/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
DFloatingToolbar.java111 int oldLeft, int oldRight, int oldTop, int oldBottom) {
113 mOldRect.set(oldLeft, oldRight, oldTop, oldBottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherScrim.java89 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
90 if (left != oldLeft || top != oldTop || right != oldRight || bottom != oldBottom) { in onLayoutChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java108 int oldTop, int oldRight, int oldBottom) { in updateTouchableRegionAfterLayout()
DHeadsUpAppearanceController.java81 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom)
148 int oldLeft, int oldTop, int oldRight, int oldBottom) { in HeadsUpAppearanceController()
DRegionSamplingHelper.java147 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
DNavBarTintController.java127 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
DNavigationBarTransitions.java96 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in NavigationBarTransitions() argument
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DTemperatureTextAnimator.java72 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in TemperatureTextAnimator()
DTemperatureBackgroundAnimator.java82 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in TemperatureBackgroundAnimator()
/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/qs/
DQSDualTileLabel.java84 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in QSDualTileLabel()
DQSFooterImpl.java158 addOnLayoutChangeListener((v, left, top, right, bottom, oldLeft, oldTop, oldRight, in onFinishInflate()
DQSAnimator.java410 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/frameworks/base/core/java/android/widget/
DGridView.java951 final int oldTop = mReferenceViewInSelectedRow == null ? in moveSelection() local
954 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop - verticalSpacing, false); in moveSelection()
962 final int oldTop = mReferenceViewInSelectedRow == null ? in moveSelection() local
965 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop, true); in moveSelection()
DMediaController.java207 int bottom, int oldLeft, int oldTop, int oldRight,
DListView.java1175 int oldTop = oldSel.getTop(); in moveSelection() local
1180 sel = makeAndAddView(selectedPosition, oldTop, true, mListPadding.left, true); in moveSelection()
1183 if (oldTop < childrenTop) { in moveSelection()
DAbsListView.java4357 final int oldTop = motionView != null ? motionView.getTop() : 0; in onNestedScroll() local
4362 myConsumed = motionView.getTop() - oldTop; in onNestedScroll()
4847 int oldTop = 0; local
4849 oldTop = motionView.getTop();
4858 int overshoot = -(delta - (motionView.getTop() - oldTop));
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java299 int oldTop, int oldRight, int oldBottom) { in restoreInstanceState()
DTileAdapter.java287 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onBindViewHolder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareUiLayout.java435 (v1, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in setDivisionView()
/frameworks/base/core/java/android/animation/
DLayoutTransition.java887 int oldLeft, int oldTop, int oldRight, int oldBottom) { in setupChangeAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java945 int oldTop, int oldRight, int oldBottom) {

12