HomeSort by relevance Sort by last modified time
    Searched refs:rootRight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
FocusFinder.java 87 final int rootRight = root.getScrollX() + root.getWidth();
88 mFocusedRect.set(rootRight, rootBottom,
89 rootRight, rootBottom);
  /external/webkit/WebCore/rendering/
RenderText.cpp 403 int rootRight = rootLeft + box->root()->width();
419 int rightEdge = max(cb->width(), rootRight);
425 left = min(left, rootRight - caretWidth);
    [all...]

Completed in 513 milliseconds