Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java277 private int mFocusedTopPeekHeight; field in TaskStackLayoutAlgorithm
373 mFocusedTopPeekHeight = res.getDimensionPixelSize(R.dimen.recents_layout_top_peek_size); in reloadOnConfigurationChange()
454 mStackRect.right, mStackRect.top + mFocusedTopPeekHeight); in initialize()
589 float maxBottomTaskNormX = getNormalizedXFromUnfocusedY(mFocusedTopPeekHeight + in setTaskOverridesForInitialState()
597 getNormalizedXFromUnfocusedY(mFocusedTopPeekHeight, FROM_TOP) in setTaskOverridesForInitialState()
1150 float topPeekHeightPct = (float) mFocusedTopPeekHeight / mStackRect.height(); in constructFocusedCurve()
1153 float minBottomPeekHeightPct = (float) (mFocusedTopPeekHeight + mTaskRect.height() - in constructFocusedCurve()
1176 float topPeekHeightPct = (float) mFocusedTopPeekHeight / mStackRect.height(); in constructUnfocusedCurve()