Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java388 int paddingAfterChild = getPaddingAfterChild(algorithmState, child); in updateChild() local
415 currentYPosition = childViewState.yTranslation + childHeight + paddingAfterChild; in updateChild()