Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java482 final boolean applyGapHeight = childNeedsGapHeight( in initAlgorithmState()
630 childNeedsGapHeight(
761 if (childNeedsGapHeight(sectionProvider, visibleIndex, child, in getGapHeightForChild()
789 private boolean childNeedsGapHeight( in childNeedsGapHeight() method