Home
last modified time | relevance | path

Searched refs:stackScrollerPaddingAdjustment (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java108 result.stackScrollerPaddingAdjustment = (int) (clockAdjustment*topPaddingAdjMultiplier); in run()
110 + result.stackScrollerPaddingAdjustment; in run()
217 public int stackScrollerPaddingAdjustment; field in KeyguardClockPositionAlgorithm.Result
DNotificationPanelView.java398 mTopPaddingAdjustment = mClockPositionResult.stackScrollerPaddingAdjustment; in positionClockAndNotifications()
1243 - mClockPositionResult.stackScrollerPaddingAdjustment; in calculateQsTopPadding()