Searched refs:mLocationInParentDisplay (Results 1 – 3 of 3) sorted by relevance
850 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()
3996 && !mAttachInfo.mLocationInParentDisplay.equals(x, y)) { in updateLocationInParentDisplay()3997 mAttachInfo.mLocationInParentDisplay.set(x, y); in updateLocationInParentDisplay()
28611 final Point mLocationInParentDisplay = new Point(); field in View.AttachInfo