Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DScrollViewFields.kt41 var stackBottom: Float = 0f variable in com.android.systemui.statusbar.notification.stack.ScrollViewFields
83 pw.println("stackBottom", stackBottom) in sendSyntheticScroll()
DStackScrollAlgorithm.java704 final float stackBottom = !ambientState.isShadeExpanded() local
709 final float shelfStart = stackBottom
DNotificationStackScrollLayout.java1223 public void setStackBottom(float stackBottom) {
1224 mScrollViewFields.setStackBottom(stackBottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationScrollView.kt54 fun setStackBottom(stackBottom: Float)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java863 protected void setBottomPadding(int stackBottom, int lockIconPadding, int indicationPadding, in setBottomPadding() argument
867 when(mNotificationStackScrollLayoutController.getHeight()).thenReturn(stackBottom); in setBottomPadding()
868 when(mNotificationStackScrollLayoutController.getBottom()).thenReturn(stackBottom); in setBottomPadding()
869 when(mLockIconViewController.getTop()).thenReturn((float) (stackBottom - lockIconPadding)); in setBottomPadding()
871 when(mKeyguardRootViewChild.getTop()).thenReturn((int) (stackBottom - lockIconPadding)); in setBottomPadding()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3297 int stackBottom = mNotificationStackScrollLayoutController.getBottom();
3298 ambientIndicationBottomPadding = stackBottom - ambientIndicationTop;