Searched refs:stackBottom (Results 1 – 6 of 6) sorted by relevance
41 var stackBottom: Float = 0f variable in com.android.systemui.statusbar.notification.stack.ScrollViewFields83 pw.println("stackBottom", stackBottom) in sendSyntheticScroll()
704 final float stackBottom = !ambientState.isShadeExpanded() local709 final float shelfStart = stackBottom
1223 public void setStackBottom(float stackBottom) {1224 mScrollViewFields.setStackBottom(stackBottom);
54 fun setStackBottom(stackBottom: Float)
863 protected void setBottomPadding(int stackBottom, int lockIconPadding, int indicationPadding, in setBottomPadding() argument867 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()
3297 int stackBottom = mNotificationStackScrollLayoutController.getBottom();3298 ambientIndicationBottomPadding = stackBottom - ambientIndicationTop;