Searched refs:mStableFrame (Results 1 – 2 of 2) sorted by relevance
102 public final Rect mStableFrame = new Rect(); field in WindowFrames215 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()
1872 final Rect sf = windowFrames.mStableFrame; in layoutWindowLw()