Home
last modified time | relevance | path

Searched refs:layoutXDiff (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowFrames.java127 void offsetFrames(int layoutXDiff, int layoutYDiff) { in offsetFrames() argument
128 mFrame.offset(layoutXDiff, layoutYDiff); in offsetFrames()
H A DWindowState.java1313 final int layoutXDiff; in computeFrame() local
1327 layoutXDiff = 0; in computeFrame()
1372 layoutXDiff = mInsetFrame.left - windowFrames.mContainingFrame.left; in computeFrame()
1409 windowFrames.offsetFrames(-layoutXDiff, -layoutYDiff); in computeFrame()