Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java285 private int mStackBottomOffset; field in TaskStackLayoutAlgorithm
448 mStackBottomOffset = mSystemInsets.bottom + bottomMargin; in initialize()
450 mFreeformStackGap, mStackBottomOffset); in initialize()
457 int height = mStackRect.height() - mInitialTopOffset - mStackBottomOffset; in initialize()
532 int maxBottomOffset = mStackBottomOffset + mTaskRect.height(); in update()
551 int maxBottomOffset = mStackBottomOffset + mTaskRect.height(); in update()
1151 float bottomPeekHeightPct = (float) (mStackBottomOffset + mFocusedBottomPeekHeight) / in constructFocusedCurve()