Searched refs:mBoundsInParent (Results 1 – 3 of 3) sorted by relevance
79 private Rect mBoundsInParent = new Rect(DEFAULT_BOUNDS); field in NodeBuilder173 ((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()
793 private final Rect mBoundsInParent = new Rect(); field in AccessibilityNodeInfo1917 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 …]
61994 Landroid/view/accessibility/AccessibilityNodeInfo;->mBoundsInParent:Landroid/graphics/Rect;