Searched defs:parentRelativeTop (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DBrowserAccessibilityManager.java548 int absoluteLeft, int absoluteTop, int parentRelativeLeft, int parentRelativeTop,
551 Rect boundsInParent = new Rect(parentRelativeLeft, parentRelativeTop,
552 parentRelativeLeft + width, parentRelativeTop + height);
546 setAccessibilityNodeInfoLocation(AccessibilityNodeInfo node, final int virtualViewId, int absoluteLeft, int absoluteTop, int parentRelativeLeft, int parentRelativeTop, int width, int height, boolean isRootNode) argument

Completed in 224 milliseconds