Home
last modified time | relevance | path

Searched refs:oldBottom (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
DListItemsExpandOnSelectionTest.java73 final int oldBottom = mListView.getSelectedView().getBottom(); in testMoveSelectionUpNotRequiringScroll() local
79 oldBottom, in testMoveSelectionUpNotRequiringScroll()
/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
DNotificationPanelView.java3217 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> {
3219 final int oldHeight = oldBottom - oldTop;
/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.java306 double oldBottom = (rectangle.bottom + 1000) / 2000.0; in legacyAreasToMeteringRectangles() local
314 mCropRectangle.height() * oldBottom, 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.java159 oldBottom) -> updateAnimator(right - left)); in onFinishInflate()
DQSAnimator.java410 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
/frameworks/base/core/java/com/android/internal/widget/
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/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/widget/
DMediaController.java208 int oldBottom) {
DGridView.java940 final int oldBottom = mReferenceViewInSelectedRow == null ? 0 : in moveSelection() local
943 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldBottom + verticalSpacing, true); in moveSelection()
DSearchView.java389 int oldLeft, int oldTop, int oldRight, int oldBottom) { in SearchView()
/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) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java421 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in BubbleStackView()

12