Searched defs:mBoundsInParent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java554 private final Rect mBoundsInParent = new Rect(); field in class:AccessibilityNodeInfo
1414 outBounds.set(mBoundsInParent.left, mBoundsInParent.top,
1415 mBoundsInParent.right, mBoundsInParent.bottom);
1432 mBoundsInParent.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
2576 parcel.writeInt(mBoundsInParent.top);
2577 parcel.writeInt(mBoundsInParent.bottom);
2578 parcel.writeInt(mBoundsInParent.left);
2579 parcel.writeInt(mBoundsInParent
[all...]

Completed in 81 milliseconds