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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityEntityProvider.java 177 final Rect boundsInParent = key.getHitBox();
180 mTempBoundsInScreen.set(boundsInParent);
190 info.setBoundsInParent(boundsInParent);
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 642 Rect boundsInParent = mTempRect;
645 info.getBoundsInParent(boundsInParent);
648 boundsInParent.scale(applicationScale);
652 boundsInParent.scale(spec.scale);
653 // boundsInParent must not be offset.
657 info.setBoundsInParent(boundsInParent);
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
BrowserAccessibilityManager.java 447 Rect boundsInParent = new Rect(parentRelativeLeft, parentRelativeTop,
451 boundsInParent.offset(0, (int) mRenderCoordinates.getContentOffsetYPix());
453 node.setBoundsInParent(boundsInParent);

Completed in 43 milliseconds