Searched defs:mStackVisibleRect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java54 Rect mStackVisibleRect = new Rect(); field in class:TaskStackViewLayoutAlgorithm
85 mStackVisibleRect.set(taskStackBounds);
86 mStackVisibleRect.bottom = mViewRect.bottom;
119 float pAtBottomOfStackRect = screenYToCurveProgress(mStackVisibleRect.bottom);
120 float pWithinAffiliateTop = screenYToCurveProgress(mStackVisibleRect.bottom -
124 pWithinAffiliateTop = screenYToCurveProgress(mStackVisibleRect.bottom -
128 screenYToCurveProgress(mStackVisibleRect.bottom - mBetweenAffiliationOffset);
130 screenYToCurveProgress(mStackVisibleRect.bottom - taskHeight);
132 screenYToCurveProgress(mStackVisibleRect.bottom - (mStackVisibleRect
[all...]

Completed in 40 milliseconds