Home
last modified time | relevance | path

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

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