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

  /frameworks/base/core/java/android/view/
FocusFinder.java 221 final int rootLeft = root.getScrollX();
222 focusedRect.set(rootLeft, rootTop, rootLeft, rootTop);
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 559 float rootLeft = box->root()->logicalLeft();
565 *extraWidthToEndOfLine = (box->root()->logicalWidth() + rootLeft) - (left + 1);
575 leftEdge = min(static_cast<float>(cb->logicalLeft()), rootLeft);
607 left = max(left, rootLeft);
    [all...]

Completed in 54 milliseconds