Home
last modified time | relevance | path

Searched refs:stackBottom (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java743 protected void setBottomPadding(int stackBottom, int lockIconPadding, int indicationPadding, in setBottomPadding() argument
747 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(stackBottom); in setBottomPadding()
748 when(mNotificationStackScrollLayoutController.getBottom()).thenReturn(stackBottom); in setBottomPadding()
749 when(mLockIconViewController.getTop()).thenReturn((float) (stackBottom - lockIconPadding)); in setBottomPadding()
756 /* ambientIndicationTop= */ stackBottom - ambientPadding, in setBottomPadding()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java606 final float stackBottom = !ambientState.isShadeExpanded() local
611 final float shelfStart = stackBottom
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java3174 int stackBottom = mNotificationStackScrollLayoutController.getBottom(); in setAmbientIndicationTop() local
3175 ambientIndicationBottomPadding = stackBottom - ambientIndicationTop; in setAmbientIndicationTop()