Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java208 private int mFocusedTopPeekHeight; field in TaskStackLayoutAlgorithm
292 mFocusedTopPeekHeight = res.getDimensionPixelSize(R.dimen.recents_layout_top_peek_size); in reloadOnConfigurationChange()
396 mStackRect.right, mStackRect.top + mFocusedTopPeekHeight); in initialize()
544 float maxBottomTaskNormX = getNormalizedXFromUnfocusedY(mFocusedTopPeekHeight + in setTaskOverridesForInitialState()
552 getNormalizedXFromUnfocusedY(mFocusedTopPeekHeight, FROM_TOP) in setTaskOverridesForInitialState()
1125 float topPeekHeightPct = (float) mFocusedTopPeekHeight / mStackRect.height(); in constructFocusedCurve()
1128 float minBottomPeekHeightPct = (float) (mFocusedTopPeekHeight + mTaskRect.height() - in constructFocusedCurve()
1151 float topPeekHeightPct = (float) mFocusedTopPeekHeight / mStackRect.height(); in constructUnfocusedCurve()