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()
2806 Rect boundsInParent = mTempRect; in createAccessibilityNodeInfoForVirtualButton() local
2807 boundsInParent.set(left, top, right, bottom); in createAccessibilityNodeInfoForVirtualButton()
2808 info.setVisibleToUser(isVisibleToUser(boundsInParent)); in createAccessibilityNodeInfoForVirtualButton()
2809 info.setBoundsInParent(boundsInParent); in createAccessibilityNodeInfoForVirtualButton()
2810 Rect boundsInScreen = boundsInParent; in createAccessibilityNodeInfoForVirtualButton()
[all …]
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java933 Rect boundsInParent = mTempRect; in applyAppScaleAndMagnificationSpecIfNeeded() local
936 info.getBoundsInParent(boundsInParent); in applyAppScaleAndMagnificationSpecIfNeeded()
939 boundsInParent.scale(applicationScale); in applyAppScaleAndMagnificationSpecIfNeeded()
943 boundsInParent.scale(spec.scale); in applyAppScaleAndMagnificationSpecIfNeeded()
948 info.setBoundsInParent(boundsInParent); in applyAppScaleAndMagnificationSpecIfNeeded()