Searched refs:newBottom (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSection.java | 275 int newBottom; in updateBounds() local 278 newBottom = finalBottom; in updateBounds() 280 newBottom = (int) (lastView.getTranslationY() + lastView.getActualHeight() in updateBounds() 287 bottom = Math.max(bottom, Math.max(newBottom, minBottomPosition)); in updateBounds()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 880 int newBottom = Math.max(0, insets.bottom - bottom); in insetInsets() local 881 if (newLeft == left && newTop == top && newRight == right && newBottom == bottom) { in insetInsets() 884 return Insets.of(newLeft, newTop, newRight, newBottom); in insetInsets()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 110 int newLeft, int newRight, int newTop, int newBottom, 112 mNewRect.set(newLeft, newRight, newTop, newBottom);
|
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 1186 int newBottom = sel.getBottom(); in moveSelection() local 1187 if (newBottom < childrenTop + 20) { in moveSelection()
|