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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java323 public void getAvailableTaskStackBounds(int windowWidth, int windowHeight, int topInset, argument
327 taskStackBounds.set(0, topInset, windowWidth - rightInset, windowHeight);
330 taskStackBounds.set(0, searchBarBounds.bottom, windowWidth, windowHeight);
338 public void getSearchBarBounds(int windowWidth, int windowHeight, int topInset, argument
347 searchBarSpaceBounds.set(0, topInset, windowWidth, topInset + searchBarSize);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java82 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds) { argument
84 mViewRect.set(0, 0, windowWidth, windowHeight);
H A DTaskStackView.java712 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds, argument
715 mLayoutAlgorithm.computeRects(windowWidth, windowHeight, taskStackBounds);

Completed in 29 milliseconds