Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java850 boundsInScreen.offset(mViewRootImpl.mAttachInfo.mLocationInParentDisplay.x, in adjustBoundsInScreenIfNeeded()
851 mViewRootImpl.mAttachInfo.mLocationInParentDisplay.y); in adjustBoundsInScreenIfNeeded()
856 return mViewRootImpl.mAttachInfo.mLocationInParentDisplay.equals(0, 0); in shouldBypassAdjustBoundsInScreen()
DViewRootImpl.java3996 && !mAttachInfo.mLocationInParentDisplay.equals(x, y)) { in updateLocationInParentDisplay()
3997 mAttachInfo.mLocationInParentDisplay.set(x, y); in updateLocationInParentDisplay()
DView.java28611 final Point mLocationInParentDisplay = new Point(); field in View.AttachInfo