Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java216 private int mStackBottomOffset; field in TaskStackLayoutAlgorithm
390 mStackBottomOffset = mSystemInsets.bottom + bottomMargin; in initialize()
399 int height = mStackRect.height() - mInitialTopOffset - mStackBottomOffset; in initialize()
474 int maxBottomOffset = mStackBottomOffset + mTaskRect.height(); in update()
494 int maxBottomOffset = mStackBottomOffset + mTaskRect.height(); in update()
1126 float bottomPeekHeightPct = (float) (mStackBottomOffset + mFocusedBottomPeekHeight) / in constructFocusedCurve()