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/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.java158 oldBottom) -> updateAnimator(right - left)); 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.java306 double oldBottom = (rectangle.bottom + 1000) / 2000.0; in legacyAreasToMeteringRectangles() local
314 mCropRectangle.height() * oldBottom, 0, mCropRectangle.height() - 1); in legacyAreasToMeteringRectangles()
/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.java311 int oldTop, int oldRight, int oldBottom) { in restoreInstanceState()
DTileAdapter.java360 int oldLeft, int oldTop, int oldRight, int oldBottom) {
/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.java1034 int oldTop, int oldRight, int oldBottom) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java395 int oldLeft, int oldTop, int oldRight, int oldBottom) { in createOverlay()

12