Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java53 final float relativeMax; field in Range
60 max = relativeMax = relMax; in Range()
69 max = x + relativeMax; in offset()
81 return 0.5f + 0.5f * (x - origin) / relativeMax; in getNormalizedX()
93 return (normX - 0.5f) / 0.5f * relativeMax; in getAbsoluteX()
1158 p.lineTo(1f - (0.5f / mFocusedRange.relativeMax), Math.max(1f - minBottomPeekHeightPct, in constructFocusedCurve()
1197 p.lineTo(0.5f + (0.5f / mFocusedRange.relativeMax), MAX_DIM); in constructFocusedDimCurve()
1244 float max = Utilities.mapRange(mFocusState, mUnfocusedRange.relativeMax, in updateFrontBackTransforms()
1245 mFocusedRange.relativeMax); in updateFrontBackTransforms()