Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java864 float unmodifiedEndLocation = childState.getYTranslation() + childState.height; in updateHeadsUpStates() local
901 || unmodifiedEndLocation > topState.getYTranslation() + topState.height)) { in updateHeadsUpStates()