Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java921 int extraTranslation; in updateHeadsUpStates() local
924 extraTranslation = cyclingInHunHeight - childState.height; in updateHeadsUpStates()
926 extraTranslation = 0; in updateHeadsUpStates()
929 extraTranslation = cyclingInHunHeight >= childState.height in updateHeadsUpStates()
932 extraTranslation += mHeadsUpCyclingPadding; in updateHeadsUpStates()
935 childState.setYTranslation(inSpaceTranslation + extraTranslation); in updateHeadsUpStates()