Searched defs:windowHeight (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | RecentsConfiguration.java | 350 public void getTaskStackBounds(int windowWidth, int windowHeight, int topInset, int rightInset, in getTaskStackBounds() 367 public void getSearchBarBounds(int windowWidth, int windowHeight, int topInset, in getSearchBarBounds()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewLayoutAlgorithm.java | 69 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds) { in computeRects()
|
D | TaskStackView.java | 519 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds, in computeRects()
|
/frameworks/base/libs/hwui/ |
D | OpenGLRenderer.cpp | 286 void OpenGLRenderer::startTiling(const Rect& clip, int windowHeight, bool opaque, bool expand) { in startTiling()
|