Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsSourceProvider.java82 private final Rect mSourceFrame = new Rect(); field in InsetsSourceProvider
183 mSourceFrame.setEmpty(); in setWindowContainer()
232 mSourceFrame.set(frame); in updateSourceFrame()
237 mSourceFrame); in updateSourceFrame()
241 if (!mLastSourceFrame.equals(mSourceFrame)) { in updateSourceFrame()
242 mLastSourceFrame.set(mSourceFrame); in updateSourceFrame()
285 mSource.setFrame(mSourceFrame); in updateSourceFrameForServerVisibility()
602 pw.println(mSourceFrame); in dump()