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 169 IntRect nodeRect = node->pixelSnappedBoundingBox();
170 if (nodeRect.contains(newNodeRect)) {
191 IntRect nodeRect = node->pixelSnappedBoundingBox();
199 if (renderer && !nodeRect.isEmpty()) {
204 if (resizedCropRect.intersects(nodeRect)) {
250 IntRect SmartClip::convertRectToWindow(const IntRect& nodeRect)
252 IntRect result = m_frame->document()->view()->contentsToWindow(nodeRect);
271 IntRect nodeRect = currentNode->pixelSnappedBoundingBox();
272 if (currentNode->renderer() && !nodeRect.isEmpty()) {
281 if (nodeRect.y() != prevYPos)
    [all...]
SmartClip.h 78 IntRect convertRectToWindow(const IntRect& nodeRect);
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 628 LayoutRect nodeRect = candidate.rect;
630 deflateIfOverlapped(currentRect, nodeRect);
632 if (!isRectInDirection(direction, currentRect, nodeRect))
639 entryAndExitPointsForDirection(direction, currentRect, nodeRect, exitPoint, entryPoint);
674 candidate.alignment = alignmentForRects(direction, currentRect, nodeRect, viewSize);
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 289 milliseconds