Searched refs:windowHeight (Results 1 - 6 of 6) 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
344 searchBarSpaceBounds.set(0, topInset, searchBarSize, windowHeight);
/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);
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.h569 void startTiling(const Rect& clip, int windowHeight, bool opaque = false, bool expand = false);
H A DOpenGLRenderer.cpp208 void OpenGLRenderer::startTiling(const Rect& clip, int windowHeight, bool opaque, bool expand) { argument
213 int topNotZero = (windowHeight - clip.bottom > 0) ? 1 : 0;
217 windowHeight - clip.bottom - topNotZero,
222 mCaches.startTiling(clip.left, windowHeight - clip.bottom,
/frameworks/base/core/java/android/widget/
H A DTextView.java8805 final int windowHeight = root.getHeight();
8811 bottomLine = getLineAtCoordinateUnclamped(windowHeight-1);
8816 bottomLine = getLineAtCoordinateUnclamped(windowHeight-1-topWindowLocation);

Completed in 3592 milliseconds