Home
last modified time | relevance | path

Searched refs:boundsInParent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DNumberPicker.java2783 Rect boundsInParent = mTempRect; in createAccessibiltyNodeInfoForInputText() local
2784 boundsInParent.set(left, top, right, bottom); in createAccessibiltyNodeInfoForInputText()
2785 info.setVisibleToUser(isVisibleToUser(boundsInParent)); in createAccessibiltyNodeInfoForInputText()
2786 info.setBoundsInParent(boundsInParent); in createAccessibiltyNodeInfoForInputText()
2787 Rect boundsInScreen = boundsInParent; in createAccessibiltyNodeInfoForInputText()
2807 Rect boundsInParent = mTempRect; in createAccessibilityNodeInfoForVirtualButton() local
2808 boundsInParent.set(left, top, right, bottom); in createAccessibilityNodeInfoForVirtualButton()
2809 info.setVisibleToUser(isVisibleToUser(boundsInParent)); in createAccessibilityNodeInfoForVirtualButton()
2810 info.setBoundsInParent(boundsInParent); in createAccessibilityNodeInfoForVirtualButton()
2811 Rect boundsInScreen = boundsInParent; in createAccessibilityNodeInfoForVirtualButton()
[all …]
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1126 Rect boundsInParent = mTempRect; in applyTransformMatrixToBoundsInParentIfNeeded() local
1128 info.getBoundsInParent(boundsInParent); in applyTransformMatrixToBoundsInParentIfNeeded()
1129 transformedBounds.set(boundsInParent); in applyTransformMatrixToBoundsInParentIfNeeded()
1131 roundRectFToRect(transformedBounds, boundsInParent); in applyTransformMatrixToBoundsInParentIfNeeded()
1132 info.setBoundsInParent(boundsInParent); in applyTransformMatrixToBoundsInParentIfNeeded()