Home
last modified time | relevance | path

Searched defs:windowHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java356 public void getTaskStackBounds(int windowWidth, int windowHeight, int topInset, int rightInset, in getTaskStackBounds()
373 public void getSearchBarBounds(int windowWidth, int windowHeight, int topInset, in getSearchBarBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewLayoutAlgorithm.java81 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds) { in computeRects()
DTaskStackView.java585 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds, in computeRects()
/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp286 void OpenGLRenderer::startTiling(const Rect& clip, int windowHeight, bool opaque, bool expand) { in startTiling()