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.java554 private final Rect mBoundsInParent = new Rect(); field in AccessibilityNodeInfo
1414 outBounds.set(mBoundsInParent.left, mBoundsInParent.top, in getBoundsInParent()
1415 mBoundsInParent.right, mBoundsInParent.bottom); in getBoundsInParent()
1432 mBoundsInParent.set(bounds.left, bounds.top, bounds.right, bounds.bottom); in setBoundsInParent()
2576 parcel.writeInt(mBoundsInParent.top); in writeToParcel()
2577 parcel.writeInt(mBoundsInParent.bottom); in writeToParcel()
2578 parcel.writeInt(mBoundsInParent.left); in writeToParcel()
2579 parcel.writeInt(mBoundsInParent.right); in writeToParcel()
2685 mBoundsInParent.set(other.mBoundsInParent); in init()
2761 mBoundsInParent.top = parcel.readInt(); in initFromParcel()
[all …]