Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java515 private int mMaxOverscrollAmountForPulse; field in NotificationPanelViewController
1204 mMaxOverscrollAmountForPulse = mResources.getDimensionPixelSize( in loadDimens()
3418 ipw.print("mMaxOverscrollAmountForPulse="); ipw.println(mMaxOverscrollAmountForPulse); in dump()
4646 mOverStretchAmount = overStretch * mMaxOverscrollAmountForPulse; in setOverStretchAmount()