Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java2780 Rect boundsInParent = mTempRect; in createAccessibiltyNodeInfoForInputText() local
2781 boundsInParent.set(left, top, right, bottom); in createAccessibiltyNodeInfoForInputText()
2782 info.setVisibleToUser(isVisibleToUser(boundsInParent)); in createAccessibiltyNodeInfoForInputText()
2783 info.setBoundsInParent(boundsInParent); in createAccessibiltyNodeInfoForInputText()
2784 Rect boundsInScreen = boundsInParent; in createAccessibiltyNodeInfoForInputText()
2803 Rect boundsInParent = mTempRect; in createAccessibilityNodeInfoForVirtualButton() local
2804 boundsInParent.set(left, top, right, bottom); in createAccessibilityNodeInfoForVirtualButton()
2805 info.setVisibleToUser(isVisibleToUser(boundsInParent)); in createAccessibilityNodeInfoForVirtualButton()
2806 info.setBoundsInParent(boundsInParent); in createAccessibilityNodeInfoForVirtualButton()
2807 Rect boundsInScreen = boundsInParent; in createAccessibilityNodeInfoForVirtualButton()
[all …]
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java870 Rect boundsInParent = mTempRect; in applyAppScaleAndMagnificationSpecIfNeeded() local
873 info.getBoundsInParent(boundsInParent); in applyAppScaleAndMagnificationSpecIfNeeded()
876 boundsInParent.scale(applicationScale); in applyAppScaleAndMagnificationSpecIfNeeded()
880 boundsInParent.scale(spec.scale); in applyAppScaleAndMagnificationSpecIfNeeded()
885 info.setBoundsInParent(boundsInParent); in applyAppScaleAndMagnificationSpecIfNeeded()