Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java145 public int getAnchorViewIndex() { in getAnchorViewIndex() method in AmbientState
DStackScrollAlgorithm.java268 if (i == ambientState.getAnchorViewIndex()) { in initAlgorithmState()