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/qs/
DQSFragment.java127 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onViewCreated() argument
166 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onViewCreated() argument
167 boolean sizeChanged = (oldTop - oldBottom) != (top - bottom); in onViewCreated()
DQSDualTileLabel.java84 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in QSDualTileLabel()
DQSFooterImpl.java157 addOnLayoutChangeListener((v, left, top, right, bottom, oldLeft, oldTop, oldRight, in onFinishInflate()
DQSAnimator.java445 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java79 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom)
151 int oldLeft, int oldTop, int oldRight, int oldBottom) { in HeadsUpAppearanceController()
DRegionSamplingHelper.java148 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
DNavigationBarTransitions.java97 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in NavigationBarTransitions() argument
DStatusBarTouchableRegionManager.java214 int oldLeft, int oldTop, int oldRight, int oldBottom) { in updateTouchableRegionAfterLayout()
DNotificationPanelViewController.java2822 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> {
2824 final int oldHeight = oldBottom - oldTop;
3637 int oldTop, int oldRight, int oldBottom) {
3639 super.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom);
DPanelViewController.java1327 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/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/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.java4338 final int oldTop = motionView != null ? motionView.getTop() : 0; in onNestedScroll() local
4343 myConsumed = motionView.getTop() - oldTop; in onNestedScroll()
4828 int oldTop = 0; local
4830 oldTop = motionView.getTop();
4839 int overshoot = -(delta - (motionView.getTop() - oldTop));
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java311 int oldTop, int oldRight, int oldBottom) { in restoreInstanceState()
DTileAdapter.java360 int oldLeft, int oldTop, int oldRight, int oldBottom) {
/frameworks/base/core/java/android/animation/
DLayoutTransition.java887 int oldLeft, int oldTop, int oldRight, int oldBottom) { in setupChangeAnimation()

12