Searched refs:mBoundsInParent (Results 1 – 2 of 2) sorted by relevance
734 private final Rect mBoundsInParent = new Rect(); field in AccessibilityNodeInfo1697 outBounds.set(mBoundsInParent.left, mBoundsInParent.top, in getBoundsInParent()1698 mBoundsInParent.right, mBoundsInParent.bottom); in getBoundsInParent()1722 mBoundsInParent.set(bounds.left, bounds.top, bounds.right, bounds.bottom); in setBoundsInParent()3326 if (!Objects.equals(mBoundsInParent, DEFAULT.mBoundsInParent)) { in writeToParcelNoRecycle()3438 parcel.writeInt(mBoundsInParent.top); in writeToParcelNoRecycle()3439 parcel.writeInt(mBoundsInParent.bottom); in writeToParcelNoRecycle()3440 parcel.writeInt(mBoundsInParent.left); in writeToParcelNoRecycle()3441 parcel.writeInt(mBoundsInParent.right); in writeToParcelNoRecycle()3559 mBoundsInParent.set(other.mBoundsInParent); in init()[all …]
78315 Landroid/view/accessibility/AccessibilityNodeInfo;->mBoundsInParent:Landroid/graphics/Rect;