Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java256 state.anchorViewIndex = state.visibleChildren.size(); in initAlgorithmState()
359 for (int i = algorithmState.anchorViewIndex; i < childCount; i++) { in updatePositionsForState()
364 for (int i = algorithmState.anchorViewIndex - 1; i >= 0; i--) { in updatePositionsForState()
406 ambientState.getSectionProvider(), algorithmState.anchorViewIndex, i, in updateChild()
480 int anchorViewIndex,
485 if (childNeedsGapHeight(sectionProvider, anchorViewIndex, visibleIndex, child,
505 int anchorViewIndex,
513 needsGapHeight &= visibleIndex != anchorViewIndex;
759 public int anchorViewIndex; field in StackScrollAlgorithm.StackScrollAlgorithmState
DAmbientState.java153 public void setAnchorViewIndex(int anchorViewIndex) { in setAnchorViewIndex() argument
154 mAnchorViewIndex = anchorViewIndex; in setAnchorViewIndex()