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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java427 private final Rect mStableFrame = new Rect(); field in class:WindowState
976 mStableFrame.set(stableFrame);
1021 mStableFrame.set(mContentFrame);
1039 mStableFrame.set(Math.max(mStableFrame.left, mFrame.left),
1040 Math.max(mStableFrame.top, mFrame.top),
1041 Math.min(mStableFrame.right, mFrame.right),
1042 Math.min(mStableFrame.bottom, mFrame.bottom));
1060 mTmpRect.intersectUnchecked(mStableFrame);
1094 mStableInsets.set(Math.max(mStableFrame
[all...]

Completed in 48 milliseconds