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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java69 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds) { argument
71 mViewRect.set(0, 0, windowWidth, windowHeight);
H A DTaskStackView.java519 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds, argument
522 mLayoutAlgorithm.computeRects(windowWidth, windowHeight, taskStackBounds);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java350 public void getTaskStackBounds(int windowWidth, int windowHeight, int topInset, int rightInset, argument
353 getSearchBarBounds(windowWidth, windowHeight, topInset, searchBarBounds);
356 taskStackBounds.set(0, topInset, windowWidth - rightInset, windowHeight);
359 taskStackBounds.set(0, searchBarBounds.bottom, windowWidth, windowHeight);
367 public void getSearchBarBounds(int windowWidth, int windowHeight, int topInset, argument
380 searchBarSpaceBounds.set(0, topInset, windowWidth, topInset + searchBarSize);

Completed in 61 milliseconds