/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/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
|
D | FloatingToolbar.java | 111 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/ |
D | KeyguardUserSwitcherScrim.java | 89 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/ |
D | StatusBarTouchableRegionManager.java | 108 int oldTop, int oldRight, int oldBottom) { in updateTouchableRegionAfterLayout()
|
D | HeadsUpAppearanceController.java | 81 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) 148 int oldLeft, int oldTop, int oldRight, int oldBottom) { in HeadsUpAppearanceController()
|
D | RegionSamplingHelper.java | 147 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|
D | NavBarTintController.java | 127 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|
D | NavigationBarTransitions.java | 96 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in NavigationBarTransitions() argument
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/ |
D | TemperatureTextAnimator.java | 72 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in TemperatureTextAnimator()
|
D | TemperatureBackgroundAnimator.java | 82 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in TemperatureBackgroundAnimator()
|
/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/qs/ |
D | QSDualTileLabel.java | 84 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) { in QSDualTileLabel()
|
D | QSFooterImpl.java | 158 addOnLayoutChangeListener((v, left, top, right, bottom, oldLeft, oldTop, oldRight, in onFinishInflate()
|
D | QSAnimator.java | 410 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 951 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()
|
D | MediaController.java | 207 int bottom, int oldLeft, int oldTop, int oldRight,
|
D | ListView.java | 1175 int oldTop = oldSel.getTop(); in moveSelection() local 1180 sel = makeAndAddView(selectedPosition, oldTop, true, mListPadding.left, true); in moveSelection() 1183 if (oldTop < childrenTop) { in moveSelection()
|
D | AbsListView.java | 4357 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/ |
D | QSCustomizer.java | 299 int oldTop, int oldRight, int oldBottom) { in restoreInstanceState()
|
D | TileAdapter.java | 287 int oldLeft, int oldTop, int oldRight, int oldBottom) { in onBindViewHolder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | HardwareUiLayout.java | 435 (v1, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> in setDivisionView()
|
/frameworks/base/core/java/android/animation/ |
D | LayoutTransition.java | 887 int oldLeft, int oldTop, int oldRight, int oldBottom) { in setupChangeAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 945 int oldTop, int oldRight, int oldBottom) {
|