HomeSort by relevance Sort by last modified time
    Searched defs:rightTop (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/ui/include/ui/
Rect.h 131 Point rightTop() const {
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
ZOrderingTests.java 162 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));
  /external/skia/src/gpu/
GrTessellator.cpp     [all...]
  /external/skqp/src/gpu/
GrTessellator.cpp     [all...]

Completed in 367 milliseconds