Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java55 final float relativeMax; field in Range
62 max = relativeMax = relMax; in Range()
71 max = x + relativeMax; in offset()
83 return 0.5f + 0.5f * (x - origin) / relativeMax; in getNormalizedX()
95 return (normX - 0.5f) / 0.5f * relativeMax; in getAbsoluteX()
1133 p.lineTo(1f - (0.5f / mFocusedRange.relativeMax), Math.max(1f - minBottomPeekHeightPct, in constructFocusedCurve()
1172 p.lineTo(0.5f + (0.5f / mFocusedRange.relativeMax), MAX_DIM); in constructFocusedDimCurve()
1224 float max = Utilities.mapRange(mFocusState, mUnfocusedRange.relativeMax, in updateFrontBackTransforms()
1225 mFocusedRange.relativeMax); in updateFrontBackTransforms()