Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowFrames.java61 final Rect mRelFrame = new Rect(); field in WindowFrames
H A DWindowState.java1319 windowFrames.mRelFrame.set(windowFrames.mFrame); in setFrames()
1331 windowFrames.mRelFrame.offsetTo(windowFrames.mFrame.left - parentLeft, in setFrames()
1395 return mWindowFrames.mRelFrame; in getRelativeFrame()
2269 && (mWindowFrames.mRelFrame.top != mWindowFrames.mLastRelFrame.top in hasMoved()
2270 || mWindowFrames.mRelFrame.left != mWindowFrames.mLastRelFrame.left) in hasMoved()
4944 mWindowFrames.mLastRelFrame.set(mWindowFrames.mRelFrame); in updateLastFrames()