Searched refs:rightTop (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DZOrderingTests.java162 SurfaceControl rightTop = rightParentChain.peekLast();
163 while (leftTop != null && rightTop != null && leftTop == rightTop) {
167 rightTop = rightParentChain.peekLast();
170 if (rightTop == null) { // right is the parent of left.
173 assertGreaterThan(0, t.getLayer(rightTop));
176 t.getLayer(rightTop));
/frameworks/native/include/ui/
H A DRect.h131 Point rightTop() const { function in class:android::Rect
/frameworks/native/libs/ui/include/ui/
H A DRect.h131 Point rightTop() const { function in class:android::Rect
/frameworks/native/libs/ui/include_vndk/ui/
H A DRect.h131 Point rightTop() const { function in class:android::Rect

Completed in 244 milliseconds