Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java297 if (isNullAvalancheKey(getAvalanchePreviousHunKey())) return ""; in getAvalancheShowingHunKey()
301 String getAvalanchePreviousHunKey() { in getAvalanchePreviousHunKey() method in AmbientState
DStackScrollAlgorithm.java405 String cyclingOutKey = ambientState.getAvalanchePreviousHunKey(); in isCyclingOut()