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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java81 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds) { argument
84 mStackRect.set(taskStackBounds);
85 mStackVisibleRect.set(taskStackBounds);
H A DTaskStackView.java585 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds, argument
588 mLayoutAlgorithm.computeRects(windowWidth, windowHeight, taskStackBounds);
622 Rect taskStackBounds = new Rect(mTaskStackBounds);
623 taskStackBounds.bottom -= mConfig.systemInsets.bottom;
624 computeRects(width, height, taskStackBounds, mConfig.launchedWithAltTab,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java357 Rect taskStackBounds) {
362 taskStackBounds.set(0, topInset, windowWidth - rightInset, windowHeight);
365 taskStackBounds.set(0, searchBarBounds.bottom, windowWidth, windowHeight);
356 getTaskStackBounds(int windowWidth, int windowHeight, int topInset, int rightInset, Rect taskStackBounds) argument

Completed in 205 milliseconds