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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java55 final float relativeMax; field in class:Range
62 max = relativeMax = relMax;
71 max = x + relativeMax;
83 return 0.5f + 0.5f * (x - origin) / relativeMax;
95 return (normX - 0.5f) / 0.5f * relativeMax;
1131 p.lineTo(1f - (0.5f / mFocusedRange.relativeMax), Math.max(1f - minBottomPeekHeightPct,
1170 p.lineTo(0.5f + (0.5f / mFocusedRange.relativeMax), MAX_DIM);
1222 float max = Utilities.mapRange(mFocusState, mUnfocusedRange.relativeMax,
1223 mFocusedRange.relativeMax);

Completed in 24 milliseconds