Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java602 private final Rect mBoundsInParent = new Rect(); field in AccessibilityNodeInfo
1466 outBounds.set(mBoundsInParent.left, mBoundsInParent.top, in getBoundsInParent()
1467 mBoundsInParent.right, mBoundsInParent.bottom); in getBoundsInParent()
1484 mBoundsInParent.set(bounds.left, bounds.top, bounds.right, bounds.bottom); in setBoundsInParent()
2661 parcel.writeInt(mBoundsInParent.top); in writeToParcel()
2662 parcel.writeInt(mBoundsInParent.bottom); in writeToParcel()
2663 parcel.writeInt(mBoundsInParent.left); in writeToParcel()
2664 parcel.writeInt(mBoundsInParent.right); in writeToParcel()
2770 mBoundsInParent.set(other.mBoundsInParent); in init()
2846 mBoundsInParent.top = parcel.readInt(); in initFromParcel()
[all …]