Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java47 private int mTopStackPeekSize; field in StackScrollAlgorithm
87 + mTopStackPeekSize; in updatePadding()
90 mTopStackPeekSize, in updatePadding()
91 mTopStackTotalSize - mTopStackPeekSize, in updatePadding()
113 mTopStackPeekSize = context.getResources() in initConstants()