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.java114 result.stackScrollerPaddingAdjustment = (int) (clockAdjustment*topPaddingAdjMultiplier); in run()
116 + result.stackScrollerPaddingAdjustment; in run()
232 public int stackScrollerPaddingAdjustment; field in KeyguardClockPositionAlgorithm.Result
DNotificationPanelView.java424 mTopPaddingAdjustment = mClockPositionResult.stackScrollerPaddingAdjustment; in positionClockAndNotifications()
1305 - mClockPositionResult.stackScrollerPaddingAdjustment; in calculateQsTopPadding()