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

  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 40 Rect nodeRect = new Rect();
41 node.getBoundsInScreen(nodeRect);
49 nodeRect.intersect(displayRect);
50 return nodeRect;
UiObject.java 343 Rect nodeRect = AccessibilityNodeInfoHelper.getVisibleBoundsInScreen(node, w, h);
349 return nodeRect;
356 nodeRect.intersect(parentRect);
357 return nodeRect;
829 Rect nodeRect = new Rect();
830 node.getBoundsInScreen(nodeRect);
832 return nodeRect;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 151 IntRect nodeRect = node->pixelSnappedBoundingBox();
152 if (nodeRect.contains(newNodeRect)) {
173 IntRect nodeRect = node->pixelSnappedBoundingBox();
181 if (renderer && !nodeRect.isEmpty()) {
186 if (resizedCropRect.intersects(nodeRect)) {
233 IntRect SmartClip::convertRectToWindow(const IntRect& nodeRect)
235 IntRect result = m_frame->document()->view()->contentsToWindow(nodeRect);
254 IntRect nodeRect = currentNode->pixelSnappedBoundingBox();
255 if (currentNode->renderer() && !nodeRect.isEmpty()) {
264 if (nodeRect.y() != prevYPos)
    [all...]
SmartClip.h 80 IntRect convertRectToWindow(const IntRect& nodeRect);
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 654 LayoutRect nodeRect = candidate.rect;
656 deflateIfOverlapped(currentRect, nodeRect);
658 if (!isRectInDirection(type, currentRect, nodeRect))
663 entryAndExitPointsForDirection(type, currentRect, nodeRect, exitPoint, entryPoint);
688 LayoutRect intersectionRect = intersection(currentRect, nodeRect);
695 candidate.alignment = alignmentForRects(type, currentRect, nodeRect, viewSize);
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 212 milliseconds