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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java258 final Rect mStableFrame = new Rect(); field in class:WindowState
611 mStableFrame.set(sf);
665 mStableFrame.set(Math.max(mStableFrame.left, mFrame.left),
666 Math.max(mStableFrame.top, mFrame.top),
667 Math.min(mStableFrame.right, mFrame.right),
668 Math.min(mStableFrame.bottom, mFrame.bottom));
685 mStableInsets.set(Math.max(mStableFrame.left - mFrame.left, 0),
686 Math.max(mStableFrame.top - mFrame.top, 0),
687 Math.max(mFrame.right - mStableFrame
[all...]

Completed in 142 milliseconds