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.java350 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/
DTaskStackViewLayoutAlgorithm.java69 public void computeRects(int windowWidth, int windowHeight, Rect taskStackBounds) { in computeRects()
DTaskStackView.java519 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()