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.java49 private int mTopStackPeekSize; field in StackScrollAlgorithm
86 + mTopStackPeekSize; in updatePadding()
89 mTopStackPeekSize, in updatePadding()
90 mTopStackTotalSize - mTopStackPeekSize, in updatePadding()
114 mTopStackPeekSize = context.getResources() in initConstants()