Searched refs:mLocationInParentDisplay (Results 1 – 4 of 4) sorted by relevance
66 viewRootImpl.mAttachInfo.mLocationInParentDisplay.set(0, 0); in disassociateEmbeddedHierarchy()
851 boundsInScreen.offset(mViewRootImpl.mAttachInfo.mLocationInParentDisplay.x, in adjustBoundsInScreenIfNeeded()852 mViewRootImpl.mAttachInfo.mLocationInParentDisplay.y); in adjustBoundsInScreenIfNeeded()857 return mViewRootImpl.mAttachInfo.mLocationInParentDisplay.equals(0, 0); in shouldBypassAdjustBoundsInScreen()
4330 && !mAttachInfo.mLocationInParentDisplay.equals(x, y)) { in updateLocationInParentDisplay()4331 mAttachInfo.mLocationInParentDisplay.set(x, y); in updateLocationInParentDisplay()
29008 final Point mLocationInParentDisplay = new Point(); field in View.AttachInfo