Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java872 final float clampInset = ambientState.getUseSplitShade() in updateHeadsUpStates() local
874 clampHunToTop(clampInset, ambientState.getStackTranslation(), in updateHeadsUpStates()
974 void clampHunToTop(float clampInset, float stackTranslation, float collapsedHeight, in clampHunToTop() argument
977 final float newTranslation = Math.max(clampInset + stackTranslation, in clampHunToTop()