HomeSort by relevance Sort by last modified time
    Searched full: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);
123 Gravity.apply(params.gravity, width, height, parentRect, childRect);
124 child.layout(childRect.left, childRect.top, childRect.right
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp 87 FloatRect childRect;
88 layoutChildBoxes(this, &childRect);
89 layoutRootBox(childRect);
123 void SVGRootInlineBox::layoutChildBoxes(InlineFlowBox* start, FloatRect* childRect)
150 if (childRect)
151 childRect->unite(boxRect);
155 void SVGRootInlineBox::layoutRootBox(const FloatRect& childRect)
160 LayoutRect boundingRect = enclosingLayoutRect(childRect);
169 child->adjustPosition(-childRect.x(), -childRect.y())
    [all...]
SVGInlineFlowBox.cpp 62 FloatRect childRect;
66 childRect.unite(child->calculateBoundaries());
68 return childRect;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 227 IntRect childRect = child->pixelSnappedBoundingBox();
228 if (resizedCropRect.intersects(childRect))
  /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     [all...]

Completed in 192 milliseconds