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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.cpp 71 FloatRect childRect;
75 childRect.unite(child->calculateBoundaries());
77 return childRect;
SVGRootInlineBox.cpp 97 FloatRect childRect;
98 layoutChildBoxes(this, &childRect);
99 layoutRootBox(childRect);
134 void SVGRootInlineBox::layoutChildBoxes(InlineFlowBox* start, FloatRect* childRect)
162 if (childRect)
163 childRect->unite(boxRect);
167 void SVGRootInlineBox::layoutRootBox(const FloatRect& childRect)
173 LayoutRect boundingRect = enclosingLayoutRect(childRect);
182 child->adjustPosition(-childRect.x(), -childRect.y())
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 107 final Rect childRect = new Rect();
118 Gravity.apply(params.gravity, width, height, parentRect, childRect);
119 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
122 layoutSweep((ChartSweepView) child, parentRect, childRect);
123 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DragLayer.java 785 Rect childRect = new Rect();
786 getDescendantRectRelativeToSelf(workspace.getChildAt(0), childRect);
794 mLeftHoverDrawable.setBounds(0, childRect.top,
795 mLeftHoverDrawable.getIntrinsicWidth(), childRect.bottom);
799 childRect.top, width, childRect.bottom);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 814 Rect childRect = new Rect()
    [all...]

Completed in 65 milliseconds