Searched refs:stackBottom (Results 1 – 3 of 3) sorted by relevance
743 protected void setBottomPadding(int stackBottom, int lockIconPadding, int indicationPadding, in setBottomPadding() argument747 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()
606 final float stackBottom = !ambientState.isShadeExpanded() local611 final float shelfStart = stackBottom
3174 int stackBottom = mNotificationStackScrollLayoutController.getBottom(); in setAmbientIndicationTop() local3175 ambientIndicationBottomPadding = stackBottom - ambientIndicationTop; in setAmbientIndicationTop()