Searched refs:layoutXDiff (Results 1 – 2 of 2) sorted by relevance
311 void offsetFrames(int layoutXDiff, int layoutYDiff) { in offsetFrames() argument312 mFrame.offset(layoutXDiff, layoutYDiff); in offsetFrames()313 mContentFrame.offset(layoutXDiff, layoutYDiff); in offsetFrames()314 mVisibleFrame.offset(layoutXDiff, layoutYDiff); in offsetFrames()315 mStableFrame.offset(layoutXDiff, layoutYDiff); in offsetFrames()
938 final int layoutXDiff; in computeFrameLw() local948 layoutXDiff = 0; in computeFrameLw()1005 layoutXDiff = mInsetFrame.left - mWindowFrames.mContainingFrame.left; in computeFrameLw()1102 mWindowFrames.offsetFrames(-layoutXDiff, -layoutYDiff); in computeFrameLw()