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

  /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...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.cpp 77 IntRect childRect;
79 childRect.unite(child->calculateBoundaries());
80 return childRect;
SVGRootInlineBox.cpp 172 IntRect childRect;
177 childRect.unite(child->calculateBoundaries());
180 int xBlock = childRect.x();
181 int yBlock = childRect.y();
182 int widthBlock = childRect.width();
183 int heightBlock = childRect.height();
  /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);
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp     [all...]
RenderInline.cpp     [all...]

Completed in 3239 milliseconds