Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java86 private final Rect mSourceFrame = new Rect(); field in InsetsSourceProvider
195 mSourceFrame.setEmpty(); in setWindowContainer()
243 mSourceFrame.set(frame); in updateSourceFrame()
248 mSourceFrame); in updateSourceFrame()
252 if (!mLastSourceFrame.equals(mSourceFrame)) { in updateSourceFrame()
253 mLastSourceFrame.set(mSourceFrame); in updateSourceFrame()
295 final Rect frame = mServerVisible ? mSourceFrame : EMPTY_RECT; in updateSourceFrameForServerVisibility()
682 pw.println(mSourceFrame); in dump()