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 108 final Rect childRect = new Rect();
119 Gravity.apply(params.gravity, width, height, parentRect, childRect);
120 child.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
123 layoutSweep((ChartSweepView) child, parentRect, childRect);
124 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 752 Rect childRect = new Rect();
753 getDescendantRectRelativeToSelf(workspace.getChildAt(0), childRect);
760 mLeftHoverDrawable.setBounds(0, childRect.top,
761 mLeftHoverDrawable.getIntrinsicWidth(), childRect.bottom);
765 childRect.top, width, childRect.bottom);
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp     [all...]
RenderInline.cpp     [all...]

Completed in 771 milliseconds