Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DNodeBuilder.java79 private Rect mBoundsInParent = new Rect(DEFAULT_BOUNDS); field in NodeBuilder
173 ((Rect) args[0]).set(builder.mBoundsInParent); in build()
238 mBoundsInParent = boundsInParent; in setBoundsInParent()
337 copy.mBoundsInParent = mBoundsInParent; in cut()
356 mBoundsInParent = new Rect(DEFAULT_BOUNDS); in cut()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java793 private final Rect mBoundsInParent = new Rect(); field in AccessibilityNodeInfo
1917 outBounds.set(mBoundsInParent.left, mBoundsInParent.top, in getBoundsInParent()
1918 mBoundsInParent.right, mBoundsInParent.bottom); in getBoundsInParent()
3715 if (!Objects.equals(mBoundsInParent, DEFAULT.mBoundsInParent)) { in writeToParcelNoRecycle()
3847 parcel.writeInt(mBoundsInParent.top); in writeToParcelNoRecycle()
3848 parcel.writeInt(mBoundsInParent.bottom); in writeToParcelNoRecycle()
3849 parcel.writeInt(mBoundsInParent.left); in writeToParcelNoRecycle()
3850 parcel.writeInt(mBoundsInParent.right); in writeToParcelNoRecycle()
3985 mBoundsInParent.set(other.mBoundsInParent); in init()
4117 mBoundsInParent.top = parcel.readInt(); in initFromParcel()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61994 Landroid/view/accessibility/AccessibilityNodeInfo;->mBoundsInParent:Landroid/graphics/Rect;