Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowFrames.java102 public final Rect mStableFrame = new Rect(); field in WindowFrames
215 mStableFrame.set(stableFrame); in setFrames()
261 mTmpRect.intersectUnchecked(mStableFrame); in calculateDockedDividerInsets()
295 InsetUtils.insetsBetweenFrames(mTmpRect, mStableFrame, mStableInsets); in calculateInsets()
315 mStableFrame.offset(layoutXDiff, layoutYDiff); in offsetFrames()
DDisplayPolicy.java1872 final Rect sf = windowFrames.mStableFrame; in layoutWindowLw()