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

  /frameworks/base/core/java/android/view/
FocusFinder.java 199 final int rootLeft = root.getScrollX();
200 focusedRect.set(rootLeft, rootTop, rootLeft, rootTop);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 580 IntervalTreeNode *rootLeft = it->root->left;
582 while ((!x->red) && (rootLeft != x)) {
605 x=rootLeft; /* this is to exit while loop */
629 x=rootLeft; /* this is to exit while loop */
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 661 float rootLeft = box->root().logicalLeft();
667 *extraWidthToEndOfLine = (box->root().logicalWidth() + rootLeft) - (left + 1);
674 leftEdge = min<float>(0, rootLeft);
702 left = max(left, rootLeft);
    [all...]

Completed in 134 milliseconds