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

  /external/webkit/Source/WebCore/platform/
Widget.cpp 75 IntRect parentRect = parentScrollView->convertFromContainingWindow(windowRect);
76 return convertFromContainingView(parentRect);
84 IntRect parentRect = convertToContainingView(localRect);
85 return parentScrollView->convertToContainingWindow(parentRect);
137 IntRect parentRect(localRect);
138 parentRect.setLocation(parentScrollView->convertChildToSelf(this, localRect.location()));
139 return parentRect;
144 IntRect Widget::convertFromContainingView(const IntRect& parentRect) const
147 IntRect localRect = parentRect;
152 return parentRect;
    [all...]
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 687 IntRect parentRect = nodeRectInAbsoluteCoordinates(parentNode);
688 if (!candidateRect.intersects(parentRect)) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 106 final Rect parentRect = new Rect();
113 parentRect.set(mContent);
118 Gravity.apply(params.gravity, width, height, parentRect, childRect);
122 layoutSweep((ChartSweepView) child, parentRect, childRect);
129 final Rect parentRect = new Rect(mContent);
132 layoutSweep(sweep, parentRect, childRect);
136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) {
141 parentRect.top += sweepMargins.top + (int) sweep.getPoint();
142 parentRect.bottom = parentRect.top
    [all...]
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 353 Rect parentRect = AccessibilityNodeInfoHelper
356 nodeRect.intersect(parentRect);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 109 milliseconds