Searched refs:stackScrollerPadding (Results 1 – 7 of 7) sorted by relevance
220 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(0); in notifPositionTopOfScreenOnAOD()231 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(100); in notifPositionIndependentOfKeyguardStatusHeightOnAOD()242 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(SCREEN_HEIGHT); in notifPositionWithLargeClockOnAOD()253 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(0); in notifPositionMiddleOfScreenOnLockScreen()263 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(200); in notifPositionAdjustsForClockHeightOnLockScreen()274 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(0); in notifPositionAlignedWithClockInSplitShadeMode()287 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(100); in notifPositionAlignedWithClockAndBurnInOffsetInSplitShadeMode()317 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(expectedPadding); in notifPaddingMakesUpToFullMarginInSplitShade_refactorFlagOff_usesResource()339 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(expectedPadding); in notifPaddingMakesUpToFullMarginInSplitShade_refactorFlagOn_usesHelper()351 assertThat(mClockPosition.stackScrollerPadding).isEqualTo(250); in notifPaddingAccountsForMultiUserSwitcherInSplitShade()[all …]
78 .stackScrollerPadding), in draw()82 .stackScrollerPadding), in draw()113 mNotificationPanelViewController.getClockPositionResult().stackScrollerPadding, in draw()
50 fun calculatePanelHeightExpanded(stackScrollerPadding: Int): Int
62 override fun calculatePanelHeightExpanded(stackScrollerPadding: Int): Int { in calculatePanelHeightExpanded()
1625 int stackScrollerPadding; in positionClockAndNotifications() local1636 stackScrollerPadding = 0; in positionClockAndNotifications()1638 stackScrollerPadding = mQsController.getHeaderHeight(); in positionClockAndNotifications()1641 stackScrollerPadding = mClockPositionResult.stackScrollerPaddingExpanded; in positionClockAndNotifications()1644 mNotificationStackScrollLayoutController.setIntrinsicPadding(stackScrollerPadding); in positionClockAndNotifications()2545 return mClockPositionResult.stackScrollerPadding; in getKeyguardNotificationStaticPadding()2552 mClockPositionResult.stackScrollerPadding; in getKeyguardNotificationStaticPadding()2635 mClockPositionResult.stackScrollerPadding); in getMaxPanelHeight()2644 mClockPositionResult.stackScrollerPadding) in getMaxPanelHeight()2699 mClockPositionResult.stackScrollerPadding); in onHeightUpdated()
1427 public int calculatePanelHeightExpanded(int stackScrollerPadding) { in calculatePanelHeightExpanded() argument1447 float totalHeight = Math.max(maxQsHeight, mBarState == KEYGUARD ? stackScrollerPadding : 0) in calculatePanelHeightExpanded()
220 result.stackScrollerPadding = getStackScrollerPadding(y); in run()419 public int stackScrollerPadding; field in KeyguardClockPositionAlgorithm.Result