Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyboardAccessibilityNodeProvider.java228 final Rect boundsInParent = key.getHitBox(); in createAccessibilityNodeInfo() local
231 mTempBoundsInScreen.set(boundsInParent); in createAccessibilityNodeInfo()
242 info.setBoundsInParent(boundsInParent); in createAccessibilityNodeInfo()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNodeBuilderTest.java68 Rect boundsInParent = new Rect(); in testBuildDefaultNode() local
69 node.getBoundsInParent(boundsInParent); in testBuildDefaultNode()
70 assertThat(boundsInParent.isEmpty()).isFalse(); in testBuildDefaultNode()
DNodeBuilder.java237 NodeBuilder setBoundsInParent(@NonNull Rect boundsInParent) { in setBoundsInParent() argument
238 mBoundsInParent = boundsInParent; in setBoundsInParent()